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

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

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


Constructor Summary
RowLeadedListModel.RowNumberStrategy()
           
 
Method Summary
 int getBase()
           
 java.lang.String getRowHeader(int row)
          Returns the header name for a type.
 int getWidth()
          Returns the header name for a type.
 void setBase(int base)
           
 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.RowNumberStrategy

public RowLeadedListModel.RowNumberStrategy()
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

getBase

public int getBase()

setBase

public void setBase(int base)