Class N2oClassifier
- 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.N2oSingleListFieldAbstract
-
- net.n2oapp.framework.api.metadata.control.list.N2oClassifier
-
- All Implemented Interfaces:
java.io.Serializable,CssClassAware,ExtensionAttributesAware,IdAware,NamespaceUriAware,SrcAware,N2oSingleListField,Source,SourceComponent
public class N2oClassifier extends N2oSingleListFieldAbstract
User: iryabov Date: 05.02.13 Time: 19:00- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classN2oClassifier.Mode-
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 N2oClassifier()N2oClassifier(java.lang.String id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetLabelFieldId()N2oClassifier.ModegetMode()java.lang.StringgetQueryId()java.lang.BooleangetSearchAsYouType()ShowModalPageFromClassifiergetShowModal()java.lang.StringgetValueFieldId()java.lang.BooleangetWordWrap()voidsetMode(N2oClassifier.Mode mode)voidsetSearchAsYouType(java.lang.Boolean searchAsYouType)voidsetShowModal(ShowModalPageFromClassifier showModal)voidsetWordWrap(java.lang.Boolean wordWrap)-
Methods inherited from class net.n2oapp.framework.api.metadata.control.list.N2oSingleListFieldAbstract
isSingle
-
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
-
getQueryId
public java.lang.String getQueryId()
-
getValueFieldId
public java.lang.String getValueFieldId()
-
getLabelFieldId
public java.lang.String getLabelFieldId()
-
getShowModal
public ShowModalPageFromClassifier getShowModal()
-
setShowModal
public void setShowModal(ShowModalPageFromClassifier showModal)
-
getSearchAsYouType
public java.lang.Boolean getSearchAsYouType()
-
setSearchAsYouType
public void setSearchAsYouType(java.lang.Boolean searchAsYouType)
-
getMode
public N2oClassifier.Mode getMode()
-
setMode
public void setMode(N2oClassifier.Mode mode)
-
getWordWrap
public java.lang.Boolean getWordWrap()
-
setWordWrap
public void setWordWrap(java.lang.Boolean wordWrap)
-
-