com.ebmwebsourcing.geasytools.webeditor.impl.client.project.configuration.presenter
Class ExportProjectPresenter
java.lang.Object
net.customware.gwt.presenter.client.BasicPresenter<D>
net.customware.gwt.presenter.client.widget.WidgetPresenter<com.ebmwebsourcing.geasytools.webeditor.api.project.configuration.view.IExportProjectConfigurationView>
com.ebmwebsourcing.geasytools.webeditor.impl.client.project.configuration.presenter.ExportProjectPresenter
- All Implemented Interfaces:
- com.ebmwebsourcing.geasytools.webeditor.api.project.configuration.presenter.IExportProjectPresenter, net.customware.gwt.presenter.client.Presenter
public class ExportProjectPresenter
- extends net.customware.gwt.presenter.client.widget.WidgetPresenter<com.ebmwebsourcing.geasytools.webeditor.api.project.configuration.view.IExportProjectConfigurationView>
- implements com.ebmwebsourcing.geasytools.webeditor.api.project.configuration.presenter.IExportProjectPresenter
| Fields inherited from class net.customware.gwt.presenter.client.BasicPresenter |
display |
|
Constructor Summary |
ExportProjectPresenter(com.ebmwebsourcing.geasytools.webeditor.api.project.configuration.view.IExportProjectConfigurationView display,
com.ebmwebsourcing.geasytools.webeditor.api.core.events.IEditorEventBus eventBus)
|
| Methods inherited from class net.customware.gwt.presenter.client.BasicPresenter |
bind, getDisplay, getPlaceRequest, registerHandler, unbind |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PLACE
public static final net.customware.gwt.presenter.client.place.Place PLACE
PARAM_PROJECT_EXPORT_FORMAT
public static final java.lang.String PARAM_PROJECT_EXPORT_FORMAT
- See Also:
- Constant Field Values
ExportProjectPresenter
public ExportProjectPresenter(com.ebmwebsourcing.geasytools.webeditor.api.project.configuration.view.IExportProjectConfigurationView display,
com.ebmwebsourcing.geasytools.webeditor.api.core.events.IEditorEventBus eventBus)
getPlace
public net.customware.gwt.presenter.client.place.Place getPlace()
- Specified by:
getPlace in class net.customware.gwt.presenter.client.BasicPresenter<com.ebmwebsourcing.geasytools.webeditor.api.project.configuration.view.IExportProjectConfigurationView>
onBind
protected void onBind()
- Specified by:
onBind in class net.customware.gwt.presenter.client.BasicPresenter<com.ebmwebsourcing.geasytools.webeditor.api.project.configuration.view.IExportProjectConfigurationView>
onPlaceRequest
protected void onPlaceRequest(net.customware.gwt.presenter.client.place.PlaceRequest request)
- Specified by:
onPlaceRequest in class net.customware.gwt.presenter.client.BasicPresenter<com.ebmwebsourcing.geasytools.webeditor.api.project.configuration.view.IExportProjectConfigurationView>
onUnbind
protected void onUnbind()
- Specified by:
onUnbind in class net.customware.gwt.presenter.client.BasicPresenter<com.ebmwebsourcing.geasytools.webeditor.api.project.configuration.view.IExportProjectConfigurationView>
refreshDisplay
public void refreshDisplay()
- Specified by:
refreshDisplay in interface net.customware.gwt.presenter.client.Presenter
refreshDisplay
public void refreshDisplay(boolean clearFormat)
revealDisplay
public void revealDisplay()
- Specified by:
revealDisplay in interface net.customware.gwt.presenter.client.Presenter
getActualProjectInstance
public com.ebmwebsourcing.webeditor.api.domain.project.IProjectInstance getActualProjectInstance()
- Specified by:
getActualProjectInstance in interface com.ebmwebsourcing.geasytools.webeditor.api.project.configuration.presenter.IExportProjectPresenter
getSelectedExportFormat
public com.ebmwebsourcing.webeditor.api.domain.project.IProjectInstanceFormat getSelectedExportFormat()
- Specified by:
getSelectedExportFormat in interface com.ebmwebsourcing.geasytools.webeditor.api.project.configuration.presenter.IExportProjectPresenter
getCurrentExportFormats
public java.util.List<com.ebmwebsourcing.webeditor.api.domain.project.IProjectInstanceFormat> getCurrentExportFormats()
- Specified by:
getCurrentExportFormats in interface com.ebmwebsourcing.geasytools.webeditor.api.project.configuration.presenter.IExportProjectPresenter
Copyright © 2010-2011 Petals Link. All Rights Reserved.