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> R
IComponent. withAction(ActionHandler1<A> action)
Returns a copy ofthis
immutable 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> ActionHandler
ActionHandler. of(ActionHandler1<A> a)
Returns a casting ofActionHandler
.
-