Uses of Interface
org.zkoss.stateless.function.CheckedFunction3
-
Packages that use CheckedFunction3 Package Description org.zkoss.stateless.function org.zkoss.stateless.state -
-
Uses of CheckedFunction3 in org.zkoss.stateless.function
Methods in org.zkoss.stateless.function that return CheckedFunction3 Modifier and Type Method Description default <V> CheckedFunction3<A,B,C,V>
CheckedFunction3. andThen(CheckedFunction<? super R,? extends V> after)
-
Uses of CheckedFunction3 in org.zkoss.stateless.state
Methods in org.zkoss.stateless.state that return CheckedFunction3 Modifier and Type Method Description CheckedFunction3<Data,java.lang.Integer,GroupingInfo,Row>
IGridController. getGroupsRenderer()
Returns the groups renderer.CheckedFunction3<Data,java.lang.Integer,GroupingInfo,Row>
IListboxController. getGroupsRenderer()
Returns the groups renderer.Methods in org.zkoss.stateless.state with parameters of type CheckedFunction3 Modifier and Type Method Description static <D,G,F,R extends IRowBase>
IGridController<D,R>IGridController. of(IGrid owner, GroupsModel<D,G,F> model, CheckedFunction3<D,java.lang.Integer,GroupingInfo,R> renderer)
Returns the controller instance with the givengrid
void
IGridController. setGroupsRenderer(CheckedFunction3<Data,java.lang.Integer,GroupingInfo,Row> renderer)
Sets the groups renderer forGroupsModel
void
IListboxController. setGroupsRenderer(CheckedFunction3<Data,java.lang.Integer,GroupingInfo,Row> renderer)
Sets the groups renderer forGroupsModel
-