@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.IsWidget
public void show()
show
in interface PerspectiveDragConfigModal.View
public void hide()
hide
in interface PerspectiveDragConfigModal.View
public void clearItems()
clearItems
in interface PerspectiveDragConfigModal.View
public void setHelpText(String text)
setHelpText
in interface PerspectiveDragConfigModal.View
public void setCurrentSelection(String name)
setCurrentSelection
in interface PerspectiveDragConfigModal.View
public 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–2020 JBoss by Red Hat. All rights reserved.