Class TableEventFilterCondition

java.lang.Object
org.eclipse.scout.rt.ui.html.json.table.TableEventFilterCondition

public class TableEventFilterCondition extends Object
  • Constructor Details

    • TableEventFilterCondition

      public TableEventFilterCondition(int type)
      Parameters:
      type - event type (see TableEvent)
  • Method Details

    • getType

      public int getType()
    • getRows

      public List<ITableRow> getRows()
    • setRows

      public void setRows(List<? extends ITableRow> rows)
    • getCheckedRows

      public List<ITableRow> getCheckedRows()
    • getUncheckedRows

      public List<ITableRow> getUncheckedRows()
    • setCheckedRows

      public void setCheckedRows(List<? extends ITableRow> checkedRows, List<? extends ITableRow> uncheckedRows)
    • getColumns

      public List<IColumn<?>> getColumns()
    • setColumns

      public void setColumns(List<? extends IColumn<?>> columns)
    • getUserFilter

      public IUserFilterState getUserFilter()
    • setUserFilter

      public void setUserFilter(IUserFilterState userFilter)
    • checkRows

      public boolean checkRows()
    • checkCheckedRows

      public boolean checkCheckedRows()
    • checkColumns

      public boolean checkColumns()
    • checkUserFilter

      public boolean checkUserFilter()