Package | Description |
---|---|
com.inmethod.grid | |
com.inmethod.grid.column | |
com.inmethod.grid.common |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
SizeUnit |
AbstractColumn.getSizeUnit()
Returns the unit in which sizes are specified.
|
Modifier and Type | Method and Description |
---|---|
AbstractColumn<M,I,S> |
AbstractColumn.setSizeUnit(SizeUnit sizeUnit)
Sets the size unit for this column.
|
Modifier and Type | Method and Description |
---|---|
SizeUnit |
AbstractGrid.getContentHeightSizeUnit()
Returns the size unit for content height.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractGrid.setContentHeight(Integer contentHeight,
SizeUnit contentSizeUnit)
Sets the height of grid content.
|
Copyright © 2015. All rights reserved.