Class TimeTypeAdapter
java.lang.Object
ch.tocco.nice2.netui.api.bind.form.facades.columnpropertiestypeadapters.AbstractTypeAdapter
ch.tocco.nice2.netui.api.bind.form.facades.columnpropertiestypeadapters.TimeTypeAdapter
- All Implemented Interfaces:
ColumnPropertiesTypeAdapter
Deprecated.
-
Field Summary
Fields inherited from class ch.tocco.nice2.netui.api.bind.form.facades.columnpropertiestypeadapters.AbstractTypeAdapter
BORDER_WIDTH, CHAR_WIDTH
-
Constructor Summary
-
Method Summary
Methods inherited from class ch.tocco.nice2.netui.api.bind.form.facades.columnpropertiestypeadapters.AbstractTypeAdapter
calcWidth, use
-
Constructor Details
-
TimeTypeAdapter
public TimeTypeAdapter()Deprecated.
-
-
Method Details
-
getWidth
public int getWidth()Deprecated.Description copied from interface:ColumnPropertiesTypeAdapter
Return a number of pixels. It is respected intially as space permits, may grow and shrink in relation to the other values unlessColumnPropertiesTypeAdapter.isFixed()
. -
isFixed
public boolean isFixed()Deprecated.Description copied from interface:ColumnPropertiesTypeAdapter
Tells if the width is fixed. Then the cell won't adjust size automatically, nor will it be possible for the user. (ext settings are kinda limited for now for the grid, they plan to enhance it.)- Specified by:
isFixed
in interfaceColumnPropertiesTypeAdapter
- Overrides:
isFixed
in classAbstractTypeAdapter
-