| Package | Description |
|---|---|
| org.drools.workbench.screens.scenariosimulation.client.collectioneditor |
Classes/html inside this package are used inside the collection editor
|
| org.drools.workbench.screens.scenariosimulation.client.collectioneditor.editingbox |
Classes/html inside this package are used inside the editing box shown inside the collection editor
|
| org.drools.workbench.screens.scenariosimulation.client.domelements | |
| org.drools.workbench.screens.scenariosimulation.client.factories | |
| org.drools.workbench.screens.scenariosimulation.client.utils |
| Class and Description |
|---|
| CollectionPresenter |
| CollectionView
Interface defining the contract for actual implementations
|
| CollectionView.Presenter |
| ElementPresenter |
| ElementView |
| ElementView.Presenter |
| ElementViewImpl
This class is used to show a single item of a collection
|
| ItemElementPresenter |
| ItemElementView |
| ItemElementView.Presenter |
| KeyValueElementPresenter |
| KeyValueElementView |
| KeyValueElementView.Presenter |
| PropertyView |
| PropertyView.Presenter |
| Class and Description |
|---|
| CollectionViewImpl
This class is used as
Collection editor
The overall architecture is:
this widget contains a series of elements
if this widget represent a list, each element will show a single item of it, represented by a ListEditorElementViewImpl
if this widget represent a map, each element will show a single entry (key/value) of it, represented by a MapEditorElementViewImpl
PropertyEditorViewImpl represents a single property (label with name and textbox for value)
each item/key/value could be a simple java object or a complex one
for complex java object, for each property a PropertyEditorViewImpl will be created
the presenter will be responsible to choose which kind of elements are to be populated |
| Class and Description |
|---|
| CollectionViewImpl
This class is used as
Collection editor
The overall architecture is:
this widget contains a series of elements
if this widget represent a list, each element will show a single item of it, represented by a ListEditorElementViewImpl
if this widget represent a map, each element will show a single entry (key/value) of it, represented by a MapEditorElementViewImpl
PropertyEditorViewImpl represents a single property (label with name and textbox for value)
each item/key/value could be a simple java object or a complex one
for complex java object, for each property a PropertyEditorViewImpl will be created
the presenter will be responsible to choose which kind of elements are to be populated |
| Class and Description |
|---|
| CollectionView
Interface defining the contract for actual implementations
|
| ItemElementView |
| KeyValueElementView |
| PropertyView |
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.