Class N2oStandardField
- java.lang.Object
-
- net.n2oapp.framework.api.metadata.control.N2oComponent
-
- net.n2oapp.framework.api.metadata.control.N2oField
-
- net.n2oapp.framework.api.metadata.control.N2oStandardField
-
- All Implemented Interfaces:
java.io.Serializable,CssClassAware,ExtensionAttributesAware,IdAware,NamespaceUriAware,SrcAware,Source,SourceComponent
- Direct Known Subclasses:
N2oCodeMerge,N2oCodeViewer,N2oDebug,N2oEditGrid,N2oFileUpload,N2oIntervalField,N2oListField,N2oPlainField,N2oSearchButtons,N2oSimpleIntervalField
public abstract class N2oStandardField extends N2oField
Абстратная реализация контрола- 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
-
-
Constructor Summary
Constructors Constructor Description N2oStandardField()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetActionButtons(java.util.List<N2oActionButton> buttons)-
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
-
setActionButtons
public void setActionButtons(java.util.List<N2oActionButton> buttons)
-
-