com.jaxfront.core.ui.tableModel
Class RowLeadedListModel.ListTypeHeaderStrategy

java.lang.Object
  extended by com.jaxfront.core.ui.tableModel.RowLeadedListModel.ListTypeHeaderStrategy
All Implemented Interfaces:
HeaderStrategy
Enclosing class:
RowLeadedListModel

public class RowLeadedListModel.ListTypeHeaderStrategy
extends java.lang.Object
implements HeaderStrategy


Constructor Summary
RowLeadedListModel.ListTypeHeaderStrategy(FlippableListTypeTableModel tm)
           
 
Method Summary
 java.lang.String getRowHeader(int row)
          Returns the header name for a type.
 int getWidth()
          Returns the header name for a type.
 boolean shouldSwitchHeadersOnMove()
          Returns true if the column headers should be switched when columns are moved.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RowLeadedListModel.ListTypeHeaderStrategy

public RowLeadedListModel.ListTypeHeaderStrategy(FlippableListTypeTableModel tm)
Method Detail

getRowHeader

public java.lang.String getRowHeader(int row)
Description copied from interface: HeaderStrategy
Returns the header name for a type.

Specified by:
getRowHeader in interface HeaderStrategy

getWidth

public int getWidth()
Description copied from interface: HeaderStrategy
Returns the header name for a type.

Specified by:
getWidth in interface HeaderStrategy

shouldSwitchHeadersOnMove

public boolean shouldSwitchHeadersOnMove()
Description copied from interface: HeaderStrategy
Returns true if the column headers should be switched when columns are moved.

Specified by:
shouldSwitchHeadersOnMove in interface HeaderStrategy