com.sas.servlet.beans
Interface InputInterface

All Known Subinterfaces:
PasswordInterface, TextInterface
All Known Implementing Classes:
BaseInput

public interface InputInterface
extends TransformationInterface, StringDataInterface, ComponentInterface

Transformation bean definition for creating INPUT tags


Method Summary
 int getMaximumLength()
          Sets 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 interface com.sas.servlet.beans.TransformationInterface
getCustomAttributes, getDescription, getName, getParent, getRequest, getResponse, setCustomAttributes, setDescription, setName, setParent, setRequest, setResponse, write, write, write, write
 

Method Detail

setSize

public void setSize(int value)
Sets the visible size of input fields to a given number of average character widths.
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.
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 StringDataInterface
Parameters:
value - The text value

getText

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

setMaximumLength

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

getMaximumLength

public int getMaximumLength()
Sets the maximum number of characters permitted in a input field.
Returns:
value The maximum number of characters


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