Uses of Class
com.inmethod.grid.SizeUnit
-
Packages that use SizeUnit Package Description 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 Modifier and Type Method Description SizeUnitIGridColumn. getSizeUnit()Returns the unit in which sizes are specified.static SizeUnitSizeUnit. 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 Modifier and Type Method Description SizeUnitAbstractColumn. getSizeUnit()Returns the unit in which sizes are specified.Methods in com.inmethod.grid.column with parameters of type SizeUnit Modifier and Type Method Description AbstractColumn<M,I,S>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 Modifier and Type Method Description SizeUnitAbstractGrid. getContentHeightSizeUnit()Returns the size unit for content height.Methods in com.inmethod.grid.common with parameters of type SizeUnit Modifier and Type Method Description voidAbstractGrid. setContentHeight(Integer contentHeight, SizeUnit contentSizeUnit)Sets the height of grid content.
-