|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface NotesUIField
A single field within a NotesUIDocument.
| Method Summary | |
|---|---|
void |
appendText(String text)
Append the given text at the end of the field. |
void |
clear()
Clear the field of all contents. |
boolean |
contains(String text)
Returns whether or not the field has the given text. |
String |
getName()
Returns the name of the field. |
String |
getText()
Retrieve the current text of the field. |
NotesUIDocument |
getUIDocument()
Get the document that contains this field. |
void |
setText(String text)
Sets the text of the field. |
| Method Detail |
|---|
void appendText(String text)
text - text to appendvoid clear()
boolean contains(String text)
text - text to look for
String getText()
void setText(String text)
text - text to place in the fieldString getName()
NotesUIDocument getUIDocument()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||