Class N2oMultiListFieldAbstract
- java.lang.Object
-
- net.n2oapp.framework.api.metadata.control.N2oComponent
-
- net.n2oapp.framework.api.metadata.control.N2oField
-
- net.n2oapp.framework.api.metadata.control.N2oStandardField
-
- net.n2oapp.framework.api.metadata.control.N2oListField
-
- net.n2oapp.framework.api.metadata.control.multi.N2oMultiListFieldAbstract
-
- All Implemented Interfaces:
java.io.Serializable,CssClassAware,ExtensionAttributesAware,IdAware,NamespaceUriAware,SrcAware,N2oMultiListField,Source,SourceComponent
- Direct Known Subclasses:
N2oCheckboxButtons,N2oCheckboxGrid,N2oCheckboxGroup,N2oGroupClassifierMulti,N2oMultiClassifier,N2oPills
public abstract class N2oMultiListFieldAbstract extends N2oListField implements N2oMultiListField
Абстрактная реализация списка с множественным выбором- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class net.n2oapp.framework.api.metadata.control.N2oListField
N2oListField.PopupScaling
-
Nested classes/interfaces inherited from class net.n2oapp.framework.api.metadata.control.N2oField
N2oField.Dependency, N2oField.EnablingDependency, N2oField.FetchDependency, N2oField.FetchValueDependency, N2oField.RequiringDependency, N2oField.ResetDependency, N2oField.SetValueDependency, N2oField.Validations, N2oField.VisibilityDependency
-
-
Field Summary
-
Fields inherited from class net.n2oapp.framework.api.metadata.control.N2oListField
autoselectAlone, autoselectFirst, cache, options, search
-
-
Constructor Summary
Constructors Constructor Description N2oMultiListFieldAbstract()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisSingle()-
Methods inherited from class net.n2oapp.framework.api.metadata.control.N2oStandardField
setActionButtons
-
Methods inherited from class net.n2oapp.framework.api.metadata.control.N2oField
addDependency, containsDependency, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.CssClassAware
getCssClass, setCssClass
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.ExtensionAttributesAware
getExtAttributes, setExtAttributes
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.NamespaceUriAware
getNamespace, getNamespacePrefix, getNamespaceUri, setNamespaceUri
-
-
-
-
Method Detail
-
isSingle
public boolean isSingle()
- Specified by:
isSinglein classN2oListField
-
-