|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CompositeDataSelectorCommandInterface
A composite data selector command is a data seletor command that can use other data selector commands in order to extend its original functionalities. For example the AdvancedFilterSelectorCommand can use the OLAPTimeBasedFilterSelectorCommand to deal with time based filters on Time OLAP data items.
Method Summary | |
---|---|
BaseSelectorCommand |
getComponentSelectorCommand(java.lang.String key)
Returns the child data selector command that has been stored into the children's list with a specific key |
void |
setComponentSelectorCommand(BaseSelectorCommand component,
java.lang.String key)
Adds a data selector command to the list of children commands with a specific key |
Method Detail |
---|
void setComponentSelectorCommand(BaseSelectorCommand component, java.lang.String key)
component
- the data selector command to add to the list of childrenBaseSelectorCommand getComponentSelectorCommand(java.lang.String key)
key
- the key to retrieve the child data selector command into the list of children commands
|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |