public final class ClassificationFactory.ClassificationCodeListInput extends CodeListInput<T>
validators
Constructor and Description |
---|
ClassificationCodeListInput(BaseFilter<T> fil) |
Modifier and Type | Method and Description |
---|---|
int |
getCount()
get the number of suggested items.
|
T |
getItembyValue(java.lang.String value)
get the domain object from the Input value if defined
|
java.util.Iterator<T> |
getItems()
get a list of domain objects that are being selected
|
java.lang.String |
getTagByItem(T item)
get an identifying tag string from the domain object
|
java.lang.String |
getText(T item)
get the user presented text from the domain object
may return null if not selected
|
boolean |
isValid(T item)
Test if an object of the Item type is one of the possible items.
|
accept, convert, getItem, getPrettyString, getString, getTagByValue, getValue, setItem, setValue
addValidator, getKey, getString, removeValidator, setKey, validate, validateInner
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addValidator, getKey, isEmpty, removeValidator, setKey, validate
public ClassificationCodeListInput(BaseFilter<T> fil)
fil
- public T getItembyValue(java.lang.String value)
ItemInput
value
- input Valuepublic java.util.Iterator<T> getItems()
SuggestedItemInput
public int getCount()
SuggestedItemInput
public java.lang.String getTagByItem(T item)
ListInput
public java.lang.String getText(T item)
ListInput