|
||||||||||
| 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.RemotableTextInput.Builder
public static final class RemotableTextInput.Builder
| Method Summary | |
|---|---|
RemotableTextInput |
build()
Returns an instance of the object being built by this builder based on the current state of the builder. |
static RemotableTextInput.Builder |
create()
|
Integer |
getSize()
The size value to make the control. |
String |
getWatermark()
The watermark value to put on a control. |
void |
setSize(Integer size)
|
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 RemotableTextInput.Builder create()
public Integer getSize()
Sized
getSize in interface Sizedpublic void setSize(Integer size)
public String getWatermark()
Watermarked
getWatermark in interface Watermarkedpublic void setWatermark(String watermark)
public RemotableTextInput 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 | |||||||||