org.kuali.rice.core.api.uif
Class RemotableTextInput
java.lang.Object
   org.kuali.rice.core.api.mo.AbstractDataTransferObject
org.kuali.rice.core.api.mo.AbstractDataTransferObject
       org.kuali.rice.core.api.uif.RemotableAbstractControl
org.kuali.rice.core.api.uif.RemotableAbstractControl
           org.kuali.rice.core.api.uif.RemotableTextInput
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
 
 
 
 
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:
- getSizein 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:
- getWatermarkin interface- Watermarked
 
- 
- Returns:
- the watermark value or null.
 
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.