Uses of Interface
org.drools.workbench.screens.scenariosimulation.client.rightpanel.FieldItemView
-
Packages that use FieldItemView Package Description org.drools.workbench.screens.scenariosimulation.client.rightpanel org.drools.workbench.screens.scenariosimulation.client.utils -
-
Uses of FieldItemView in org.drools.workbench.screens.scenariosimulation.client.rightpanel
Classes in org.drools.workbench.screens.scenariosimulation.client.rightpanel that implement FieldItemView Modifier and Type Class Description classFieldItemViewImplThis class is used to represent a simple (i.e. not expandable) property, like for example java primitivesFields in org.drools.workbench.screens.scenariosimulation.client.rightpanel declared as FieldItemView Modifier and Type Field Description protected FieldItemViewTestToolsPresenter. selectedFieldItemViewFields in org.drools.workbench.screens.scenariosimulation.client.rightpanel with type parameters of type FieldItemView Modifier and Type Field Description protected Map<String,FieldItemView>FieldItemPresenter. fieldItemMapMethods in org.drools.workbench.screens.scenariosimulation.client.rightpanel with parameters of type FieldItemView Modifier and Type Method Description voidFieldItemPresenter. onFieldElementClick(FieldItemView selected)voidFieldItemView.Presenter. onFieldElementClick(FieldItemView selected)voidListGroupItemPresenter. onSelectedElement(FieldItemView selected)voidListGroupItemView.Presenter. onSelectedElement(FieldItemView selected)Method to set the "selected" information - use this to set the property level headervoidTestToolsPresenter. setSelectedElement(FieldItemView selected)voidTestToolsView.Presenter. setSelectedElement(FieldItemView selected)Method to set the "selected" information - use this to set the property level header -
Uses of FieldItemView in org.drools.workbench.screens.scenariosimulation.client.utils
Methods in org.drools.workbench.screens.scenariosimulation.client.utils that return FieldItemView Modifier and Type Method Description FieldItemViewViewsProvider. getFieldItemView()
-