public class HtmlTableLayoutConfig extends Object
Constructor and Description |
---|
HtmlTableLayoutConfig() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object that) |
protected String |
getComponentColumnStyleClass() |
protected String |
getLabelColumnStyleClass() |
protected String |
getRequiredColumnStyleClass() |
protected String |
getTableStyle() |
protected String |
getTableStyleClass() |
int |
hashCode() |
HtmlTableLayoutConfig |
setComponentColumnStyleClass(String componentColumnStyleClass)
CSS style class to apply to the component table column.
|
HtmlTableLayoutConfig |
setLabelColumnStyleClass(String labelColumnStyleClass)
CSS style class to apply to the label table column.
|
HtmlTableLayoutConfig |
setRequiredColumnStyleClass(String requiredColumnStyleClass)
CSS style class to apply to the required table column.
|
HtmlTableLayoutConfig |
setTableStyle(String tableStyle)
CSS style to apply to table.
|
HtmlTableLayoutConfig |
setTableStyleClass(String tableClass)
CSS style class to apply to table.
|
public HtmlTableLayoutConfig setTableStyle(String tableStyle)
public HtmlTableLayoutConfig setTableStyleClass(String tableClass)
public HtmlTableLayoutConfig setLabelColumnStyleClass(String labelColumnStyleClass)
public HtmlTableLayoutConfig setComponentColumnStyleClass(String componentColumnStyleClass)
public HtmlTableLayoutConfig setRequiredColumnStyleClass(String requiredColumnStyleClass)
protected String getTableStyle()
protected String getTableStyleClass()
protected String getLabelColumnStyleClass()
protected String getComponentColumnStyleClass()
protected String getRequiredColumnStyleClass()
Copyright © 2015. All Rights Reserved.