public class Input<T extends java.io.Serializable>
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
Input(InputType type,
T value,
InputName name,
java.lang.String placeholder,
java.lang.String description,
int length,
boolean readOnly) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription() |
int |
getLength() |
InputName |
getName() |
java.lang.String |
getPlaceholder() |
InputType |
getType() |
T |
getValue() |
boolean |
isReadOnly() |
void |
setDescription(java.lang.String description) |
void |
setLength(int length) |
void |
setName(InputName name) |
void |
setPlaceholder(java.lang.String placeholder) |
void |
setReadOnly(boolean readOnly) |
void |
setType(InputType type) |
void |
setValue(T value) |
public InputType getType()
public void setType(InputType type)
public T getValue()
public void setValue(T value)
public InputName getName()
public void setName(InputName name)
public java.lang.String getPlaceholder()
public void setPlaceholder(java.lang.String placeholder)
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
public int getLength()
public void setLength(int length)
public boolean isReadOnly()
public void setReadOnly(boolean readOnly)