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
| Methods inherited from interface com.google.gwt.event.dom.client.HasClickHandlers |
addClickHandler |
| Methods inherited from interface com.google.gwt.event.shared.HasHandlers |
fireEvent |
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.