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:
Serializable,CssClassAware,ExtensionAttributesAware,IdAware,NamespaceUriAware,SrcAware,N2oSingleListField,Source
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.RequiringDependency, 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(String id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDefaultSrc()StringgetLabelFieldId()N2oClassifier.ModegetMode()StringgetQueryId()BooleangetSearchAsYouType()ShowModalPageFromClassifiergetShowModal()StringgetValueFieldId()BooleangetWordWrap()voidsetMode(N2oClassifier.Mode mode)voidsetSearchAsYouType(Boolean searchAsYouType)voidsetShowModal(ShowModalPageFromClassifier showModal)voidsetWordWrap(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
getSrc, setActionButtons, setSrc
-
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
-
-
-
-
Constructor Detail
-
N2oClassifier
public N2oClassifier(String id)
-
N2oClassifier
public N2oClassifier()
-
-
Method Detail
-
getQueryId
public String getQueryId()
-
getValueFieldId
public String getValueFieldId()
-
getLabelFieldId
public String getLabelFieldId()
-
getShowModal
public ShowModalPageFromClassifier getShowModal()
-
setShowModal
public void setShowModal(ShowModalPageFromClassifier showModal)
-
getSearchAsYouType
public Boolean getSearchAsYouType()
-
setSearchAsYouType
public void setSearchAsYouType(Boolean searchAsYouType)
-
getMode
public N2oClassifier.Mode getMode()
-
setMode
public void setMode(N2oClassifier.Mode mode)
-
getWordWrap
public Boolean getWordWrap()
-
setWordWrap
public void setWordWrap(Boolean wordWrap)
-
getDefaultSrc
public String getDefaultSrc()
-
-