Package org.zkoss.stateless.sul
Interface IListheaderCtrl
-
public interface IListheaderCtrl
An addition interface toIListheader
that is used for implementation or tools.- Author:
- katherine
-
-
Method Summary
Static Methods Modifier and Type Method Description static IListheader
from(Listheader instance)
static java.util.Comparator<?>
toComparator(java.lang.String clsnm)
-
-
-
Method Detail
-
from
static IListheader from(Listheader instance)
-
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
-
-