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

java.lang.Object
  extended by org.kuali.rice.core.api.mo.AbstractDataTransferObject
      extended by org.kuali.rice.core.api.uif.RemotableAbstractControl
          extended by org.kuali.rice.core.api.uif.RemotableTextarea
All Implemented Interfaces:
Serializable, ModelObjectBasic, ModelObjectComplete, RemotableControlContract, RowsCols, Watermarked

public final class RemotableTextarea
extends RemotableAbstractControl
implements Watermarked, RowsCols

A textarea control type.

See Also:
Serialized Form

Nested Class Summary
static class RemotableTextarea.Builder
           
 
Method Summary
 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.
 
Methods inherited from class org.kuali.rice.core.api.mo.AbstractDataTransferObject
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

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.

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.

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.


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