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