|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IFormInputElement
This interface defines a class of the form that accepts an input.
| Method Summary | |
|---|---|
java.lang.String |
getDefaultValue()
Retrieve the default value for this element |
int |
getSize()
Retrieve the size of the input field |
boolean |
isEnabled()
Check if the input field has write access |
boolean |
isVisible()
Check if the field is visible |
void |
setDefaultValue(java.lang.String value)
Set the default value for this element |
void |
setEnable(boolean enable)
Enable/Disable the input field for write access |
void |
setSize(int size)
Set the size of the input field |
void |
setVisible(boolean visible)
Set the visibility of the element |
| Methods inherited from interface ch.sahits.model.gui.IFormElement |
|---|
getId, getName, getTooltip, setId, setName, setTooltip |
| Method Detail |
|---|
java.lang.String getDefaultValue()
void setDefaultValue(java.lang.String value)
value - default value of the elementvoid setSize(int size)
size - of the input fieldint getSize()
void setEnable(boolean enable)
enable - true to enableboolean isEnabled()
void setVisible(boolean visible)
visible - true if the element is visibleboolean isVisible()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||