public static final class RemotableTextarea.Builder extends RemotableAbstractControl.Builder implements Watermarked, RowsCols
| Modifier and Type | Method and Description |
|---|---|
RemotableTextarea |
build()
Returns an instance of the object being built by this builder based
on the current state of the builder.
|
static RemotableTextarea.Builder |
create() |
Integer |
getCols()
The cols value to make the control (The horizontal size).
|
Integer |
getRows()
The rows value to make the control (The vertical size).
|
String |
getWatermark()
The watermark value to put on a control.
|
void |
setCols(Integer cols) |
void |
setRows(Integer rows) |
void |
setWatermark(String watermark) |
public static RemotableTextarea.Builder create()
public Integer getRows()
RowsColspublic Integer getCols()
RowsColspublic String getWatermark()
WatermarkedgetWatermark in interface Watermarkedpublic void setWatermark(String watermark)
public RemotableTextarea build()
ModelBuilderbuild in interface ModelBuilderbuild in class RemotableAbstractControl.BuilderCopyright © 2005–2014 The Kuali Foundation. All rights reserved.