com.ebmwebsourcing.geasytools.gwtextwidgets.wizard
Class Wizard

java.lang.Object
  extended by com.google.gwt.user.client.ui.UIObject
      extended by com.google.gwt.user.client.ui.Widget
          extended by com.google.gwt.user.client.ui.Composite
              extended by com.ebmwebsourcing.geasytools.widgets.ext.impl.wizard.AbstractWizard
                  extended by com.ebmwebsourcing.geasytools.gwtextwidgets.wizard.Wizard
All Implemented Interfaces:
com.ebmwebsourcing.geasytools.widgets.ext.api.wizard.IWizard, 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.IsWidget

public class Wizard
extends com.ebmwebsourcing.geasytools.widgets.ext.impl.wizard.AbstractWizard
implements com.ebmwebsourcing.geasytools.widgets.ext.api.wizard.IWizard


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
Wizard()
           
Wizard(int width, int height)
           
 
Method Summary
 com.ebmwebsourcing.geasytools.widgets.core.api.button.IButton getBackBtn()
           
 com.ebmwebsourcing.geasytools.widgets.core.api.button.IButton getCancelBtn()
           
 com.ebmwebsourcing.geasytools.widgets.core.api.button.IButton getFinishBtn()
           
 com.ebmwebsourcing.geasytools.widgets.core.api.button.IButton getNextBtn()
           
 void initialize()
           
protected  void onLoad()
           
 void setFrames(java.util.List<com.ebmwebsourcing.geasytools.widgets.ext.api.wizard.IFrame> frames)
           
 void setHeight(int height)
           
 void setWidth(int width)
           
 
Methods inherited from class com.ebmwebsourcing.geasytools.widgets.ext.impl.wizard.AbstractWizard
addHandler, fireEvent, getFrames
 
Methods inherited from class com.google.gwt.user.client.ui.Composite
getWidget, initWidget, isAttached, onAttach, onBrowserEvent, onDetach, setWidget
 
Methods inherited from class com.google.gwt.user.client.ui.Widget
addAttachHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, getHandlerCount, getLayoutData, getParent, isOrWasAttached, 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, getTitle, isVisible, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, setElement, setElement, setHeight, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, toString, unsinkEvents
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.ebmwebsourcing.geasytools.widgets.ext.api.wizard.IWizard
addHandler, getFrames
 
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
 

Constructor Detail

Wizard

public Wizard()

Wizard

public Wizard(int width,
              int height)
Method Detail

onLoad

protected void onLoad()
Overrides:
onLoad in class com.google.gwt.user.client.ui.Widget

setFrames

public void setFrames(java.util.List<com.ebmwebsourcing.geasytools.widgets.ext.api.wizard.IFrame> frames)
Specified by:
setFrames in interface com.ebmwebsourcing.geasytools.widgets.ext.api.wizard.IWizard
Overrides:
setFrames in class com.ebmwebsourcing.geasytools.widgets.ext.impl.wizard.AbstractWizard

getBackBtn

public com.ebmwebsourcing.geasytools.widgets.core.api.button.IButton getBackBtn()
Specified by:
getBackBtn in interface com.ebmwebsourcing.geasytools.widgets.ext.api.wizard.IWizard

getCancelBtn

public com.ebmwebsourcing.geasytools.widgets.core.api.button.IButton getCancelBtn()
Specified by:
getCancelBtn in interface com.ebmwebsourcing.geasytools.widgets.ext.api.wizard.IWizard

getFinishBtn

public com.ebmwebsourcing.geasytools.widgets.core.api.button.IButton getFinishBtn()
Specified by:
getFinishBtn in interface com.ebmwebsourcing.geasytools.widgets.ext.api.wizard.IWizard

getNextBtn

public com.ebmwebsourcing.geasytools.widgets.core.api.button.IButton getNextBtn()
Specified by:
getNextBtn in interface com.ebmwebsourcing.geasytools.widgets.ext.api.wizard.IWizard

setHeight

public void setHeight(int height)
Specified by:
setHeight in interface com.ebmwebsourcing.geasytools.widgets.ext.api.wizard.IWizard

setWidth

public void setWidth(int width)
Specified by:
setWidth in interface com.ebmwebsourcing.geasytools.widgets.ext.api.wizard.IWizard

initialize

public void initialize()
Specified by:
initialize in interface com.ebmwebsourcing.geasytools.widgets.ext.api.wizard.IWizard
Overrides:
initialize in class com.ebmwebsourcing.geasytools.widgets.ext.impl.wizard.AbstractWizard


Copyright © 2010-2011 Petals Link. All Rights Reserved.