Class PasswordTypeAdapter
java.lang.Object
ch.tocco.nice2.netui.api.bind.form.facades.columnpropertiestypeadapters.AbstractTypeAdapter
ch.tocco.nice2.netui.api.bind.form.facades.columnpropertiestypeadapters.PasswordTypeAdapter
- 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
-
Constructor Details
-
PasswordTypeAdapter
public PasswordTypeAdapter()Deprecated.
-
-
Method Details
-
use
public boolean use()Deprecated.Description copied from interface:ColumnPropertiesTypeAdapter
Tells if the type is displayed in a column. Most are (or may be), few are prohibited completely (eg PasswordMd5).- Specified by:
use
in interfaceColumnPropertiesTypeAdapter
- Overrides:
use
in classAbstractTypeAdapter
-
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()
.
-