|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IFormInput
Definition of an input field
| Method Summary | |
|---|---|
int |
getNoCols()
Retrieve the number of characters in one row of the input field |
int |
getNoRows()
Retrieve the number of rows |
int |
getSize()
Retrieve the max size of the input field |
void |
setNoCols(int no)
Set the number of characters in a row |
void |
setNoRows(int no)
Set the number of rows |
void |
setSize(int size)
Set the max size of the input field |
| Methods inherited from interface ch.sahits.model.gui.IFormInputElement |
|---|
getDefaultValue, isEnabled, isVisible, setDefaultValue, setEnable, setVisible |
| Methods inherited from interface ch.sahits.model.gui.IFormElement |
|---|
getId, getName, getTooltip, setId, setName, setTooltip |
| Method Detail |
|---|
int getNoCols()
void setNoCols(int no)
no - of charactersint getNoRows()
void setNoRows(int no)
no - of rowsvoid setSize(int size)
setSize in interface IFormInputElementsize - of the input fieldint getSize()
getSize in interface IFormInputElement
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||