org.gwtbootstrap3.client.ui
Class Progress
java.lang.Object
com.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.Widget
com.google.gwt.user.client.ui.Panel
com.google.gwt.user.client.ui.ComplexPanel
org.gwtbootstrap3.client.ui.base.ComplexWidget
org.gwtbootstrap3.client.ui.html.Div
org.gwtbootstrap3.client.ui.Progress
- All Implemented Interfaces:
- HasAttachHandlers, HasHandlers, EventListener, HasVisibility, HasWidgets, HasWidgets.ForIsWidget, IndexedPanel, IndexedPanel.ForIsWidget, IsWidget, Iterable<Widget>, HasActive, HasId, HasInlineStyle, HasPull, HasResponsiveness, HasType<ProgressType>
public class Progress
- extends Div
- implements HasType<ProgressType>, HasActive
- Author:
- Joshua Godi
| Methods inherited from class org.gwtbootstrap3.client.ui.base.ComplexWidget |
add, getId, getPull, insert, setColor, setHiddenOn, setId, setMarginBottom, setMarginLeft, setMarginRight, setMarginTop, setPaddingBottom, setPaddingLeft, setPaddingRight, setPaddingTop, setPull, setVisibleOn |
| Methods inherited from class com.google.gwt.user.client.ui.ComplexPanel |
add, add, adjustIndex, checkIndexBoundsForAccess, checkIndexBoundsForInsertion, getChildren, getWidget, getWidgetCount, getWidgetIndex, getWidgetIndex, insert, insert, iterator, remove, remove |
| Methods inherited from class com.google.gwt.user.client.ui.Widget |
addAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, fireEvent, getHandlerCount, getLayoutData, getParent, isAttached, isOrWasAttached, onAttach, onBrowserEvent, onDetach, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents, unsinkEvents |
| Methods 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, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkBitlessEvent, toString |
Progress
public Progress()
setActive
public void setActive(boolean active)
- Description copied from interface:
HasActive
- Sets the widget with the active styles or not
- Specified by:
setActive in interface HasActive
- Parameters:
active - true=gets active styles, false=removes active styles
isActive
public boolean isActive()
- Description copied from interface:
HasActive
- Gets whether or not the widget has the active styles
- Specified by:
isActive in interface HasActive
- Returns:
- true=has active styles, false=does not have active styles
setType
public void setType(ProgressType type)
- Description copied from interface:
HasType
- Sets the type on the widget
- Specified by:
setType in interface HasType<ProgressType>
- Parameters:
type - T type
getType
public ProgressType getType()
- Description copied from interface:
HasType
- Gets the type of the widget
- Specified by:
getType in interface HasType<ProgressType>
- Returns:
- type of the widget
Copyright © 2015. All rights reserved.