Uses of Interface
org.zkoss.stateless.sul.IProgressmeter
-
Packages that use IProgressmeter Package Description org.zkoss.stateless.sul -
-
Uses of IProgressmeter in org.zkoss.stateless.sul
Fields in org.zkoss.stateless.sul declared as IProgressmeter Modifier and Type Field Description static IProgressmeter
IProgressmeter. DEFAULT
Constant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return IProgressmeter Modifier and Type Method Description static IProgressmeter
IProgressmeterCtrl. from(Progressmeter instance)
static IProgressmeter
IProgressmeter. of(int value)
Returns the instance with the given value.static IProgressmeter
IProgressmeter. ofId(java.lang.String id)
Returns the instance with the given id.static IProgressmeter
IProgressmeter. ofWidth(java.lang.String width)
Returns the instance with the given width.IProgressmeter
IProgressmeter. withIndeterminate(boolean indeterminate)
Returns a copy ofthis
immutable component with the specifiedindeterminate
.IProgressmeter
IProgressmeter. withValue(int value)
Returns a copy ofthis
immutable component with the specifiedvalue
.
-