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()
RowsCols
public Integer getCols()
RowsCols
public String getWatermark()
Watermarked
getWatermark
in interface Watermarked
public void setWatermark(String watermark)
public RemotableTextarea build()
ModelBuilder
build
in interface ModelBuilder
build
in class RemotableAbstractControl.Builder
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.