Uses of Interface
org.drools.workbench.screens.scenariosimulation.client.collectioneditor.PropertyView
-
Packages that use PropertyView Package Description org.drools.workbench.screens.scenariosimulation.client.collectioneditor Classes/html inside this package are used inside the collection editororg.drools.workbench.screens.scenariosimulation.client.utils -
-
Uses of PropertyView in org.drools.workbench.screens.scenariosimulation.client.collectioneditor
Classes in org.drools.workbench.screens.scenariosimulation.client.collectioneditor that implement PropertyView Modifier and Type Class Description classPropertyViewImplThis class is used to show a single property inside anItemElementViewFields in org.drools.workbench.screens.scenariosimulation.client.collectioneditor with type parameters of type PropertyView Modifier and Type Field Description protected Map<String,List<PropertyView>>PropertyPresenter. propertyViewMapMapto pair a given itemId with itsPropertyEditorViewsMethods in org.drools.workbench.screens.scenariosimulation.client.collectioneditor with parameters of type PropertyView Modifier and Type Method Description protected voidPropertyPresenter. deletePropertyView(PropertyView toDelete)protected voidPropertyPresenter. startEditPropertyView(PropertyView toEdit)Enable editing a propertyprotected voidPropertyPresenter. stopEditPropertyView(Map<String,String> toPopulate, PropertyView toStopEdit, boolean toUpdate)Disable editing a property and put its value in givenMap -
Uses of PropertyView in org.drools.workbench.screens.scenariosimulation.client.utils
Methods in org.drools.workbench.screens.scenariosimulation.client.utils that return PropertyView Modifier and Type Method Description PropertyViewViewsProvider. getPropertyEditorView()
-