Uses of Interface
org.zkoss.stateless.action.ActionType.OnCreate1
-
Packages that use ActionType.OnCreate1 Package Description org.zkoss.stateless.action -
-
Uses of ActionType.OnCreate1 in org.zkoss.stateless.action
Methods in org.zkoss.stateless.action that return ActionType.OnCreate1 Modifier and Type Method Description static <A> ActionType.OnCreate1<A>
ActionType. onCreate(ActionType.OnCreate1<A> handler)
Methods in org.zkoss.stateless.action with parameters of type ActionType.OnCreate1 Modifier and Type Method Description static <A> ActionType.OnCreate1<A>
ActionType. onCreate(ActionType.OnCreate1<A> handler)
-