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 ITimer
ITimerController. 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 ITimerController
ITimerController. 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 ITimer
ITimer. DEFAULT
Constant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return ITimer Modifier and Type Method Description static ITimer
ITimerCtrl. from(Timer instance)
static ITimer
ITimer. ofDelay(int delay)
Returns the instance with the given delay.static ITimer
ITimer. ofId(java.lang.String id)
Returns the instance with the given id.ITimer
ITimer. withDelay(int delay)
Returns a copy ofthis
immutable component with the specifieddelay
.ITimer
ITimer. withRepeats(boolean repeats)
Returns a copy ofthis
immutable component with the specifiedrepeats
.ITimer
ITimer. withRunning(boolean running)
Returns a copy ofthis
immutable component with the specifiedrunning
.
-