com.sas.servlet.beans
Class BaseHidden

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

public abstract class BaseHidden
extends BaseTransformation
implements HiddenInterface

Transformation bean base object for creating hidden input field tags

See Also:
Serialized Form

Constructor Summary
BaseHidden()
           
 
Method Summary
 String getText()
          Gets the text, or value, attribute
 void setText(String initialvalue)
          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

BaseHidden

public BaseHidden()
Method Detail

setText

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

getText

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


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