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_CENTERSets the content of the cell or child cells to be centered. | 
| static String | CELL_ALIGN_RIGHTSets the content of the cell or child cells to be right-aligned. | 
| static String | ESSENTIALThe minimum to build a basic table. | 
| static String | FULL_WIDTHDefines a full-width table. | 
| static String | UNBREAKABLE_SPACESSets the white spaces as unbreakable. | 
| static String | VERT_ALIGN_TOPSets 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>.