com.ebmwebsourcing.geasytools.webeditor.api.project.configuration.view
Interface IProjectConfigurationView

All Superinterfaces:
net.customware.gwt.presenter.client.Display, com.google.gwt.event.shared.HasHandlers, net.customware.gwt.presenter.client.widget.WidgetDisplay
All Known Subinterfaces:
IEditProjectConfigurationView, IExportProjectConfigurationView, IImportProjectConfigurationView, INewProjectConfigurationView, IOpenProjectConfigurationView, ISaveProjectConfigurationView

public interface IProjectConfigurationView
extends com.google.gwt.event.shared.HasHandlers, net.customware.gwt.presenter.client.widget.WidgetDisplay


Method Summary
 void addHandler(IProjectConfigurationHandler handler)
           
 void close()
           
 void open()
           
 void refresh()
           
 
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
 
Methods inherited from interface net.customware.gwt.presenter.client.widget.WidgetDisplay
asWidget
 
Methods inherited from interface net.customware.gwt.presenter.client.Display
startProcessing, stopProcessing
 

Method Detail

refresh

void refresh()

open

void open()

close

void close()

addHandler

void addHandler(IProjectConfigurationHandler handler)


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