Package com.illumon.iris.db.util.config
Class CustomAction
java.lang.Object
com.illumon.iris.db.util.config.CustomAction
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
-
Method Summary
Modifier and TypeMethodDescriptionstatic 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
boolean
boolean
supportColumn
(String columnName)
-
Method Details
-
addCustomAction
-
addCustomActionNoSelection
-
supportColumn
-
getClosure
public groovy.lang.Closure getClosure() -
isNoSelection
public boolean isNoSelection()
-