Class LiveInputTableEditor

java.lang.Object
com.illumon.iris.console.utils.LiveInputTableEditor
All Implemented Interfaces:
Deflatable<LiveInputTableEditor>, LiveWidget<LiveInputTableEditor>

@ScriptApi public class LiveInputTableEditor extends Object implements LiveWidget<LiveInputTableEditor>
UI editor for input tables.
  • Constructor Details

    • LiveInputTableEditor

      @ScriptApi public LiveInputTableEditor(Table inputTable)
      Creates a new input table editor.
      Parameters:
      inputTable - input table.
    • LiveInputTableEditor

      @ScriptApi public LiveInputTableEditor(Table viewTable, Table inputTable)
      Creates a new input table editor.
      Parameters:
      viewTable - view table
      inputTable - input table
    • LiveInputTableEditor

      @ScriptApi public LiveInputTableEditor(Table viewTable, Table inputTable, boolean keysEditable)
      Creates a new input table editor.
      Parameters:
      viewTable - view table
      inputTable - input table
      keysEditable - true to make keys editable
  • Method Details