| |
|
| java.lang.Object org.wings.plaf.css.TableCellStyle
TableCellStyle | final public class TableCellStyle implements Serializable,Cloneable(Code) | | A class holding styling attributes for one or more cells of (layout) tables.
|
colspan | public int colspan(Code) | | colspan attribute for this TD or TH cell
|
defaultLayoutCellHAlignment | public int defaultLayoutCellHAlignment(Code) | | default in-cell horizontal alignment of inner component if component does not wear a orientation
|
defaultLayoutCellVAlignment | public int defaultLayoutCellVAlignment(Code) | | default in-cell vertical alignment of inner component if component does not wear a orientation
|
optionalStyleClass | public String optionalStyleClass(Code) | | Optional CSS class for this TD or TH cell
|
renderAsTH | public boolean renderAsTH(Code) | | render cells of first line as TH element
|
rowspan | public int rowspan(Code) | | rowspan attribute for this TD or TH cell
|
TableCellStyle | public TableCellStyle()(Code) | | |
hasAdditionalCellStyles | public boolean hasAdditionalCellStyles()(Code) | | |
hasInsets | public boolean hasInsets()(Code) | | |
|
|
|