com.sas.servlet.beans
Interface PushButtonInterface

All Known Implementing Classes:
BasePushButton

public interface PushButtonInterface
extends TransformationInterface, ComponentInterface

Transformation bean definition for creating a pushbutton.


Method Summary
 String getLabel()
          Gets the label of the pushbutton.
 String getName()
          Gets the name
 String getType()
          Gets the type of the pushbutton.
 void setLabel(String label)
          Sets the label for the pushbutton.
 void setName(String value)
          Sets the name
 void setType(String label)
          Sets the type of the pushbutton.
 
Methods inherited from interface com.sas.servlet.beans.TransformationInterface
getCustomAttributes, getDescription, getParent, getRequest, getResponse, setCustomAttributes, setDescription, setParent, setRequest, setResponse, write, write, write, write
 

Method Detail

setName

public void setName(String value)
Sets the name
Specified by:
setName in interface TransformationInterface
Parameters:
value - The name

getName

public String getName()
Gets the name
Specified by:
getName in interface TransformationInterface
Returns:
The name

setLabel

public void setLabel(String label)
Sets the label for the pushbutton.
Parameters:
label - The label of the pushbutton

getLabel

public String getLabel()
Gets the label of the pushbutton.
Returns:
label The label of the pushbutton

setType

public void setType(String label)
Sets the type of the pushbutton. Valid values are "submit" and "reset".
Parameters:
type - The type of the pushbutton

getType

public String getType()
Gets the type of the pushbutton.
Returns:
type The type of the pushbutton


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