Class ActionComponent
- java.lang.Object
-
- net.n2oapp.framework.api.metadata.global.view.ActionComponent
-
- All Implemented Interfaces:
java.io.Serializable,IdAware,ModelAware,WidgetIdAware
- Direct Known Subclasses:
AbstractMenuItem,ActionsBar
public abstract class ActionComponent extends java.lang.Object implements java.io.Serializable, IdAware, ModelAware, WidgetIdAware
Абстрактная модель компонента вызывающего действие- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ActionComponent()
-
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.ModelAware
getModel
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.WidgetIdAware
getWidgetId
-
-