de.jaret.util.ui.table.model
Class DefaultTableViewState.RowConfiguration

java.lang.Object
  extended by de.jaret.util.ui.table.model.DefaultTableViewState.RowConfiguration
Enclosing class:
DefaultTableViewState

public class DefaultTableViewState.RowConfiguration
extends java.lang.Object

Simple helper class holding the configuration for a row.

Version:
$Id: DefaultTableViewState.java 472 2007-05-22 22:30:07Z olk $
Author:
Peter Kliem

Field Summary
 ITableViewState.RowHeightMode heightMode
          rowheightmode.
 int rowHeight
          actual row height.
 
Constructor Summary
DefaultTableViewState.RowConfiguration()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

heightMode

public ITableViewState.RowHeightMode heightMode
rowheightmode.


rowHeight

public int rowHeight
actual row height.

Constructor Detail

DefaultTableViewState.RowConfiguration

public DefaultTableViewState.RowConfiguration()


Copyright © 2012. All Rights Reserved.