org.kuali.rice.core.api.uif
Class RemotableTextInput.Builder

java.lang.Object
  extended by org.kuali.rice.core.api.uif.RemotableAbstractControl.Builder
      extended by org.kuali.rice.core.api.uif.RemotableTextInput.Builder
All Implemented Interfaces:
ModelBuilder, RemotableControlContract, Sized, Watermarked
Enclosing class:
RemotableTextInput

public static final class RemotableTextInput.Builder
extends RemotableAbstractControl.Builder
implements Sized, Watermarked


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

create

public static RemotableTextInput.Builder create()

getSize

public Integer getSize()
Description copied from interface: Sized
The size value to make the control. This field can be null. Cannot be less than 1.

Specified by:
getSize in interface Sized
Returns:
the size value or null.

setSize

public void setSize(Integer size)

getWatermark

public String getWatermark()
Description copied from interface: Watermarked
The watermark value to put on a control. This field can be null.

Specified by:
getWatermark in interface Watermarked
Returns:
the watermark value or null.

setWatermark

public void setWatermark(String watermark)

build

public RemotableTextInput build()
Description copied from interface: ModelBuilder
Returns an instance of the object being built by this builder based on the current state of the builder. It should be possible to invoke this method more than once on the same builder. It should never return null;

Specified by:
build in interface ModelBuilder
Specified by:
build in class RemotableAbstractControl.Builder
Returns:
an instance of the object being built by this builder, should never return null


Copyright © 2005-2014 The Kuali Foundation. All Rights Reserved.