| Package | Description |
|---|---|
| org.drools.workbench.screens.scenariosimulation.client.editor | |
| org.drools.workbench.screens.scenariosimulation.client.rightpanel |
| Modifier and Type | Method and Description |
|---|---|
protected FactModelTree |
ScenarioSimulationEditorPresenter.getFactModelTree(String factName,
org.kie.soup.project.datamodel.oracle.ModelField[] modelFields)
Create a
FactModelTree for a given factName populating it with the given
ModelField[] |
| Modifier and Type | Method and Description |
|---|---|
protected org.uberfire.client.callbacks.Callback<org.kie.soup.project.datamodel.oracle.ModelField[]> |
ScenarioSimulationEditorPresenter.fieldCompletionsCallback(String factName,
org.uberfire.client.callbacks.Callback<FactModelTree> aggregatorCallback)
This
Callback will receive ModelField[] from AsyncPackageDataModelOracleFactory.getFieldCompletions(final String,
final Callback<ModelField[]>); build a FactModelTree from them, and send it to the
given Callback<FactModelTree> aggregatorCallback |
| 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.