Package com.hybris.cockpitng.tree.util
Interface TreeUtils.FilterStringResolver<E>
-
- Enclosing class:
- TreeUtils
public static interface TreeUtils.FilterStringResolver<E>Used byTreeUtils.FilteredTreeModelto determine the string representation of a treenode that should be used for filtering.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetStringRepresentation(E node)
-
-
-
Method Detail
-
getStringRepresentation
java.lang.String getStringRepresentation(E node)
-
-