|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.core.api.uif.RemotableAbstractControl.Builder org.kuali.rice.core.api.uif.RemotableTextarea.Builder
public static final class RemotableTextarea.Builder
Method Summary | |
---|---|
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)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static RemotableTextarea.Builder create()
public Integer getRows()
RowsCols
getRows
in interface RowsCols
public void setRows(Integer rows)
public Integer getCols()
RowsCols
getCols
in interface RowsCols
public void setCols(Integer cols)
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |