Uses of Class
de.jaret.util.ui.table.model.ITableViewState.RowHeightMode

Packages that use ITableViewState.RowHeightMode
de.jaret.util.ui.table This package contains a flexible custom drawn table widget. 
de.jaret.util.ui.table.model This package contains the model and model listeners for the jaret table. 
 

Uses of ITableViewState.RowHeightMode in de.jaret.util.ui.table
 

Methods in de.jaret.util.ui.table with parameters of type ITableViewState.RowHeightMode
 void JaretTable.rowHeightModeChanged(IRow row, ITableViewState.RowHeightMode newHeightMode)
          Row height mode changed.
 

Uses of ITableViewState.RowHeightMode in de.jaret.util.ui.table.model
 

Fields in de.jaret.util.ui.table.model declared as ITableViewState.RowHeightMode
protected  ITableViewState.RowHeightMode DefaultTableViewState._defaultRowHeightMode
          Default row height mode for new rows.
 ITableViewState.RowHeightMode DefaultTableViewState.RowConfiguration.heightMode
          rowheightmode.
 

Methods in de.jaret.util.ui.table.model that return ITableViewState.RowHeightMode
 ITableViewState.RowHeightMode ITableViewState.getRowHeightMode()
          Retrieve the default row heigth mode.
 ITableViewState.RowHeightMode DefaultTableViewState.getRowHeightMode()
          Retrieve the default row heigth mode.
 ITableViewState.RowHeightMode ITableViewState.getRowHeigthMode(IRow row)
          Retrieve the row heigth mode for a specific row.
 ITableViewState.RowHeightMode DefaultTableViewState.getRowHeigthMode(IRow row)
          Retrieve the row heigth mode for a specific row.
static ITableViewState.RowHeightMode ITableViewState.RowHeightMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ITableViewState.RowHeightMode[] ITableViewState.RowHeightMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in de.jaret.util.ui.table.model with parameters of type ITableViewState.RowHeightMode
protected  void DefaultTableViewState.fireRowHeightModeChanged(IRow row, ITableViewState.RowHeightMode newMode)
           
 void ITableViewStateListener.rowHeightModeChanged(IRow row, ITableViewState.RowHeightMode newHeightMode)
          Row height mode changed.
 void ITableViewState.setRowHeightMode(IRow row, ITableViewState.RowHeightMode mode)
          Set the row height mode for a specific row.
 void DefaultTableViewState.setRowHeightMode(IRow row, ITableViewState.RowHeightMode mode)
          Set the row height mode for a specific row.
 void ITableViewState.setRowHeightMode(ITableViewState.RowHeightMode mode)
          Set the row heigth mode for all rows and the mode to use as the default for new rows.
 void DefaultTableViewState.setRowHeightMode(ITableViewState.RowHeightMode mode)
          Set the row heigth mode for all rows and the mode to use as the default for new rows.
 



Copyright © 2012. All Rights Reserved.