com.ebmwebsourcing.geasytools.webeditor.api.core
Interface IComponentDispatcher


public interface IComponentDispatcher


Method Summary
 void dispatch(IComponentDispatcherCommand componentPosition)
          Adds component to dispath to current layout and register them
 void dispatch(IContentPanelComponent component)
           
 void dispatch(java.util.List<IComponentDispatcherCommand> results)
           
 void displayComponents(IContentPanelComponent component)
          Display the components associated with a content panel
 ILayout getLayout()
           
 java.util.List<IContentPanelComponent> getOpenedContentPanelComponent()
           
 IEditorRegistry getRegistry()
           
 

Method Detail

dispatch

void dispatch(IComponentDispatcherCommand componentPosition)
Adds component to dispath to current layout and register them

Parameters:
componentPosition -

dispatch

void dispatch(IContentPanelComponent component)

getLayout

ILayout getLayout()

getRegistry

IEditorRegistry getRegistry()

dispatch

void dispatch(java.util.List<IComponentDispatcherCommand> results)

displayComponents

void displayComponents(IContentPanelComponent component)
Display the components associated with a content panel


getOpenedContentPanelComponent

java.util.List<IContentPanelComponent> getOpenedContentPanelComponent()


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