Class PhoneTypeAdapter
java.lang.Object
ch.tocco.nice2.netui.api.bind.form.facades.columnpropertiestypeadapters.AbstractTypeAdapter
ch.tocco.nice2.netui.api.bind.form.facades.columnpropertiestypeadapters.PhoneTypeAdapter
- 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, isFixed, use
-
Constructor Details
-
PhoneTypeAdapter
public PhoneTypeAdapter()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().
-