Uses of Class
dyntable.EntityTableFocusType

Uses of EntityTableFocusType in dyntable
 

Fields in dyntable declared as EntityTableFocusType
static EntityTableFocusType EntityTableFocusType.TABLE_FOCUS
          Identifier for focusing on the entire table.
static EntityTableFocusType EntityTableFocusType.ROW_FOCUS
          Identifier for focusing on a row.
static EntityTableFocusType EntityTableFocusType.CELL_FOCUS
          Identifier for focusing on a cell.
static EntityTableFocusType[] EntityTableFocusType.ALL
          An array of all the valid focus types.
 

Methods in dyntable that return EntityTableFocusType
 EntityTableFocusType JDynTable.getDefaultFocusMode()
          Returns the default focus mode, this is one of EntityTableFocusType.ROW_FOCUS, EntityTableFocusType.CELL_FOCUS, or EntityTableFocusType.TABLE_FOCUS.
 EntityTableFocusType JDynTable.getCurrentFocusMode()
          Returns the currently used focus mode.
 EntityTableFocusType[] EntityTableFocusType.getAll()
          Returns an array with all the focus types.
 

Methods in dyntable with parameters of type EntityTableFocusType
 void JDynTable.setDefaultFocusMode(EntityTableFocusType f)
          Sets the default focus mode.
 void JDynTable.setCurrentFocusMode(EntityTableFocusType f)
          Sets the currently used focus mode.