|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TableLayout.Constraint | |
---|---|
com.sun.lwuit.table | Table component for editing and viewing tabular data and arranging LWUIT components in a tabular form |
Uses of TableLayout.Constraint in com.sun.lwuit.table |
---|
Methods in com.sun.lwuit.table that return TableLayout.Constraint | |
---|---|
protected TableLayout.Constraint |
Table.createCellConstraint(java.lang.Object value,
int row,
int column)
Creates the table cell constraint for the given cell, this method can be overriden for the purposes of modifying the table constraints. |
TableLayout.Constraint |
TableLayout.createConstraint()
Creates a new Constraint instance to add to the layout |
TableLayout.Constraint |
TableLayout.createConstraint(int row,
int column)
Creates a new Constraint instance to add to the layout |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |