Class N2oField
- java.lang.Object
-
- net.n2oapp.framework.api.metadata.control.N2oComponent
-
- net.n2oapp.framework.api.metadata.control.N2oField
-
- All Implemented Interfaces:
java.io.Serializable,CssClassAware,ExtensionAttributesAware,IdAware,NamespaceUriAware,SrcAware,Source,SourceComponent
- Direct Known Subclasses:
N2oButtonField,N2oCustomField,N2oStandardField,N2oStatus,N2oText
public abstract class N2oField extends N2oComponent implements IdAware
Исходная модель поля- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classN2oField.Dependencystatic classN2oField.EnablingDependencystatic classN2oField.FetchDependencystatic classN2oField.FetchValueDependencystatic classN2oField.RequiringDependencystatic classN2oField.ResetDependencystatic classN2oField.SetValueDependencystatic classN2oField.Validationsstatic classN2oField.VisibilityDependency
-
Constructor Summary
Constructors Constructor Description N2oField()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddDependency(N2oField.Dependency d)booleancontainsDependency(java.lang.Class<? extends N2oField.Dependency> clazz)java.lang.StringtoString()-
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
-
addDependency
public void addDependency(N2oField.Dependency d)
-
containsDependency
public boolean containsDependency(java.lang.Class<? extends N2oField.Dependency> clazz)
- Parameters:
clazz- - Тип зависимости- Returns:
- содержит ли поле зависимость типа clazz
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-