Uses of Interface
org.drools.workbench.screens.scenariosimulation.client.rightpanel.ListGroupItemView
-
Packages that use ListGroupItemView Package Description org.drools.workbench.screens.scenariosimulation.client.rightpanel org.drools.workbench.screens.scenariosimulation.client.utils -
-
Uses of ListGroupItemView in org.drools.workbench.screens.scenariosimulation.client.rightpanel
Classes in org.drools.workbench.screens.scenariosimulation.client.rightpanel that implement ListGroupItemView Modifier and Type Class Description classListGroupItemViewImplThis class is used to represent a complex (i.e. expandable) property, i.e. a class containing other propertiesFields in org.drools.workbench.screens.scenariosimulation.client.rightpanel declared as ListGroupItemView Modifier and Type Field Description protected ListGroupItemViewTestToolsPresenter. selectedListGroupItemViewFields in org.drools.workbench.screens.scenariosimulation.client.rightpanel with type parameters of type ListGroupItemView Modifier and Type Field Description protected Map<String,ListGroupItemView>ListGroupItemPresenter. listGroupItemViewMapMethods in org.drools.workbench.screens.scenariosimulation.client.rightpanel that return ListGroupItemView Modifier and Type Method Description protected ListGroupItemViewListGroupItemPresenter. commonGetListGroupItemView(List<String> parentPath, String factName, boolean toExpand)Methods in org.drools.workbench.screens.scenariosimulation.client.rightpanel with parameters of type ListGroupItemView Modifier and Type Method Description voidListGroupItemPresenter. onSelectedElement(ListGroupItemView selected)voidListGroupItemView.Presenter. onSelectedElement(ListGroupItemView selected)Method to set the "selected" information - use this to set the instance level headervoidListGroupItemPresenter. onToggleRowExpansion(ListGroupItemView listGroupItemView, boolean currentlyShown)voidListGroupItemView.Presenter. onToggleRowExpansion(ListGroupItemView listGroupItemView, boolean currentlyShown)protected voidListGroupItemPresenter. populateListGroupItemView(ListGroupItemView toPopulate, String factName, String factType)Set the property' name (factName) and type (factModelTreeClass) of a givenListGroupItemViewprotected voidListGroupItemPresenter. populateListGroupItemView(ListGroupItemView toPopulate, List<String> parentPath, String factName, org.drools.workbench.screens.scenariosimulation.model.typedescriptor.FactModelTree factModelTree)Populate the "Assets" list.voidTestToolsPresenter. setSelectedElement(ListGroupItemView selected)voidTestToolsView.Presenter. setSelectedElement(ListGroupItemView selected)Method to set the "selected" information - use this to set the instance level header -
Uses of ListGroupItemView in org.drools.workbench.screens.scenariosimulation.client.utils
Methods in org.drools.workbench.screens.scenariosimulation.client.utils that return ListGroupItemView Modifier and Type Method Description ListGroupItemViewViewsProvider. getListGroupItemView()
-