Uses of Interface
org.zkoss.stateless.util.ActionHandler0
-
Packages that use ActionHandler0 Package Description org.zkoss.stateless.action org.zkoss.stateless.sul org.zkoss.stateless.util -
-
Uses of ActionHandler0 in org.zkoss.stateless.action
-
Uses of ActionHandler0 in org.zkoss.stateless.sul
Methods in org.zkoss.stateless.sul with parameters of type ActionHandler0 Modifier and Type Method Description default R
IComponent. withAction(ActionHandler0 action)
Returns a copy ofthis
immutable component with the specifiedaction
. -
Uses of ActionHandler0 in org.zkoss.stateless.util
Methods in org.zkoss.stateless.util with parameters of type ActionHandler0 Modifier and Type Method Description static ActionHandler
ActionHandler. of(ActionHandler0 a)
Returns a casting ofActionHandler
.
-