com.sas.servlet.beans
Class BasePushButton
java.lang.Object
|
+--com.sas.Component
|
+--com.sas.servlet.beans.BaseTransformation
|
+--com.sas.servlet.beans.BasePushButton
- Direct Known Subclasses:
- PushButton
- public abstract class BasePushButton
- extends BaseTransformation
- implements PushButtonInterface
Transformation bean base object for creating a pushbutton
- See Also:
- Serialized Form
Methods inherited from class com.sas.servlet.beans.BaseTransformation |
getCustomAttributes,
getDescription,
getParent,
getRequest,
getResponse,
setCustomAttributes,
setDescription,
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 |
BasePushButton
public BasePushButton()
setName
public void setName(String value)
- Sets the name
- Specified by:
- setName in interface PushButtonInterface
- Parameters:
value
- The name- Overrides:
- setName in class BaseTransformation
getName
public String getName()
- Gets the name
- Specified by:
- getName in interface PushButtonInterface
- Returns:
- The name
- Overrides:
- getName in class BaseTransformation
setLabel
public void setLabel(String value)
- Sets the label
- Specified by:
- setLabel in interface PushButtonInterface
- Parameters:
value
- The label
getLabel
public String getLabel()
- Gets the label
- Specified by:
- getLabel in interface PushButtonInterface
- Returns:
- The label
setType
public void setType(String value)
- Sets the type
- Specified by:
- setType in interface PushButtonInterface
- Parameters:
value
- The type
getType
public String getType()
- Gets the type
- Specified by:
- getType in interface PushButtonInterface
- Returns:
- The type
Version: 1.2.20000317.001 Formatted: 2000/07/06 15:57:33PM