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

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.RemotableTextInput
All Implemented Interfaces:
Serializable, ModelObjectBasic, ModelObjectComplete, RemotableControlContract, Sized, Watermarked

public final class RemotableTextInput
extends RemotableAbstractControl
implements Sized, Watermarked

A text input control type.

See Also:
Serialized Form

Nested Class Summary
static class RemotableTextInput.Builder
           
 
Method Summary
 Integer getSize()
          The size value to make the control.
 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

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.

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.