|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Dimension.getSubsetHandler()
instead!
public interface SubsetStateHandler
The SubsetStateHandler
interface defines the methods which
are required to determine the visible Element
s from a Subset
for a certain SubsetState
. A SubsetStateHandler
should
be registered to a SubsetHandlerRegsitry
which returns a
SubsetHandler
to access the visible elements for the subset.
Method Summary | |
---|---|
DimensionFilter |
createDimensionFilter(Dimension dimension)
Deprecated. Creates a to determine the visible
elements for the currently used Subset and
SubsetState |
HierarchyFilter |
createHierarchyFilter(Hierarchy hierarchy)
Deprecated. Creates a to determine the visible
elements for the currently used Subset and
SubsetState |
Subset |
getSubset()
Deprecated. Returns the currently used Subset |
SubsetState |
getSubsetState()
Deprecated. Returns the currently used SubsetState |
void |
use(Subset subset,
SubsetState subsetState)
Deprecated. Initialilze the handler with the given Subset and
SubsetState |
Method Detail |
---|
void use(Subset subset, SubsetState subsetState)
Subset
and
SubsetState
subset
- the Subset
to usesubsetState
- SubsetState
to useSubset getSubset()
Subset
Subset
or null if no subset was set
beforeSubsetState getSubsetState()
SubsetState
SubsetState
or null if no state
was set beforeDimensionFilter createDimensionFilter(Dimension dimension)
DimensionFilter
to determine the visible
elements for the currently used Subset
and
SubsetState
dimension
- the subset's Dimension
DimensionFilter
instanceHierarchyFilter createHierarchyFilter(Hierarchy hierarchy)
HierarchyFilter
to determine the visible
elements for the currently used Subset
and
SubsetState
dimension
- the subset's Hierarchy
HierarchyFilter
instance
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |