Class JmixProgressBarWidget
java.lang.Object
com.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.Widget
com.vaadin.client.ui.VProgressBar
io.jmix.ui.widget.client.renderer.widget.progressbar.JmixProgressBarWidget
- All Implemented Interfaces:
com.google.gwt.event.logical.shared.HasAttachHandlers,com.google.gwt.event.shared.HasHandlers,com.google.gwt.user.client.EventListener,com.google.gwt.user.client.ui.HasEnabled,com.google.gwt.user.client.ui.HasVisibility,com.google.gwt.user.client.ui.IsWidget,HasClickSettings
public class JmixProgressBarWidget
extends com.vaadin.client.ui.VProgressBar
implements HasClickSettings
-
Nested Class Summary
Nested classes/interfaces inherited from class com.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled -
Field Summary
FieldsFields inherited from class com.vaadin.client.ui.VProgressBar
PRIMARY_STYLE_NAMEFields inherited from class com.google.gwt.user.client.ui.UIObject
DEBUG_ID_PREFIX -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.vaadin.client.ui.VProgressBar
getState, isEnabled, isIndeterminate, setEnabled, setIndeterminate, setState, setStylePrimaryNameMethods inherited from class com.google.gwt.user.client.ui.Widget
addAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isAttached, isOrWasAttached, onAttach, onBrowserEvent, onDetach, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents, unsinkEventsMethods inherited from class com.google.gwt.user.client.ui.UIObject
addStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, resolvePotentialElement, setElement, setElement, setHeight, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkBitlessEvent, toString
-
Field Details
-
clickThroughEnabled
protected boolean clickThroughEnabled
-
-
Constructor Details
-
JmixProgressBarWidget
public JmixProgressBarWidget()
-
-
Method Details
-
isClickThroughEnabled
public boolean isClickThroughEnabled()- Specified by:
isClickThroughEnabledin interfaceHasClickSettings
-
setClickThroughEnabled
public void setClickThroughEnabled(boolean enabled) - Specified by:
setClickThroughEnabledin interfaceHasClickSettings
-