|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.wicket.examples.forminput.FormInputModel.Line
public final class FormInputModel.Line
Represents a line of text. Hack to get around the fact that strings are immutable.
Constructor Summary | |
---|---|
FormInputModel.Line(String text)
Construct. |
Method Summary | |
---|---|
String |
getText()
Gets text. |
void |
setText(String text)
Sets text. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FormInputModel.Line(String text)
text
- Method Detail |
---|
public String getText()
public void setText(String text)
text
- textpublic String toString()
toString
in class Object
Object.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |