Uses of Interface
com.jaxfront.core.ui.tableModel.HeaderStrategy

Packages that use HeaderStrategy
com.jaxfront.core.ui.tableModel   
 

Uses of HeaderStrategy in com.jaxfront.core.ui.tableModel
 

Classes in com.jaxfront.core.ui.tableModel that implement HeaderStrategy
 class RowLeadedListModel.ListTypeHeaderStrategy
           
 class RowLeadedListModel.RowNumberStrategy
           
 

Methods in com.jaxfront.core.ui.tableModel that return HeaderStrategy
 HeaderStrategy RowLeadedListModel.getStrategy()
          Accessor to the labelling strategy needed by the view.
 

Methods in com.jaxfront.core.ui.tableModel with parameters of type HeaderStrategy
 void RowLeadedListModel.setStrategy(HeaderStrategy strategy)