|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.Widget
com.google.gwt.user.client.ui.Composite
com.sage.swt.client.widget.AbstractSwtWidget
com.sage.swt.client.widget.SwtProgress
public class SwtProgress
A progress widget that acts as a SwtProgressHandler
and that can
either be placed on a UI or be used in a progress dialog such as the
SwtProgressDialog
.
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 |
---|
Fields inherited from class com.google.gwt.user.client.ui.UIObject |
---|
DEBUG_ID_PREFIX |
Constructor Summary | |
---|---|
SwtProgress()
Deprecated. Default constructor. |
|
SwtProgress(WidgetKey widgetKey,
SwtErrorStack errorStack)
Deprecated. Constructor. |
Method Summary | |
---|---|
Caption |
getCaption()
Deprecated. Gets the caption for this progress widget. |
static WidgetCategory |
getDesignerCategory()
Deprecated. Gets the widget's category in the designer. |
static ImageBundleMgr.BundledImage |
getDesignerImage()
Deprecated. Get the image ENUM that will be used to render a graphic for this widget in the Widget List in UI Designer |
static java.lang.String |
getDesignerTooltip()
Deprecated. Gets the widget's tooltip in the designer. |
static java.lang.String |
getDesignerTypeName()
Deprecated. Gets the widget's type name as displayed in the designer. |
java.util.Collection<Property> |
getProperties()
Deprecated. Gets the collection of properties contained in this bag. |
protected com.google.gwt.user.client.ui.Widget |
getWidget()
Deprecated. Gets the topmost underlying widget that is being wrapped by this SWT widget. |
static SwtWidgetCreator |
getWidgetCreator()
Deprecated. Gets the widget creator for this widget. |
void |
onProgress(SwtProgressContinueEvent event)
Deprecated. Fired when a progress step happens. |
void |
onProgressEnded(SwtProgressEndedEvent event)
Deprecated. Notification that no more progress information will be received for the operation in question (for example, when the invocation of a service operation has completed). |
void |
setCaption(Caption caption)
Deprecated. Sets the caption for this progress widget. |
void |
setCaption(java.lang.String text,
boolean isHTML)
Deprecated. Sets the caption for this progress widget. |
protected void |
setElementID()
Deprecated. Set Element ID for this widget. |
void |
setPropertyValue(Property property,
java.lang.Object newValue)
Deprecated. Sets the value of a property. |
protected void |
setupPropertyDefaultValues()
Deprecated. Stores the current value of the widget properties as the default values. |
Methods inherited from class com.google.gwt.user.client.ui.Composite |
---|
initWidget, isAttached, onAttach, onBrowserEvent, onDetach, setWidget |
Methods inherited from class com.google.gwt.user.client.ui.Widget |
---|
addAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isOrWasAttached, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents |
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, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, setElement, setElement, setHeight, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setVisible, setWidth, sinkBitlessEvent, toString, unsinkEvents |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.google.gwt.event.shared.HasHandlers |
---|
fireEvent |
Constructor Detail |
---|
public SwtProgress()
public SwtProgress(WidgetKey widgetKey, SwtErrorStack errorStack)
widgetKey
- The WidgetKey
for the widget.errorStack
- The SwtErrorStack
that stores
the list of UI errors.Method Detail |
---|
protected com.google.gwt.user.client.ui.Widget getWidget()
getWidget
in class AbstractSwtWidget
public static java.lang.String getDesignerTypeName()
public static java.lang.String getDesignerTooltip()
public static ImageBundleMgr.BundledImage getDesignerImage()
public static WidgetCategory getDesignerCategory()
public static SwtWidgetCreator getWidgetCreator()
public Caption getCaption()
Gets the caption for this progress widget.
This caption is shown in the frame surrounding the rest of the progress information.
public void setCaption(java.lang.String text, boolean isHTML)
Sets the caption for this progress widget.
This caption is shown in the frame surrounding the rest of the progress information.
text
- The text for the caption.isHTML
- Whether the specified text is HTML.public void setCaption(Caption caption)
Sets the caption for this progress widget.
This caption is shown in the frame surrounding the rest of the progress information.
caption
- The caption for the progress widget.protected void setElementID()
setElementID
in class AbstractSwtWidget
public void setPropertyValue(Property property, java.lang.Object newValue)
setPropertyValue
in interface PropertyBag
property
- The property in question.newValue
- The new value of the property.public java.util.Collection<Property> getProperties()
getProperties
in interface PropertyBag
getProperties
in class AbstractSwtWidget
protected void setupPropertyDefaultValues()
setupPropertyDefaultValues
in class AbstractSwtWidget
public void onProgress(SwtProgressContinueEvent event)
onProgress
in interface SwtProgressContinueHandler
event
- the eventpublic void onProgressEnded(SwtProgressEndedEvent event)
onProgressEnded
in interface SwtProgressEndedHandler
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |