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 class
CustomAction.Descriptor
static class
CustomAction.FetchQuery
-
Method Summary
Modifier and Type Method Description static void
addCustomAction(Table table, String name, groovy.lang.Closure actionClosure, String... activeColumns)
static void
addCustomActionNoSelection(Table table, String name, groovy.lang.Closure actionClosure, String... activeColumns)
groovy.lang.Closure
getClosure()
boolean
isNoSelection()
boolean
supportColumn(String columnName)
-
Method Details
-
addCustomAction
-
addCustomActionNoSelection
-
supportColumn
-
getClosure
public groovy.lang.Closure getClosure() -
isNoSelection
public boolean isNoSelection()
-