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:
Serializable,CssClassAware,ExtensionAttributesAware,IdAware,NamespaceUriAware,SrcAware,Source
- Direct Known Subclasses:
N2oButtonField,N2oCodeMerge,N2oDebug,N2oEditGrid,N2oFileUpload,N2oIntervalField,N2oListField,N2oPlainField,N2oSearchButtons
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.RequiringDependency, 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 StringgetSrc()Получить реализацию метаданнойvoidsetActionButtons(List<N2oActionButton> buttons)voidsetSrc(String src)Установить реализацию метаданной-
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
-
setSrc
public void setSrc(String src)
Description copied from interface:SrcAwareУстановить реализацию метаданной- Parameters:
src- Реализация метаданной
-
getSrc
public String getSrc()
Description copied from interface:SrcAwareПолучить реализацию метаданной- Returns:
- Реализация метаданной
-
setActionButtons
public void setActionButtons(List<N2oActionButton> buttons)
-
-