|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TextElement
A form element that presents static text.
| Method Summary | |
|---|---|
java.lang.String |
getText()
|
boolean |
isRightAligned()
Returns whether the text will be right aligned. |
void |
setRightAligned(boolean rightAligned)
Sets whether the text should be right aligned. |
void |
setText(java.lang.String text)
|
| Methods inherited from interface de.mguennewig.pobjform.FormElement |
|---|
appendToList, getContainer, getEntry, getForm, getLabel, getProperty, getPullInPrefix, hasChanged, isMandatory, isPulledIn, isVisible, omitRowHeader, setLabel, setProperty, setPullInPrefix, setVisible, startsNewCell, validate |
| Method Detail |
|---|
java.lang.String getText()
void setText(java.lang.String text)
boolean isRightAligned()
void setRightAligned(boolean rightAligned)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||