|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SizeUnit | |
|---|---|
| com.inmethod.grid | |
| com.inmethod.grid.column | |
| com.inmethod.grid.common | |
| Uses of SizeUnit in com.inmethod.grid |
|---|
| Methods in com.inmethod.grid that return SizeUnit | |
|---|---|
SizeUnit |
IGridColumn.getSizeUnit()
Returns the unit in which sizes are specified. |
static SizeUnit |
SizeUnit.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SizeUnit[] |
SizeUnit.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Uses of SizeUnit in com.inmethod.grid.column |
|---|
| Methods in com.inmethod.grid.column that return SizeUnit | |
|---|---|
SizeUnit |
AbstractColumn.getSizeUnit()
Returns the unit in which sizes are specified. |
| Methods in com.inmethod.grid.column with parameters of type SizeUnit | |
|---|---|
AbstractColumn<M,I> |
AbstractColumn.setSizeUnit(SizeUnit sizeUnit)
Sets the size unit for this column. |
| Uses of SizeUnit in com.inmethod.grid.common |
|---|
| Methods in com.inmethod.grid.common that return SizeUnit | |
|---|---|
SizeUnit |
AbstractGrid.getContentHeightSizeUnit()
Returns the size unit for content height. |
| Methods in com.inmethod.grid.common with parameters of type SizeUnit | |
|---|---|
void |
AbstractGrid.setContentHeight(Integer contentHeight,
SizeUnit contentSizeUnit)
Sets the height of grid content. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||