Uses of Class
org.zkoss.zkmax.zul.Coachmark
-
Packages that use Coachmark Package Description org.zkoss.stateless.sul org.zkoss.zkmax.zul -
-
Uses of Coachmark in org.zkoss.stateless.sul
Methods in org.zkoss.stateless.sul with parameters of type Coachmark Modifier and Type Method Description static ICoachmark
ICoachmarkCtrl. from(Coachmark instance)
-
Uses of Coachmark in org.zkoss.zkmax.zul
Methods in org.zkoss.zkmax.zul that return Coachmark Modifier and Type Method Description Coachmark
Coachmark. getNextCoachmark()
Returns next coachmark of this coachmark.Methods in org.zkoss.zkmax.zul with parameters of type Coachmark Modifier and Type Method Description void
Coachmark. next(Coachmark coachmark)
Close this coachmark and Open the one you passed.void
Coachmark. setNext(Coachmark coachmark)
Sets next coachmark.
-