Class FormInputModel.Line
- java.lang.Object
-
- org.apache.wicket.examples.forminput.FormInputModel.Line
-
- All Implemented Interfaces:
Serializable,IClusterable
- Enclosing class:
- FormInputModel
public final class FormInputModel.Line extends Object implements IClusterable
Represents a line of text. Hack to get around the fact that strings are immutable.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetText()Gets text.voidsetText(String text)Sets text.StringtoString()
-
-
-
Constructor Detail
-
Line
public Line(String text)
Construct.- Parameters:
text-
-
-