Class ViewsProvider
- java.lang.Object
-
- org.drools.workbench.screens.scenariosimulation.client.utils.ViewsProvider
-
@ApplicationScoped public class ViewsProvider extends Object
Class used as Provider for Views that has to be dynamically created
-
-
Constructor Summary
Constructors Constructor Description ViewsProvider()
-
Method Summary
-
-
-
Method Detail
-
getMenuItemView
public MenuItemView getMenuItemView()
-
getFieldItemView
public FieldItemView getFieldItemView()
-
getListGroupItemView
public ListGroupItemView getListGroupItemView()
-
getCollectionEditorView
public CollectionView getCollectionEditorView()
-
getListEditorElementView
public ItemElementView getListEditorElementView()
-
getKeyValueElementView
public KeyValueElementView getKeyValueElementView()
-
getPropertyEditorView
public PropertyView getPropertyEditorView()
-
getItemEditingBox
public ItemEditingBox getItemEditingBox()
-
getKeyValueEditingBox
public KeyValueEditingBox getKeyValueEditingBox()
-
getFileUploadPopup
public FileUploadPopup getFileUploadPopup()
-
-