| Constructor and Description |
|---|
PasswordType()
Builds a new
PasswordType with 5 columns. |
PasswordType(int columns)
Builds a new
PasswordType. |
PasswordType(int columns,
boolean isEditable)
Builds a new
PasswordType. |
| Modifier and Type | Method and Description |
|---|---|
Component |
getComponent()
Gets the
Component that will be used to retrieve the inputs
from the user. |
String |
getValue()
Gets the value currently stored in this
InputType instance. |
void |
setEditable(boolean b) |
void |
setValue(String value)
Sets the value stored in this
InputType to value. |
public PasswordType(int columns,
boolean isEditable)
PasswordType.columns - The number of columns for the underlying component.isEditable - To specify if the component can be edited or not.public PasswordType(int columns)
PasswordType.columns - The number of columns for the underlying component.public PasswordType()
PasswordType with 5 columns.public Component getComponent()
InputTypeComponent that will be used to retrieve the inputs
from the user.getComponent in interface InputTypepublic String getValue()
InputTypeInputType instance.public void setEditable(boolean b)
Copyright © 2015 IRSTV CNRS-FR-2488. All Rights Reserved.