Class PerspectiveDragConfigModalView
- java.lang.Object
-
- org.dashbuilder.client.cms.layout.editor.PerspectiveDragConfigModalView
-
- All Implemented Interfaces:
com.google.gwt.user.client.ui.IsWidget,PerspectiveDragConfigModal.View,org.uberfire.client.mvp.HasPresenter<PerspectiveDragConfigModal>,org.uberfire.client.mvp.UberView<PerspectiveDragConfigModal>
@Templated public class PerspectiveDragConfigModalView extends Object implements PerspectiveDragConfigModal.View
-
-
Constructor Summary
Constructors Constructor Description PerspectiveDragConfigModalView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddItem(String name, com.google.gwt.user.client.Command onSelect)com.google.gwt.user.client.ui.WidgetasWidget()voidcancelClick(com.google.gwt.user.client.Event event)voidclearItems()org.gwtbootstrap3.client.ui.ModalgetModal()voidhide()voidinit(PerspectiveDragConfigModal presenter)voidokClick(com.google.gwt.user.client.Event event)voidsetCurrentSelection(String name)voidsetHelpText(String text)voidshow()
-
-
-
Method Detail
-
init
public void init(PerspectiveDragConfigModal presenter)
- Specified by:
initin interfaceorg.uberfire.client.mvp.HasPresenter<PerspectiveDragConfigModal>
-
getModal
public org.gwtbootstrap3.client.ui.Modal getModal()
-
asWidget
public com.google.gwt.user.client.ui.Widget asWidget()
- Specified by:
asWidgetin interfacecom.google.gwt.user.client.ui.IsWidget
-
show
public void show()
- Specified by:
showin interfacePerspectiveDragConfigModal.View
-
hide
public void hide()
- Specified by:
hidein interfacePerspectiveDragConfigModal.View
-
clearItems
public void clearItems()
- Specified by:
clearItemsin interfacePerspectiveDragConfigModal.View
-
setHelpText
public void setHelpText(String text)
- Specified by:
setHelpTextin interfacePerspectiveDragConfigModal.View
-
setCurrentSelection
public void setCurrentSelection(String name)
- Specified by:
setCurrentSelectionin interfacePerspectiveDragConfigModal.View
-
addItem
public void addItem(String name, com.google.gwt.user.client.Command onSelect)
- Specified by:
addItemin interfacePerspectiveDragConfigModal.View
-
okClick
@SinkNative(1) @EventHandler("okButton") public void okClick(com.google.gwt.user.client.Event event)
-
cancelClick
@SinkNative(1) @EventHandler("cancelButton") public void cancelClick(com.google.gwt.user.client.Event event)
-
-