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, setValueaddValidator, getKey, getString, removeValidator, setKey, validate, validateInnerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddValidator, getKey, isEmpty, removeValidator, setKey, validatepublic ClassificationCodeListInput(BaseFilter<T> fil)
fil - public T getItembyValue(java.lang.String value)
ItemInputvalue - input Valuepublic java.util.Iterator<T> getItems()
SuggestedItemInputpublic int getCount()
SuggestedItemInputpublic java.lang.String getTagByItem(T item)
ListInputpublic java.lang.String getText(T item)
ListInput