Class N2oListField
- 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
-
- All Implemented Interfaces:
java.io.Serializable,CssClassAware,ExtensionAttributesAware,IdAware,NamespaceUriAware,SrcAware,Source,SourceComponent
- Direct Known Subclasses:
N2oInputSelect,N2oMultiListFieldAbstract,N2oSelectTree,N2oSingleListFieldAbstract
public abstract class N2oListField extends N2oStandardField
Абстрактная реализация спискового контрола- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classN2oListField.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 Modifier and Type Field Description protected java.lang.BooleanautoselectAloneprotected java.lang.BooleanautoselectFirstprotected java.lang.Booleancacheprotected java.util.Map<java.lang.String,java.lang.String>[]optionsprotected java.lang.Booleansearch
-
Constructor Summary
Constructors Constructor Description N2oListField()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract 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
-
-