info.magnolia.ui.vaadin.gwt.client.dialog.widget
Interface BaseDialogView

All Superinterfaces:
com.google.gwt.user.client.ui.HasWidgets, com.google.gwt.user.client.ui.IsWidget, Iterable<com.google.gwt.user.client.ui.Widget>
All Known Implementing Classes:
BaseDialogViewImpl, LightDialogViewImpl

public interface BaseDialogView
extends com.google.gwt.user.client.ui.IsWidget, com.google.gwt.user.client.ui.HasWidgets

Provides a basic interface for the widgets that display their content in a dialog.


Nested Class Summary
static interface BaseDialogView.Presenter
          Presenter.
 
Nested classes/interfaces inherited from interface com.google.gwt.user.client.ui.HasWidgets
com.google.gwt.user.client.ui.HasWidgets.ForIsWidget
 
Method Summary
 BaseDialogView.Presenter getPresenter()
           
 void setActions(Map<String,String> actionMap, List<String> actionOrder, String defaultButtonName)
           
 void setCaption(String caption)
           
 void setContent(com.google.gwt.user.client.ui.Widget contentWidget)
           
 void setDescription(String description)
           
 void setFooterToolbar(com.google.gwt.user.client.ui.Widget footerToolbarWidget)
           
 void setHeaderToolbar(com.google.gwt.user.client.ui.Widget headerToolbarWidget)
           
 void setPresenter(BaseDialogView.Presenter presenter)
           
 void showCloseButton()
           
 
Methods inherited from interface com.google.gwt.user.client.ui.IsWidget
asWidget
 
Methods inherited from interface com.google.gwt.user.client.ui.HasWidgets
add, clear, iterator, remove
 

Method Detail

setActions

void setActions(Map<String,String> actionMap,
                List<String> actionOrder,
                String defaultButtonName)

setDescription

void setDescription(String description)

setCaption

void setCaption(String caption)

showCloseButton

void showCloseButton()

setContent

void setContent(com.google.gwt.user.client.ui.Widget contentWidget)

setHeaderToolbar

void setHeaderToolbar(com.google.gwt.user.client.ui.Widget headerToolbarWidget)

setFooterToolbar

void setFooterToolbar(com.google.gwt.user.client.ui.Widget footerToolbarWidget)

setPresenter

void setPresenter(BaseDialogView.Presenter presenter)

getPresenter

BaseDialogView.Presenter getPresenter()


Copyright © 2013 Magnolia International Ltd.. All Rights Reserved.