30313233343536
*/ public class ProgressElement extends WidgetElement implements Refreshable { public ProgressElement(XDIMEContextInternal context){ super(WidgetElements.PROGRESS, context); protocolAttributes = new ProgressAttributes(); }