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