Interface AttributeChooserNodeExpander
-
- All Known Implementing Classes:
DefaultAttributeChooserNodeExpander
public interface AttributeChooserNodeExpanderNode expander which opens nodes matching to filter text.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidfilterTree(org.zkoss.zul.Tree tree, AttributesChooserConfig config, java.lang.String filterText)Opens only that nodes which matching to filter text
-
-
-
Method Detail
-
filterTree
void filterTree(org.zkoss.zul.Tree tree, AttributesChooserConfig config, java.lang.String filterText)Opens only that nodes which matching to filter text- Parameters:
tree- representation of nodes structureconfig- configuration of Attribute ChooserfilterText- text fromTextboxwhich filters nodes
-
-