Class AbstractAction<P extends ActionPayload,M extends MetaSaga>
- java.lang.Object
-
- net.n2oapp.framework.api.metadata.meta.action.AbstractAction<P,M>
-
- All Implemented Interfaces:
Serializable,PropertiesAware,Compiled,Action
- Direct Known Subclasses:
AbstractModal,AlertAction,ClearAction,CloseAction,ConditionAction,ConfirmAction,CopyAction,CustomAction,EditListAction,InvokeAction,LinkActionImpl,MultiAction,PrintAction,RefreshAction,SetValueAction,SubmitAction,SwitchAction
public abstract class AbstractAction<P extends ActionPayload,M extends MetaSaga> extends Object implements Action
Абстрактная реализация клиентской модели действия- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Map<String,Object>properties
-
Constructor Summary
Constructors Constructor Description AbstractAction(P payload, M meta)
-
Method Summary
-
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.aware.PropertiesAware
getProperties, setProperties
-
-