@Templated public class PerspectiveDragConfigModalView extends Object implements PerspectiveDragConfigModal.View
| Constructor and Description |
|---|
PerspectiveDragConfigModalView() |
| Modifier and Type | Method and Description |
|---|---|
void |
addItem(String name,
com.google.gwt.user.client.Command onSelect) |
com.google.gwt.user.client.ui.Widget |
asWidget() |
void |
cancelClick(com.google.gwt.user.client.Event event) |
void |
clearItems() |
org.gwtbootstrap3.client.ui.Modal |
getModal() |
void |
hide() |
void |
init(PerspectiveDragConfigModal presenter) |
void |
okClick(com.google.gwt.user.client.Event event) |
void |
setCurrentSelection(String name) |
void |
setHelpText(String text) |
void |
show() |
public void init(PerspectiveDragConfigModal presenter)
init in interface HasPresenter<PerspectiveDragConfigModal>public org.gwtbootstrap3.client.ui.Modal getModal()
public com.google.gwt.user.client.ui.Widget asWidget()
asWidget in interface com.google.gwt.user.client.ui.IsWidgetpublic void show()
show in interface PerspectiveDragConfigModal.Viewpublic void hide()
hide in interface PerspectiveDragConfigModal.Viewpublic void clearItems()
clearItems in interface PerspectiveDragConfigModal.Viewpublic void setHelpText(String text)
setHelpText in interface PerspectiveDragConfigModal.Viewpublic void setCurrentSelection(String name)
setCurrentSelection in interface PerspectiveDragConfigModal.Viewpublic void addItem(String name, com.google.gwt.user.client.Command onSelect)
addItem in interface PerspectiveDragConfigModal.View@SinkNative(value=1) @EventHandler(value="okButton") public void okClick(com.google.gwt.user.client.Event event)
@SinkNative(value=1) @EventHandler(value="cancelButton") public void cancelClick(com.google.gwt.user.client.Event event)
Copyright © 2012–2018 JBoss by Red Hat. All rights reserved.