Interface ActionsAware
-
- All Superinterfaces:
Serializable,Source
- All Known Subinterfaces:
Button
- All Known Implementing Classes:
N2oActionCell,N2oActionField,N2oButton,N2oButtonField,N2oCheckboxCell,N2oConditionBranch,N2oCustomCell,N2oEditCell,N2oElseBranchAction,N2oElseIfBranchAction,N2oIfBranchAction,N2oImageCell,N2oImageField,N2oLinkCell,N2oOnChangeEvent,N2oRatingCell,N2oRowClick,N2oSwitchAction.AbstractCase,N2oSwitchAction.Case,N2oSwitchAction.DefaultCase
public interface ActionsAware extends Source
Знание об исходных действиях компонента
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetActionId()N2oAction[]getActions()voidsetActionId(String actionId)voidsetActions(N2oAction[] actions)
-