|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ComponentSelectorPanelInterface
A component selector panel is a selector panel that can be included into another selector panel in order to extend the includer's functionalities. For example the OLAPTimeBasedFilterSelectorPanel can be included by the AdvancedFilterSelectorPanel to create time based filters on Time OLAP data items.
Method Summary | |
---|---|
java.lang.String |
getContainerFormName()
Returns the name of the form object of the container panel. |
java.lang.String |
getContainerRemoteScriptingFormName()
Returns the name of the remote scripting form object of the container panel. |
void |
setContainerFormName(java.lang.String value)
Sets the name of the form object of the container panel. |
void |
setContainerRemoteScriptingFormName(java.lang.String value)
Sets the name of the remote scripting form object of the container panel. |
Methods inherited from interface com.sas.dataselectors.ComponentSelectorInterface |
---|
isComponent, setIsComponent |
Method Detail |
---|
void setContainerFormName(java.lang.String value)
value
- the name of the form object of the container panel.java.lang.String getContainerFormName()
void setContainerRemoteScriptingFormName(java.lang.String value)
value
- the name of the remote scripting form object of the container panel.java.lang.String getContainerRemoteScriptingFormName()
|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |