Uses of Class
org.openl.rules.table.actions.GridRegionAction.ActionType
-
Packages that use GridRegionAction.ActionType Package Description org.openl.rules.table.actions -
-
Uses of GridRegionAction.ActionType in org.openl.rules.table.actions
Methods in org.openl.rules.table.actions that return GridRegionAction.ActionType Modifier and Type Method Description static GridRegionAction.ActionTypeGridRegionAction.ActionType. valueOf(String name)Returns the enum constant of this type with the specified name.static GridRegionAction.ActionType[]GridRegionAction.ActionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.openl.rules.table.actions with parameters of type GridRegionAction.ActionType Constructor Description GridRegionAction(IGridRegion region, boolean isColumns, boolean isInsert, GridRegionAction.ActionType actionType, int nRowsOrColumns)
-