Uses of Class
org.drools.workbench.screens.scenariosimulation.client.collectioneditor.CollectionViewImpl
-
Packages that use CollectionViewImpl Package Description org.drools.workbench.screens.scenariosimulation.client.domelements org.drools.workbench.screens.scenariosimulation.client.factories -
-
Uses of CollectionViewImpl in org.drools.workbench.screens.scenariosimulation.client.domelements
Constructors in org.drools.workbench.screens.scenariosimulation.client.domelements with parameters of type CollectionViewImpl Constructor Description CollectionEditorDOMElement(CollectionViewImpl widget, org.uberfire.ext.wires.core.grids.client.widget.layer.GridLayer gridLayer, org.uberfire.ext.wires.core.grids.client.widget.grid.GridWidget gridWidget) -
Uses of CollectionViewImpl in org.drools.workbench.screens.scenariosimulation.client.factories
Methods in org.drools.workbench.screens.scenariosimulation.client.factories that return CollectionViewImpl Modifier and Type Method Description CollectionViewImplCollectionEditorSingletonDOMElementFactory. createWidget()Methods in org.drools.workbench.screens.scenariosimulation.client.factories with parameters of type CollectionViewImpl Modifier and Type Method Description CollectionEditorDOMElementCollectionEditorSingletonDOMElementFactory. createDomElementInternal(CollectionViewImpl collectionEditorView, org.uberfire.ext.wires.core.grids.client.widget.layer.GridLayer gridLayer, org.uberfire.ext.wires.core.grids.client.widget.grid.GridWidget gridWidget)protected voidCollectionEditorSingletonDOMElementFactory. manageList(CollectionViewImpl collectionEditorView, String key, String genericTypeName0, org.drools.scenariosimulation.api.model.ScenarioSimulationModel.Type type)protected voidCollectionEditorSingletonDOMElementFactory. manageMap(CollectionViewImpl collectionEditorView, String key, String genericTypeName0, String genericTypeName1, org.drools.scenariosimulation.api.model.ScenarioSimulationModel.Type type)voidCollectionEditorSingletonDOMElementFactory. registerHandlers(CollectionViewImpl widget, CollectionEditorDOMElement widgetDomElement)protected voidCollectionEditorSingletonDOMElementFactory. setCollectionEditorStructureData(CollectionViewImpl collectionEditorView, org.drools.scenariosimulation.api.model.FactMapping factMapping)
-