|
||||||||||
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.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 Sized
public void setSize(Integer size)
public String getWatermark()
Watermarked
getWatermark
in interface Watermarked
public void setWatermark(String watermark)
public RemotableTextInput 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 |