Package org.zkoss.stateless.sul
Interface ITreecolCtrl
-
public interface ITreecolCtrl
An addition interface toITreecol
that is used for implementation or tools.- Author:
- jumperchen
-
-
Method Summary
Static Methods Modifier and Type Method Description static ITreecol
from(Treecol instance)
static java.util.Comparator<?>
toComparator(java.lang.String clsnm)
-
-
-
Method Detail
-
toComparator
static java.util.Comparator<?> toComparator(java.lang.String clsnm) throws java.lang.ClassNotFoundException, java.lang.InstantiationException, java.lang.IllegalAccessException
- Throws:
java.lang.ClassNotFoundException
java.lang.InstantiationException
java.lang.IllegalAccessException
-
-