com.ebmwebsourcing.geasytools.webeditor.api.components
Interface IContentPanelComponent

All Superinterfaces:
com.google.gwt.event.dom.client.HasClickHandlers, com.google.gwt.event.shared.HasHandlers, IComponent, IHasContentHandler, IProjectAwareComponent
All Known Subinterfaces:
IDiagramPanelComponent

public interface IContentPanelComponent
extends IComponent, IProjectAwareComponent, com.google.gwt.event.dom.client.HasClickHandlers, IHasContentHandler


Method Summary
 void disableMenuItemsByType(IMenuItemActionType type)
           
 void enableMenuItemsByType(IMenuItemActionType type)
           
 java.util.List<IComponentDispatcherCommand> getAssociatedComponentsDispatcherCommands()
           
 java.util.List<IMenuItem> getMenuItems()
           
 java.lang.String getTitle()
           
 boolean isSaved()
           
 void onActionRequest(IMenuItemAction action)
           
 void setSaved(boolean b)
           
 void setTitle(java.lang.String title)
           
 void validate()
           
 
Methods inherited from interface com.ebmwebsourcing.geasytools.webeditor.api.components.IComponent
addHandler, getId, getPlaceHolder, getQualifiedName, hide, isVisible, setPlaceHolder, show
 
Methods inherited from interface com.ebmwebsourcing.geasytools.webeditor.api.components.IProjectAwareComponent
getProjectInstance, loadProjectInstance
 
Methods inherited from interface com.google.gwt.event.dom.client.HasClickHandlers
addClickHandler
 
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
 
Methods inherited from interface com.ebmwebsourcing.geasytools.webeditor.api.project.content.events.IHasContentHandler
getUserContentHandler
 

Method Detail

getTitle

java.lang.String getTitle()

setTitle

void setTitle(java.lang.String title)

getAssociatedComponentsDispatcherCommands

java.util.List<IComponentDispatcherCommand> getAssociatedComponentsDispatcherCommands()

onActionRequest

void onActionRequest(IMenuItemAction action)

enableMenuItemsByType

void enableMenuItemsByType(IMenuItemActionType type)

disableMenuItemsByType

void disableMenuItemsByType(IMenuItemActionType type)

getMenuItems

java.util.List<IMenuItem> getMenuItems()

isSaved

boolean isSaved()

setSaved

void setSaved(boolean b)

validate

void validate()
              throws com.ebmwebsourcing.webeditor.api.domain.project.ProjectValidationException
Throws:
com.ebmwebsourcing.webeditor.api.domain.project.ProjectValidationException


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