|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CompositeSelectorInterface
A composite selector is a selector that can include the panels/services of other selectors in order to extend its original functionalities. For example the AdvancedFilterSelector can include the panel/services of the OLAPTimeBasedFilterSelector to create time based filters on Time OLAP data items.
Method Summary | |
---|---|
DataSelectorInterface |
getComponentSelector(java.lang.String key)
Returns the child selector that has been stored into the children's list with a specific key |
void |
setComponentSelector(DataSelectorInterface component,
java.lang.String key)
Adds a selector to the list of children selectors with a specific key |
Method Detail |
---|
void setComponentSelector(DataSelectorInterface component, java.lang.String key)
component
- the selector to add to the list of childrenDataSelectorInterface getComponentSelector(java.lang.String key)
key
- the key to retrieve the child selector into the list of children selectors
|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |