Uses of Class
com.hybris.cockpitng.tree.util.TreeUtils.MatchMode
-
Packages that use TreeUtils.MatchMode Package Description com.hybris.cockpitng.tree.util -
-
Uses of TreeUtils.MatchMode in com.hybris.cockpitng.tree.util
Methods in com.hybris.cockpitng.tree.util that return TreeUtils.MatchMode Modifier and Type Method Description static TreeUtils.MatchModeTreeUtils.MatchMode. valueOf(java.lang.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.Methods in com.hybris.cockpitng.tree.util with parameters of type TreeUtils.MatchMode Modifier and Type Method Description static booleanTreeUtils. matchFilterString(java.lang.Object data, java.lang.String filterString, boolean camelCase, TreeUtils.MatchMode mode)Checks, if argument data can be represented by argument filterString, i.e.static booleanTreeUtils. matchFilterStringSimple(java.lang.String value, java.lang.String filterString, TreeUtils.MatchMode mode)Checks, if argument value starts (case-insensitive) with argument filterString.Constructors in com.hybris.cockpitng.tree.util with parameters of type TreeUtils.MatchMode Constructor Description FilteredTreeModel(org.zkoss.zul.TreeModel<E> originalModel, java.lang.String filterString, boolean camelCase, TreeUtils.FilterStringResolver<E> filterStringResolver, TreeUtils.MatchMode matchMode)Constructor that creates a filtered version of anAbstractTreeModel.FilteredTreeModel(org.zkoss.zul.TreeModel<E> originalModel, java.lang.String filterString, boolean camelCase, TreeUtils.FilterStringResolver<E> filterStringResolver, TreeUtils.MatchMode matchMode, int traversedItemsLimit)Constructor that creates a filtered version of anAbstractTreeModel.
-