Class ListUIModelMapperHelper
- java.lang.Object
-
- org.kie.workbench.common.dmn.client.editors.expressions.types.list.ListUIModelMapperHelper
-
public class ListUIModelMapperHelper extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classListUIModelMapperHelper.ListSection
-
Field Summary
Fields Modifier and Type Field Description static intEXPRESSION_COLUMN_INDEXstatic intROW_COLUMN_INDEX
-
Constructor Summary
Constructors Constructor Description ListUIModelMapperHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ListUIModelMapperHelper.ListSectiongetSection(int columnIndex)
-
-
-
Field Detail
-
ROW_COLUMN_INDEX
public static final int ROW_COLUMN_INDEX
- See Also:
- Constant Field Values
-
EXPRESSION_COLUMN_INDEX
public static final int EXPRESSION_COLUMN_INDEX
- See Also:
- Constant Field Values
-
-
Method Detail
-
getSection
public static ListUIModelMapperHelper.ListSection getSection(int columnIndex)
-
-