|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.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 RowsColspublic void setRows(Integer rows)
public Integer getCols()
RowsCols
getCols in interface RowsColspublic void setCols(Integer cols)
public String getWatermark()
Watermarked
getWatermark in interface Watermarkedpublic void setWatermark(String watermark)
public RemotableTextarea build()
ModelBuilder
build in interface ModelBuilderbuild in class RemotableAbstractControl.Builder
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||