Class ActionField
- java.lang.Object
-
- net.n2oapp.framework.api.metadata.Component
-
- net.n2oapp.framework.api.metadata.meta.control.Field
-
- net.n2oapp.framework.api.metadata.meta.control.ActionField
-
- All Implemented Interfaces:
Serializable,JsonPropertiesAware,PropertiesAware,Compiled,ActionAware
- Direct Known Subclasses:
ButtonField,ImageField
public abstract class ActionField extends Field implements ActionAware
Абстрактное поле с действием- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ActionField()
-
Method Summary
-
Methods inherited from class net.n2oapp.framework.api.metadata.meta.control.Field
addDependency
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.n2oapp.framework.api.metadata.meta.action.ActionAware
getAction, setAction
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.JsonPropertiesAware
getJsonProperties
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.PropertiesAware
getProperties, setProperties
-
-