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:
  • Method Details

    • addCustomAction

      public static void addCustomAction(Table table, String name, groovy.lang.Closure actionClosure, String... activeColumns)
    • addCustomActionNoSelection

      public static void addCustomActionNoSelection(Table table, String name, groovy.lang.Closure actionClosure, String... activeColumns)
    • supportColumn

      public boolean supportColumn(String columnName)
    • getClosure

      public groovy.lang.Closure getClosure()
    • isNoSelection

      public boolean isNoSelection()