Class PercentTypeAdapter
java.lang.Object
ch.tocco.nice2.netui.api.bind.form.facades.columnpropertiestypeadapters.AbstractTypeAdapter
ch.tocco.nice2.netui.api.bind.form.facades.columnpropertiestypeadapters.PercentTypeAdapter
- All Implemented Interfaces:
ColumnPropertiesTypeAdapter
Deprecated.
-
Field Summary
Fields inherited from class AbstractTypeAdapter
BORDER_WIDTH, CHAR_WIDTH -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractTypeAdapter
calcWidth, use
-
Constructor Details
-
PercentTypeAdapter
public PercentTypeAdapter()Deprecated.
-
-
Method Details
-
getWidth
public int getWidth()Deprecated.Description copied from interface:ColumnPropertiesTypeAdapterReturn 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:ColumnPropertiesTypeAdapterTells 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:
isFixedin interfaceColumnPropertiesTypeAdapter- Overrides:
isFixedin classAbstractTypeAdapter
-