com.sas.servlet.beans
Interface HiddenInterface
- All Known Implementing Classes:
- BaseHidden
- public interface HiddenInterface
- extends TransformationInterface, StringDataInterface, ComponentInterface
Transformation bean definition for creating hidden input fields. Hidden
fields should not be rendered on the client and provide a means for servers
to store state information with a form. This will be passed back to the
server when the form is submitted.
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 |
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
Version: 1.2.20000317.001 Formatted: 2000/07/06 15:57:33PM