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

All Superinterfaces:
net.customware.gwt.presenter.client.Display, com.google.gwt.event.shared.HasHandlers, IProjectConfigurationView, net.customware.gwt.presenter.client.widget.WidgetDisplay

public interface IEditProjectConfigurationView
extends IProjectConfigurationView


Method Summary
 com.ebmwebsourcing.geasytools.widgets.core.api.button.IButton getCancelButton()
           
 com.ebmwebsourcing.geasytools.widgets.ext.api.tabpanel.IComplexTabPanel getComplexTabPanel()
           
 com.ebmwebsourcing.geasytools.widgets.core.api.button.IButton getOkButton()
           
 IEditProjectConfigurationPanel getProjectConfigurationPanel()
           
 void removePanel(IEditConfigurationPanel panel)
           
 
Methods inherited from interface com.ebmwebsourcing.geasytools.webeditor.api.project.configuration.view.IProjectConfigurationView
addHandler, close, open, 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

getComplexTabPanel

com.ebmwebsourcing.geasytools.widgets.ext.api.tabpanel.IComplexTabPanel getComplexTabPanel()

getProjectConfigurationPanel

IEditProjectConfigurationPanel getProjectConfigurationPanel()

removePanel

void removePanel(IEditConfigurationPanel panel)

getCancelButton

com.ebmwebsourcing.geasytools.widgets.core.api.button.IButton getCancelButton()

getOkButton

com.ebmwebsourcing.geasytools.widgets.core.api.button.IButton getOkButton()


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