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 RIComponent. withAction(ActionHandler0 action)Returns a copy ofthisimmutable 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 ActionHandlerActionHandler. of(ActionHandler0 a)Returns a casting ofActionHandler.
-