| Package | Description |
|---|---|
| com.hybris.cockpitng.tree.util |
| Modifier and Type | Method and Description |
|---|---|
static TreeUtils.MatchMode |
TreeUtils.MatchMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TreeUtils.MatchMode[] |
TreeUtils.MatchMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
TreeUtils.matchFilterString(Object data,
String filterString,
boolean camelCase,
TreeUtils.MatchMode mode)
Checks, if argument data can be represented by argument filterString, i.e.
|
static boolean |
TreeUtils.matchFilterStringSimple(String value,
String filterString,
TreeUtils.MatchMode mode)
Checks, if argument value starts (case-insensitive) with argument filterString.
|
| Constructor and Description |
|---|
FilteredTreeModel(org.zkoss.zul.TreeModel<E> originalModel,
String filterString,
boolean camelCase,
TreeUtils.FilterStringResolver<E> filterStringResolver,
TreeUtils.MatchMode matchMode)
Constructor that creates a filtered version of an
AbstractTreeModel. |
FilteredTreeModel(org.zkoss.zul.TreeModel<E> originalModel,
String filterString,
boolean camelCase,
TreeUtils.FilterStringResolver<E> filterStringResolver,
TreeUtils.MatchMode matchMode,
int traversedItemsLimit)
Constructor that creates a filtered version of an
AbstractTreeModel. |
Copyright © 2018. All rights reserved.