com.sas.servlet.beans
Class BaseInput

java.lang.Object
  |
  +--com.sas.Component
        |
        +--com.sas.servlet.beans.BaseTransformation
              |
              +--com.sas.servlet.beans.BaseInput
Direct Known Subclasses:
BaseText

public abstract class BaseInput
extends BaseTransformation
implements InputInterface

Transformation bean base object for creating INPUT tags

See Also:
Serialized Form

Constructor Summary
BaseInput()
           
 
Method Summary
 int getMaximumLength()
          Gets the maximum number of characters permitted in a input field.
 int getSize()
          Gets the visible size of input fields to a given number of average character widths.
 String getText()
          Gets the text, or value, attribute
 void setMaximumLength(int value)
          Sets the maximum number of characters permitted in a input field.
 void setSize(int value)
          Sets the visible size of input fields to a given number of average character widths.
 void setText(String value)
          Sets the text, or value, attribute.
 
Methods inherited from class com.sas.servlet.beans.BaseTransformation
getCustomAttributes, getDescription, getName, getParent, getRequest, getResponse, setCustomAttributes, setDescription, setName, setParent, setRequest, setResponse, toString, write, write, write, write
 
Methods inherited from class com.sas.Component
addLink, addPropertyChangeListener, addVetoableChangeListener, anyPropertyChangeListeners, attachModel, attachView, beansIsDesignTime, beansSetDesignTime, clone, clone, detachModel, detachView, dumpComponent, firePropertyChange, firePropertyChange, fireVetoableChange, getComponentDescription, getComponentSupportInfo, getEventMethod, getEventValues, getExtendedBeanInfo, getLinkInfo, getModelInterface, getRequiredInterfaces, getResources, getStringResource, getViewInterfaceSupportInfo, initialize, initializeComponent, isDesignTime, isLinked, propertyChange, queryLinks, queryLinks, refresh, removeAllLinks, removeInterfaceTraps, removeLink, removePropertyChangeListener, removeVetoableChangeListener, setComponentDescription, setComponentSupportInfo, setDefaultValues, setLinkInfo, setModelInterface, setRequiredInterfaces, setViewInterfaceSupportInfo, supportsListenerInterface, supportsRequiredInterfaces, trapInterfaceEvents, validateObject
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BaseInput

public BaseInput()
Method Detail

setSize

public void setSize(int value)
Sets the visible size of input fields to a given number of average character widths.
Specified by:
setSize in interface InputInterface
Parameters:
size - The size of the input field

getSize

public int getSize()
Gets the visible size of input fields to a given number of average character widths.
Specified by:
getSize in interface InputInterface
Returns:
size The size of the input field

setText

public void setText(String value)
Sets the text, or value, attribute.
Specified by:
setText in interface InputInterface
Parameters:
value - The text value

getText

public String getText()
Gets the text, or value, attribute
Specified by:
getText in interface InputInterface
Returns:
The text value

setMaximumLength

public void setMaximumLength(int value)
Sets the maximum number of characters permitted in a input field.
Specified by:
setMaximumLength in interface InputInterface
Parameters:
value - The maximum number of characters

getMaximumLength

public int getMaximumLength()
Gets the maximum number of characters permitted in a input field.
Specified by:
getMaximumLength in interface InputInterface
Returns:
value The maximum number of characters


Version: 1.2.20000317.001 Formatted: 2000/07/06 15:57:33PM