[jboss-jira] [JBoss JIRA] (DROOLS-1948) [DMN Editor]: Context Editor: Add support for nested grids

Michael Anstis (JIRA) issues at jboss.org
Tue Nov 21 06:03:01 EST 2017


    [ https://issues.jboss.org/browse/DROOLS-1948?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13492024#comment-13492024 ] 

Michael Anstis edited comment on DROOLS-1948 at 11/21/17 6:02 AM:
------------------------------------------------------------------

Hi [~jomarko]

Nested grids are supported by using an {{ExpressionEditorColumn}} in a grid. This column's cell data-type is {{DMNExpressionCellValue``` that contains another {{GridWidget}}. Rendering of the cell value is handled by {{ExpressionEditorColumnRenderer}}. The cell value is populated from the DMN model by {{ContextUIModelMapper}}. Useful(?!?) links are:

https://github.com/manstis/kie-wb-common/blob/GUVNOR-3397/kie-wb-common-dmn/kie-wb-common-dmn-client/src/main/java/org/kie/workbench/common/dmn/client/editors/expressions/types/context/ExpressionEditorColumn.java

https://github.com/manstis/kie-wb-common/blob/GUVNOR-3397/kie-wb-common-dmn/kie-wb-common-dmn-client/src/main/java/org/kie/workbench/common/dmn/client/editors/expressions/types/context/ExpressionEditorColumnRenderer.java

https://github.com/manstis/kie-wb-common/blob/GUVNOR-3397/kie-wb-common-dmn/kie-wb-common-dmn-client/src/main/java/org/kie/workbench/common/dmn/client/editors/expressions/types/context/ContextUIModelMapper.java


was (Author: manstis):
Hi [~jomarko]

Nested grids are supported by using an ```ExpressionEditorColumn``` in a grid. This column's cell data-type is ```DMNExpressionCellValue``` that contains another ```GridWidget```. Rendering of the cell value is handled by ```ExpressionEditorColumnRenderer```. The cell value is populated from the DMN model by ```ContextUIModelMapper```. Useful(?!?) links are:

https://github.com/manstis/kie-wb-common/blob/GUVNOR-3397/kie-wb-common-dmn/kie-wb-common-dmn-client/src/main/java/org/kie/workbench/common/dmn/client/editors/expressions/types/context/ExpressionEditorColumn.java

https://github.com/manstis/kie-wb-common/blob/GUVNOR-3397/kie-wb-common-dmn/kie-wb-common-dmn-client/src/main/java/org/kie/workbench/common/dmn/client/editors/expressions/types/context/ExpressionEditorColumnRenderer.java

https://github.com/manstis/kie-wb-common/blob/GUVNOR-3397/kie-wb-common-dmn/kie-wb-common-dmn-client/src/main/java/org/kie/workbench/common/dmn/client/editors/expressions/types/context/ContextUIModelMapper.java

> [DMN Editor]: Context Editor: Add support for nested grids
> ----------------------------------------------------------
>
>                 Key: DROOLS-1948
>                 URL: https://issues.jboss.org/browse/DROOLS-1948
>             Project: Drools
>          Issue Type: Feature Request
>          Components: DMN Editor
>            Reporter: Michael Anstis
>            Assignee: Michael Anstis
>




--
This message was sent by Atlassian JIRA
(v7.5.0#75005)


More information about the jboss-jira mailing list