Class N2oSelectTree
- 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.list.N2oSelectTree
-
- All Implemented Interfaces:
java.io.Serializable,CssClassAware,ExtensionAttributesAware,IdAware,NamespaceUriAware,SrcAware,N2oSingleListField,N2oMultiListField,Source,SourceComponent
- Direct Known Subclasses:
N2oInputSelectTree
public class N2oSelectTree extends N2oListField implements N2oSingleListField, 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
-
-
Constructor Summary
Constructors Constructor Description N2oSelectTree()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description InheritanceNodesgetInheritanceNodes()Deprecated.booleanisSingle()voidsetInheritanceNodes(InheritanceNodes nodes)Deprecated.-
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
-
setInheritanceNodes
@Deprecated public void setInheritanceNodes(InheritanceNodes nodes)
Deprecated.
-
getInheritanceNodes
@Deprecated public InheritanceNodes getInheritanceNodes()
Deprecated.
-
isSingle
public boolean isSingle()
- Specified by:
isSinglein classN2oListField
-
-