public class UISelectManyImpl<VALUETYPE> extends UISelectInputComponentBase<UISelectMany<VALUETYPE>,VALUETYPE> implements UISelectMany<VALUETYPE>
| Constructor and Description |
|---|
UISelectManyImpl(String name,
Class<VALUETYPE> type) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<VALUETYPE> |
getValue() |
UISelectMany<VALUETYPE> |
setDefaultValue(Callable<Iterable<VALUETYPE>> callback) |
UISelectMany<VALUETYPE> |
setDefaultValue(Iterable<VALUETYPE> value) |
UISelectMany<VALUETYPE> |
setValue(Iterable<VALUETYPE> value) |
String |
toString() |
getItemLabelConverter, getValueChoices, setItemLabelConverter, setValueChoicesgetLabel, getName, getRequiredMessage, getValueConverter, getValueType, isEnabled, isRequired, setEnabled, setEnabled, setLabel, setRequired, setRequired, setRequiredMessage, setValueConverter, supportsgetFacet, getFacets, getFacets, hasAllFacets, hasAllFacets, hasFacet, install, uninstallclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetItemLabelConverter, getValueChoices, setItemLabelConverter, setValueChoicesgetLabel, getName, getRequiredMessage, getValueConverter, getValueType, isEnabled, isRequired, setEnabled, setEnabled, setLabel, setRequired, setRequired, setRequiredMessage, setValueConvertergetFacet, getFacets, getFacets, hasAllFacets, hasAllFacets, hasFacet, install, supports, uninstallpublic UISelectMany<VALUETYPE> setValue(Iterable<VALUETYPE> value)
setValue in interface ManyValued<UISelectMany<VALUETYPE>,VALUETYPE>public UISelectMany<VALUETYPE> setDefaultValue(Callable<Iterable<VALUETYPE>> callback)
setDefaultValue in interface ManyValued<UISelectMany<VALUETYPE>,VALUETYPE>public UISelectMany<VALUETYPE> setDefaultValue(Iterable<VALUETYPE> value)
setDefaultValue in interface ManyValued<UISelectMany<VALUETYPE>,VALUETYPE>public Iterable<VALUETYPE> getValue()
getValue in interface ManyValued<UISelectMany<VALUETYPE>,VALUETYPE>Copyright © 2013 JBoss by Red Hat. All Rights Reserved.