|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Dimension.getSubsetHandler()
instead!
public interface SubsetHandler
A SubsetHandler
provides methods for fetching the visible
Element
s of a Dimension
which are determined
by its active Subset
. To influence a SubsetHandler
s
output for a certain subset state, implement a SubsetStateHandler
and register it to the SubsetHandlerRegistry
.
Method Summary | |
---|---|
Element[] |
getVisibleElements()
Deprecated. Determines and returns the visible elements |
java.util.List |
getVisibleElementsAsList()
Deprecated. Determines and returns the visible elements |
ElementNode[] |
getVisibleRootNodes()
Deprecated. Determines and returns the visible root s. |
java.util.List |
getVisibleRootNodesAsList()
Deprecated. Determines and returns the visible root s. |
boolean |
isFlat()
Deprecated. Signals if the determined visible Element s or
ElementNode s respectively, should be handled as a flat
structure, i.e. those Element s or ElementNode s
define root nodes. |
boolean |
isVisible(Element element)
Deprecated. Checks if the given is visible within
active . |
Method Detail |
---|
Element[] getVisibleElements()
java.util.List getVisibleElementsAsList()
ElementNode[] getVisibleRootNodes()
ElementNode
s.
ElementNode
sjava.util.List getVisibleRootNodesAsList()
ElementNode
s.
ElementNode
sboolean isFlat()
Element
s or
ElementNode
s respectively, should be handled as a flat
structure, i.e. those Element
s or ElementNode
s
define root nodes.
true
if the visible Element
s define a
flat structure, false
otherwise.boolean isVisible(Element element)
Element
is visible within
active Subset
. Returns true
if active
Subset
contains the given Element
,
false
otherwise or if no active Subset
is set.
element
- the Element
to check
true
if it is visible, false
otherwise
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |