Class N2oSingleListFieldAbstract
- 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
-
- All Implemented Interfaces:
Serializable,CssClassAware,ExtensionAttributesAware,FieldsetItem,IdAware,NamespaceUriAware,PreFiltersAware,SrcAware,BadgeAware,Source,SourceComponent
- Direct Known Subclasses:
N2oAutoComplete,N2oRadioGroup,N2oSelect,N2oSlider
public abstract class N2oSingleListFieldAbstract extends N2oListField
Абстрактная реализация списка с выбором одного значения- See Also:
- Serialized Form
-
-
Nested Class Summary
-
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
cache, options, search
-
-
Constructor Summary
Constructors Constructor Description N2oSingleListFieldAbstract()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisSingle()-
Methods inherited from class net.n2oapp.framework.api.metadata.control.N2oField
addDependencies, addDependency, containsDependency, getItems, getRefWidgetId, setRefWidgetId, 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.meta.badge.BadgeAware
getBadge, getBadgeColor, getBadgeColorFieldId, getBadgeFieldId, getBadgeImage, getBadgeImageFieldId, getBadgeImagePosition, getBadgeImageShape, getBadgePosition, getBadgeShape, setBadge, setBadgeColor, setBadgeColorFieldId, setBadgeFieldId, setBadgeImage, setBadgeImageFieldId, setBadgeImagePosition, setBadgeImageShape, setBadgePosition, setBadgeShape
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.CssClassAware
getCssClass, getStyle, setCssClass, setStyle
-
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, setNamespacePrefix, setNamespaceUri
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.PreFiltersAware
getPreFilters, setPreFilters
-
-
-
-
Method Detail
-
isSingle
public boolean isSingle()
- Specified by:
isSinglein classN2oListField
-
-