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

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

public static final class RemotableTextarea.Builder
extends RemotableAbstractControl.Builder
implements Watermarked, RowsCols


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

create

public static RemotableTextarea.Builder create()

getRows

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

Specified by:
getRows in interface RowsCols
Returns:
the rows value or null.

setRows

public void setRows(Integer rows)

getCols

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

Specified by:
getCols in interface RowsCols
Returns:
the cols value or null.

setCols

public void setCols(Integer cols)

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 RemotableTextarea 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-2013 The Kuali Foundation. All Rights Reserved.