Class SummaryPageView
- java.lang.Object
-
- org.drools.workbench.screens.guided.dtable.client.wizard.column.pages.SummaryPageView
-
- All Implemented Interfaces:
SummaryPage.View,org.jboss.errai.common.client.api.IsElement,org.jboss.errai.ui.client.local.api.IsElement,org.uberfire.client.mvp.HasPresenter<SummaryPage>,org.uberfire.client.mvp.UberElement<SummaryPage>
@Dependent @Templated public class SummaryPageView extends Object implements org.jboss.errai.ui.client.local.api.IsElement, SummaryPage.View
-
-
Constructor Summary
Constructors Constructor Description SummaryPageView(com.google.gwt.user.client.ui.ListBox pluginsList, com.google.gwt.user.client.ui.CheckBox includeAdvanced)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinit(SummaryPage page)voidloadPluginList(List<DecisionTableColumnPlugin> plugins)voidonPluginSelected(com.google.gwt.event.dom.client.ChangeEvent event)voidonSelectIncludeAdvanced(com.google.gwt.event.dom.client.ChangeEvent event)voidsetSelectedPlugin(String identifier)
-
-
-
Method Detail
-
init
public void init(SummaryPage page)
- Specified by:
initin interfaceorg.uberfire.client.mvp.HasPresenter<SummaryPage>
-
onPluginSelected
@EventHandler("pluginsList") public void onPluginSelected(com.google.gwt.event.dom.client.ChangeEvent event)
-
onSelectIncludeAdvanced
@EventHandler("includeAdvanced") public void onSelectIncludeAdvanced(com.google.gwt.event.dom.client.ChangeEvent event)
-
loadPluginList
public void loadPluginList(List<DecisionTableColumnPlugin> plugins)
- Specified by:
loadPluginListin interfaceSummaryPage.View
-
setSelectedPlugin
public void setSelectedPlugin(String identifier)
- Specified by:
setSelectedPluginin interfaceSummaryPage.View
-
-