|
|||||||||
| 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 StyleModelpublic String getCaptionClass()
StyleModel
getCaptionClass in class StyleModelpublic String getTableHeadClass()
StyleModel
getTableHeadClass in class StyleModelpublic String getTableFootClass()
StyleModel
getTableFootClass in class StyleModelpublic String getHeaderRowClass()
StyleModel
getHeaderRowClass in class StyleModelpublic String getFooterRowClass()
StyleModel
getFooterRowClass in class StyleModelpublic String getRowClass()
StyleModel
getRowClass in class StyleModelpublic String getAltRowClass()
StyleModel
getAltRowClass in class StyleModelpublic String getDataCellClass()
StyleModel
getDataCellClass in class StyleModelpublic String getHeaderCellClass()
StyleModel
getHeaderCellClass in class StyleModelpublic String getHeaderCellSortableClass()
StyleModel
getHeaderCellSortableClass in class StyleModelpublic String getHeaderCellSortedClass()
StyleModel
getHeaderCellSortedClass in class StyleModelpublic String getHeaderCellFilteredClass()
StyleModel
getHeaderCellFilteredClass in class StyleModelpublic String getDataCellSortedClass()
StyleModel
getDataCellSortedClass in class StyleModelpublic String getDataCellFilteredClass()
StyleModel
getDataCellFilteredClass in class StyleModel
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||