|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectStyleModel
DefaultStyleModel
public class DefaultStyleModel
Constructor Summary | |
---|---|
DefaultStyleModel()
|
|
DefaultStyleModel(String prefix)
|
Method Summary | |
---|---|
String |
getAltRowClass()
Get the style class for an HTML tr tag rendered in a grid row. |
String |
getCaptionClass()
Get the style class for an HTML caption tag. |
String |
getDataCellClass()
Get the style class for an HTML td tag rendered for a grid cell. |
String |
getDataCellFilteredClass()
Get the style class for an HTML td tag for a grid cell that is filtered. |
String |
getDataCellSortedClass()
Get the style class for an HTML td tag for a grid cell that is sorted. |
String |
getFooterRowClass()
Get the style class for an HTML tr tag rendered in the grid's footer. |
String |
getHeaderCellClass()
Get the style class for an HTML th tag rendered for a grid's header cell. |
String |
getHeaderCellFilteredClass()
Get the style class for an HTML th tag for a grid's header cell that is filtered. |
String |
getHeaderCellSortableClass()
Get the style class for an HTML th tag for a grid's header cell that is sortable. |
String |
getHeaderCellSortedClass()
Get the style class for an HTML th tag for a grid's header cell whose data is sorted. |
String |
getHeaderRowClass()
Get the style class for an HTML tr tag rendered in the grid's header. |
String |
getRowClass()
Get the style class for an HTML tr tag rendered in a grid row. |
String |
getTableClass()
Get the style class for an HTML table tag. |
String |
getTableFootClass()
Get the style class for an HTML tfoot tag. |
String |
getTableHeadClass()
Get the style class for an HTML thead tag. |
Methods inherited from class StyleModel |
---|
buildStyleClass, buildStyleClassValue, getStylePrefix, setStylePrefix |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultStyleModel()
public DefaultStyleModel(String prefix)
Method Detail |
---|
public String getTableClass()
StyleModel
getTableClass
in class StyleModel
public String getCaptionClass()
StyleModel
getCaptionClass
in class StyleModel
public String getTableHeadClass()
StyleModel
getTableHeadClass
in class StyleModel
public String getTableFootClass()
StyleModel
getTableFootClass
in class StyleModel
public String getHeaderRowClass()
StyleModel
getHeaderRowClass
in class StyleModel
public String getFooterRowClass()
StyleModel
getFooterRowClass
in class StyleModel
public String getRowClass()
StyleModel
getRowClass
in class StyleModel
public String getAltRowClass()
StyleModel
getAltRowClass
in class StyleModel
public String getDataCellClass()
StyleModel
getDataCellClass
in class StyleModel
public String getHeaderCellClass()
StyleModel
getHeaderCellClass
in class StyleModel
public String getHeaderCellSortableClass()
StyleModel
getHeaderCellSortableClass
in class StyleModel
public String getHeaderCellSortedClass()
StyleModel
getHeaderCellSortedClass
in class StyleModel
public String getHeaderCellFilteredClass()
StyleModel
getHeaderCellFilteredClass
in class StyleModel
public String getDataCellSortedClass()
StyleModel
getDataCellSortedClass
in class StyleModel
public String getDataCellFilteredClass()
StyleModel
getDataCellFilteredClass
in class StyleModel
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |