org.apache.beehive.netui.databinding.datagrid.runtime.model.style
Class EmptyStyleModel

Object
  extended by StyleModel
      extended by DefaultStyleModel
          extended by EmptyStyleModel

public class EmptyStyleModel
extends DefaultStyleModel


Constructor Summary
EmptyStyleModel()
           
 
Method Summary
protected  String buildStyleClass(String baseStyle)
          Given a base style class name, this method adds a style prefix to produce a complete style class.
 
Methods inherited from class DefaultStyleModel
getAltRowClass, getCaptionClass, getDataCellClass, getDataCellFilteredClass, getDataCellSortedClass, getFooterRowClass, getHeaderCellClass, getHeaderCellFilteredClass, getHeaderCellSortableClass, getHeaderCellSortedClass, getHeaderRowClass, getRowClass, getTableClass, getTableFootClass, getTableHeadClass
 
Methods inherited from class StyleModel
buildStyleClassValue, getStylePrefix, setStylePrefix
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmptyStyleModel

public EmptyStyleModel()
Method Detail

buildStyleClass

protected String buildStyleClass(String baseStyle)
Description copied from class: StyleModel
Given a base style class name, this method adds a style prefix to produce a complete style class.

Overrides:
buildStyleClass in class StyleModel
Parameters:
baseStyle - the core style class name
Returns:
the style class