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

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

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


Field Summary
static String DEFAULT_LAYOUT_ID
           
static String DETAIL1_FOLDER_ID
           
static String DETAIL2_FOLDER_ID
           
static String MAIL_FOLDER_ID
           
static String MASTER_FOLDER_ID
           
 
Constructor Summary
ComponentDemo1(org.jowidgets.workbench.api.IComponentContext componentContext)
           
 
Method Summary
 org.jowidgets.workbench.api.IView createView(String viewId, org.jowidgets.workbench.api.IViewContext context)
           
 void onFolderCreated(org.jowidgets.workbench.api.IFolderContext folderContext)
           
 
Methods inherited from class org.jowidgets.examples.common.workbench.base.AbstractDemoComponent
onActivation, onDeactivation, onDispose
 
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, onDeactivation
 
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

DETAIL1_FOLDER_ID

public static final String DETAIL1_FOLDER_ID
See Also:
Constant Field Values

DETAIL2_FOLDER_ID

public static final String DETAIL2_FOLDER_ID
See Also:
Constant Field Values

MAIL_FOLDER_ID

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

ComponentDemo1

public ComponentDemo1(org.jowidgets.workbench.api.IComponentContext componentContext)
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

onFolderCreated

public void onFolderCreated(org.jowidgets.workbench.api.IFolderContext folderContext)
Specified by:
onFolderCreated in interface org.jowidgets.workbench.api.IComponent
Overrides:
onFolderCreated in class AbstractDemoComponent


Copyright © 2012. All Rights Reserved.