|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IFormLabel
This interface defines normal text within the form.
| Method Summary | |
|---|---|
java.lang.String |
getText()
Retrieve the text of the label |
boolean |
isVisible()
Check if the field is visible |
void |
setText(java.lang.String label)
Set the text of the label |
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 getText()
void setText(java.lang.String label)
label - text of the labelvoid 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 | |||||||||