org.jowidgets.examples.common.workbench.widgets.views
Class AbstractHowToView

java.lang.Object
  extended by org.jowidgets.examples.common.workbench.base.AbstractDemoView
      extended by org.jowidgets.examples.common.workbench.widgets.views.AbstractHowToView
All Implemented Interfaces:
org.jowidgets.workbench.api.ICloseCallback, org.jowidgets.workbench.api.IDisposeCallback, org.jowidgets.workbench.api.ILifecycleCallback, org.jowidgets.workbench.api.IView
Direct Known Subclasses:
BrowserView, LabelKitchensinkView, LabelWithIconView, LabelWithTextAndIconView, LabelWithTextView, MapView

public abstract class AbstractHowToView
extends AbstractDemoView
implements org.jowidgets.workbench.api.IView


Field Summary
static String DEFAULT_LABEL
           
static String ID
           
 
Constructor Summary
AbstractHowToView(org.jowidgets.workbench.api.IViewContext context)
           
 
Method Summary
abstract  void createViewContent(org.jowidgets.api.widgets.IContainer container, org.jowidgets.api.widgets.blueprint.factory.IBluePrintFactory bpf)
           
 
Methods inherited from class org.jowidgets.examples.common.workbench.base.AbstractDemoView
getId, onActiveStateChanged, onClose, onDispose, onHiddenStateChanged, onVisibleStateChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jowidgets.workbench.api.IView
onHiddenStateChanged
 
Methods inherited from interface org.jowidgets.workbench.api.ILifecycleCallback
onActiveStateChanged, onVisibleStateChanged
 
Methods inherited from interface org.jowidgets.workbench.api.ICloseCallback
onClose
 
Methods inherited from interface org.jowidgets.workbench.api.IDisposeCallback
onDispose
 

Field Detail

ID

public static final String ID

DEFAULT_LABEL

public static final String DEFAULT_LABEL
See Also:
Constant Field Values
Constructor Detail

AbstractHowToView

public AbstractHowToView(org.jowidgets.workbench.api.IViewContext context)
Method Detail

createViewContent

public abstract void createViewContent(org.jowidgets.api.widgets.IContainer container,
                                       org.jowidgets.api.widgets.blueprint.factory.IBluePrintFactory bpf)


Copyright © 2012. All Rights Reserved.