Interface SummaryPage.View
-
- All Superinterfaces:
org.uberfire.client.mvp.HasPresenter<SummaryPage>,org.jboss.errai.common.client.api.IsElement,org.uberfire.client.mvp.UberElement<SummaryPage>
- All Known Implementing Classes:
SummaryPageView
- Enclosing class:
- SummaryPage
public static interface SummaryPage.View extends org.uberfire.client.mvp.UberElement<SummaryPage>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidloadPluginList(List<DecisionTableColumnPlugin> plugins)voidsetSelectedPlugin(String identifier)
-
-
-
Method Detail
-
loadPluginList
void loadPluginList(List<DecisionTableColumnPlugin> plugins)
-
setSelectedPlugin
void setSelectedPlugin(String identifier)
-
-