public static final class UICSSClasses.TABLE extends Object
<table>
,
<tr>
, <th>
and
<td>
containing data).
Attention: If a table is nested inside a basic table, the style will be inherited.
Modifier and Type | Field and Description |
---|---|
static String |
CELL_ALIGN_CENTER
Sets the content of the cell or child cells to be centered.
|
static String |
CELL_ALIGN_RIGHT
Sets the content of the cell or child cells to be right-aligned.
|
static String |
ESSENTIAL
The minimum to build a basic table.
|
static String |
FULL_WIDTH
Defines a full-width table.
|
static String |
UNBREAKABLE_SPACES
Sets the white spaces as unbreakable.
|
static String |
VERT_ALIGN_TOP
Sets the vertical alignment of cell contents.
|
public static final String ESSENTIAL
To be used in a <table>
element.
public static final String FULL_WIDTH
To be used with a <table>
element with the class ESSENTIAL
.
public static final String VERT_ALIGN_TOP
To be used with a <table>
element with the class ESSENTIAL
class.
public static final String UNBREAKABLE_SPACES
To be used with the elements <table>
, <tr>
,
<th>
and <td>
.
public static final String CELL_ALIGN_RIGHT
To be used with the elements <table>
, <tr>
,
<th>
and <td>
.
public static final String CELL_ALIGN_CENTER
To be use with the elements <table>
, <tr>
,
<th>
and <td>
.