|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HttpConstants
A collection of constants generally used for positioning and orienting TableView components on the screen.
Field Summary | |
---|---|
static int |
ALL
Used to specify multiple alignment values. |
static int |
BASELINE
All cells in the same row as a cell whose valign attribute has this value should have their textual data positioned so that the first text line occurs on a baseline common to all cells in the row. |
static int |
CHAR
Aligns the text of the cells around a specific character. |
static int |
COL
Used to specify the scope of the cell to be "col". |
static int |
COLGROUP
Used to specify the scope of the cell to be "colgroup". |
static int |
JUSTIFY
Aligns the text of the cell double-justified. |
static int |
MULTIPLE
Multiple items can be selected. |
static int |
NONE
Doesn't specify an alignment. |
static int |
ROW
Used to specify the scope of the cell to be "row". |
static int |
ROWGROUP
Used to specify the scope of the cell to be "rowgroup". |
static int |
SINGLE
Only single items can be selected. |
Field Detail |
---|
static final int JUSTIFY
static final int CHAR
static final int BASELINE
static final int ROW
static final int COL
static final int ROWGROUP
static final int COLGROUP
static final int NONE
static final int ALL
static final int SINGLE
static final int MULTIPLE
|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |