| Package | Description |
|---|---|
| org.drools.workbench.screens.scenariosimulation.client.rightpanel |
| Modifier and Type | Method and Description |
|---|---|
FactModelTree |
RightPanelView.Presenter.getFactModelTree(String factName) |
FactModelTree |
RightPanelPresenter.getFactModelTree(String factName) |
| Modifier and Type | Method and Description |
|---|---|
void |
RightPanelView.Presenter.addListGroupItemView(String factName,
FactModelTree factModelTree) |
void |
RightPanelPresenter.addListGroupItemView(String factName,
FactModelTree factModelTree) |
com.google.gwt.dom.client.DivElement |
ListGroupItemView.Presenter.getDivElement(String factName,
FactModelTree factModelTree)
This method returns a top-level
DivElement representing a complex (i.e. expandable) property, i.e. a class containing other properties |
com.google.gwt.dom.client.DivElement |
ListGroupItemPresenter.getDivElement(String factName,
FactModelTree factModelTree) |
protected void |
ListGroupItemPresenter.populateListGroupItemView(ListGroupItemView toPopulate,
String parentPath,
String factName,
FactModelTree factModelTree)
Populate the "Assets" list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RightPanelView.Presenter.setFactTypeFieldsMap(SortedMap<String,FactModelTree> factTypeFieldsMap) |
void |
RightPanelPresenter.setFactTypeFieldsMap(SortedMap<String,FactModelTree> factTypeFieldsMap) |
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.