Uses of Interface
org.zkoss.stateless.sul.ITimer
-
Packages that use ITimer Package Description org.zkoss.stateless.state org.zkoss.stateless.sul -
-
Uses of ITimer in org.zkoss.stateless.state
Methods in org.zkoss.stateless.state that return ITimer Modifier and Type Method Description ITimerITimerController. build()Returns the immutable timer instance that the controller to build with.Methods in org.zkoss.stateless.state with parameters of type ITimer Modifier and Type Method Description static ITimerControllerITimerController. of(ITimer owner)Returns the controller instance with the giventimer -
Uses of ITimer in org.zkoss.stateless.sul
Fields in org.zkoss.stateless.sul declared as ITimer Modifier and Type Field Description static ITimerITimer. DEFAULTConstant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return ITimer Modifier and Type Method Description static ITimerITimerCtrl. from(org.zkoss.zul.Timer instance)static ITimerITimer. ofDelay(int delay)Returns the instance with the given delay.static ITimerITimer. ofId(java.lang.String id)Returns the instance with the given id.ITimerITimer. withDelay(int delay)Returns a copy ofthisimmutable component with the specifieddelay.ITimerITimer. withRepeats(boolean repeats)Returns a copy ofthisimmutable component with the specifiedrepeats.ITimerITimer. withRunning(boolean running)Returns a copy ofthisimmutable component with the specifiedrunning.
-