org.jowidgets.examples.common.workbench.demo1
Class ImportantComponentDemo1

java.lang.Object
  extended by org.jowidgets.examples.common.workbench.base.AbstractDemoComponent
      extended by org.jowidgets.examples.common.workbench.demo1.ImportantComponentDemo1
All Implemented Interfaces:
org.jowidgets.workbench.api.IComponent, org.jowidgets.workbench.api.IDisposeCallback

public class ImportantComponentDemo1
extends AbstractDemoComponent
implements org.jowidgets.workbench.api.IComponent


Field Summary
static String DEFAULT_LAYOUT_ID
           
static String MASTER_FOLDER_ID
           
 
Constructor Summary
ImportantComponentDemo1(org.jowidgets.workbench.api.IComponentContext context)
           
 
Method Summary
 org.jowidgets.workbench.api.IView createView(String viewId, org.jowidgets.workbench.api.IViewContext context)
           
 void onDeactivation(org.jowidgets.common.types.IVetoable vetoable)
           
 
Methods inherited from class org.jowidgets.examples.common.workbench.base.AbstractDemoComponent
onActivation, onDispose, onFolderCreated
 
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.IComponent
onActivation, onFolderCreated
 
Methods inherited from interface org.jowidgets.workbench.api.IDisposeCallback
onDispose
 

Field Detail

DEFAULT_LAYOUT_ID

public static final String DEFAULT_LAYOUT_ID
See Also:
Constant Field Values

MASTER_FOLDER_ID

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

ImportantComponentDemo1

public ImportantComponentDemo1(org.jowidgets.workbench.api.IComponentContext context)
Method Detail

createView

public org.jowidgets.workbench.api.IView createView(String viewId,
                                                    org.jowidgets.workbench.api.IViewContext context)
Specified by:
createView in interface org.jowidgets.workbench.api.IComponent

onDeactivation

public void onDeactivation(org.jowidgets.common.types.IVetoable vetoable)
Specified by:
onDeactivation in interface org.jowidgets.workbench.api.IComponent
Overrides:
onDeactivation in class AbstractDemoComponent


Copyright © 2012. All Rights Reserved.