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 IProgressmeterIProgressmeter. DEFAULTConstant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return IProgressmeter Modifier and Type Method Description static IProgressmeterIProgressmeterCtrl. from(org.zkoss.zul.Progressmeter instance)static IProgressmeterIProgressmeter. of(int value)Returns the instance with the given value.static IProgressmeterIProgressmeter. ofId(java.lang.String id)Returns the instance with the given id.static IProgressmeterIProgressmeter. ofWidth(java.lang.String width)Returns the instance with the given width.IProgressmeterIProgressmeter. withIndeterminate(boolean indeterminate)Returns a copy ofthisimmutable component with the specifiedindeterminate.IProgressmeterIProgressmeter. withValue(int value)Returns a copy ofthisimmutable component with the specifiedvalue.
-