Module com.iamsoft.util.ui
Class UniqueAttributeCriterion<T>
- java.lang.Object
-
- com.iamsoft.util.ui.swing.activation.AbstractActivationCriterion
-
- com.iamsoft.util.ui.swing.activation.UniqueAttributeCriterion<T>
-
- Type Parameters:
T
- Type of element stored in set.
- All Implemented Interfaces:
ActivationCriterion
public class UniqueAttributeCriterion<T> extends AbstractActivationCriterion
Require unique property (derivable from elements of MutableItemSetModel).
-
-
Constructor Summary
Constructors Constructor Description UniqueAttributeCriterion(com.iamsoft.util.collections.model.MutableItemSetModel<T> pModel, org.apache.commons.collections4.Transformer<T,?> pTransformer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
test()
TODO: return an Object (null for passed test).String
toString()
-
Methods inherited from class com.iamsoft.util.ui.swing.activation.AbstractActivationCriterion
addChangeListener, equals, fireSatisfactionChange, hashCode, inverse, removeChangeListener
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.iamsoft.util.ui.swing.activation.ActivationCriterion
getFailureMessage
-
-
-
-
Method Detail
-
test
public boolean test()
Description copied from interface:ActivationCriterion
TODO: return an Object (null for passed test).
-
-