Package com.illumon.iris.db.util.config
Class CustomAction
java.lang.Object
com.illumon.iris.db.util.config.CustomAction
- All Implemented Interfaces:
Serializable
public class CustomAction extends Object implements Serializable
- See Also:
- Serialized Form
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCustomAction.Descriptorstatic classCustomAction.FetchQuery -
Method Summary
Modifier and Type Method Description static voidaddCustomAction(Table table, String name, groovy.lang.Closure actionClosure, String... activeColumns)static voidaddCustomActionNoSelection(Table table, String name, groovy.lang.Closure actionClosure, String... activeColumns)groovy.lang.ClosuregetClosure()booleanisNoSelection()booleansupportColumn(String columnName)
-
Method Details
-
addCustomAction
-
addCustomActionNoSelection
-
supportColumn
-
getClosure
public groovy.lang.Closure getClosure() -
isNoSelection
public boolean isNoSelection()
-