public final class ContentSetFilter extends ChildFilterHelper
| Constructor and Description |
|---|
ContentSetFilter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
handleChildrenAdded(Context context, java.util.List children, TNode parent, TreeExplorer tree) |
boolean |
handleChildrenRemoved(Context context, java.util.List children, TNode parent, TreeExplorer tree) |
void |
initChildren(Context context, java.util.List children)
|
public void initChildren(Context context, java.util.List children)
ChildFilterHelperchildren List with Element instances that represent the root-level children of the project in the Context. Flags that specify how the children should be rendered are passed through the Context.initChildren in class ChildFilterHelpercontext - The Context containing the project whose children need to be rendered. The Context may also contains flags specifying how the children should be rendered.children - The List that the method should modify to pass the List of children back to the ProjectFilter. If multiple ChildFilterHelper are active at the same time, later helpers will see the result of earlier helpers in the children List.public boolean handleChildrenAdded(Context context, java.util.List children, TNode parent, TreeExplorer tree)
handleChildrenAdded in class ChildFilterHelperpublic boolean handleChildrenRemoved(Context context, java.util.List children, TNode parent, TreeExplorer tree)
handleChildrenRemoved in class ChildFilterHelper