|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SubsetFilter
SubsetFilter
A subset filter defines certain settings and criteria to determine the
elements within a subset. To create a SubsetFilter for a subset use
Subset2#addFilter(name,type)
Field Summary | |
---|---|
static int |
TYPE_ATTRIBUTE
Deprecated. |
static int |
TYPE_DATA
Deprecated. |
static int |
TYPE_HIERARCHICAL
Deprecated. |
static int |
TYPE_PICKLIST
Deprecated. |
static int |
TYPE_SORTING
Deprecated. |
static int |
TYPE_TEXT
Deprecated. |
Method Summary | |
---|---|
java.util.List<ElementNode> |
filter(java.util.List<ElementNode> hierarchy)
Deprecated. Filters the given element hierarchy represented by ElementNode s. |
int |
getType()
Deprecated. Returns the filter type which is one of the defined type constants. |
void |
init(Dimension dimension)
Deprecated. Called to initialise this filter. |
void |
reset()
Deprecated. Resets this filter, i.e. all its settings are switched back to their default values. |
Field Detail |
---|
static final int TYPE_TEXT
static final int TYPE_HIERARCHICAL
static final int TYPE_PICKLIST
static final int TYPE_DATA
static final int TYPE_SORTING
static final int TYPE_ATTRIBUTE
Method Detail |
---|
int getType()
void reset()
java.util.List<ElementNode> filter(java.util.List<ElementNode> hierarchy)
ElementNode
s. The given list contains only the root nodes.
hierarchy
- the ElementNode
hierarchy to filter
void init(Dimension dimension)
dimension
- the subset Dimension
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |