Uses of Interface
org.zkoss.stateless.util.ActionHandler1
-
Packages that use ActionHandler1 Package Description org.zkoss.stateless.action org.zkoss.stateless.sul org.zkoss.stateless.util -
-
Uses of ActionHandler1 in org.zkoss.stateless.action
-
Uses of ActionHandler1 in org.zkoss.stateless.sul
Methods in org.zkoss.stateless.sul with parameters of type ActionHandler1 Modifier and Type Method Description default <A> RIComponent. withAction(ActionHandler1<A> action)Returns a copy ofthisimmutable component with the specifiedaction. -
Uses of ActionHandler1 in org.zkoss.stateless.util
Methods in org.zkoss.stateless.util with parameters of type ActionHandler1 Modifier and Type Method Description static <A> ActionHandlerActionHandler. of(ActionHandler1<A> a)Returns a casting ofActionHandler.
-