|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
com.sas.servlet.tbeans.dataselectors.html.DataSelector
@SASScope(value="ALL") public abstract class DataSelector
The DataSelector is an abstract TransformationBean that provides HTML form functionality for the data selector framework. Forms are used to submit requests for updated information during selector processing and to commit or cancel the selector changes.
For More Information:
Note: A snapshot of the AppDev Studio Developers Site is installed on your local Web server when you install AppDev Studio. To access the site from webAF, select Help -> Developer Site .
| Field Summary |
|---|
| Fields inherited from class com.sas.servlet.tbeans.dataselectors.BaseDataSelector |
|---|
EXTERNAL_CHILD_SELECTOR, SELECTOR_EXPAND, SELECTOR_EXTERNAL |
| Constructor Summary | |
|---|---|
DataSelector()
|
|
| Method Summary | |
|---|---|
java.util.HashMap |
getAdditionalParameters()
Returns an HashMap containing additional parameters that should be added to the form used to perform the various actions on the Selector. |
Form |
getDefaultFormObject()
Gets the default form object to be used by the TableView. |
Form |
getFormObject()
Gets the form object to be used by the TableView. |
boolean |
isFormEnabled()
Determines if the Selector should render its formObject. |
void |
setAdditionalParameter(java.lang.String name,
java.lang.String value)
Sets an additional parameter to be added to the form used to perform the various actions on the Selector. |
void |
setAdditionalParameters(java.util.HashMap map)
Sets an HashMap containing additional parameters that should be added to the form used to perform the various actions on the Selector. |
void |
setFormEnabled(boolean enable)
Sets whether the Selector should render its formObject. |
void |
setFormObject(Form form)
Sets the form object to be used by the TableView. |
| Methods inherited from class com.sas.servlet.tbeans.dataselectors.BaseDataSelector |
|---|
getActionProvider, getClosingFunctionName, getCommandId, getDefaultButtonAction, getReferringURI, getSelectorId, getSelectorModel, getSelectorType, isButtonsVisible, setActionProvider, setButtonsVisible, setClosingFunctionName, setCommandId, setDefaultButtonAction, setReferringURI, setRequest, setSelectorId, setSelectorModel, setSelectorType, write |
| Methods inherited from interface com.sas.dataselectors.DataSelectorInterface |
|---|
isVisible, setVisible |
| Methods inherited from interface com.sas.actionprovider.HttpActionProviderInterface |
|---|
getRequest |
| Constructor Detail |
|---|
public DataSelector()
| Method Detail |
|---|
public void setFormObject(Form form)
setFormObject in interface FormViewInterfaceform - The form objectpublic Form getFormObject()
getFormObject in interface FormViewInterfacepublic Form getDefaultFormObject()
getDefaultFormObject in interface FormViewInterfacepublic java.util.HashMap getAdditionalParameters()
getAdditionalParameters in interface FormViewInterfaceHashMappublic void setAdditionalParameters(java.util.HashMap map)
setAdditionalParameters in interface FormViewInterfacemap - HashMap objectHashMap
public void setAdditionalParameter(java.lang.String name,
java.lang.String value)
setAdditionalParameter in interface FormViewInterfacename - name of the list itemvalue - value of the list itemHashMappublic void setFormEnabled(boolean enable)
setFormEnabled in interface FormViewInterfacevalue - true if the formObject should be rendered by the tbeanpublic boolean isFormEnabled()
isFormEnabled in interface FormViewInterface
|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||