public class RowExpander extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
RowExpander.RowIterator
An iterator that retrieves the expanded rows one at a time
|
| Constructor and Description |
|---|
RowExpander(org.drools.workbench.models.guided.dtable.shared.model.GuidedDecisionTable52 model,
org.kie.workbench.common.widgets.client.datamodel.AsyncPackageDataModelOracle oracle)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
List<org.drools.workbench.screens.guided.dtable.client.wizard.table.pages.RowExpander.ColumnValues> |
getColumns() |
RowExpander.RowIterator |
iterator()
Rather than return a List of rows as the expanded form we expose an
Iterator with which the expanded form can be retrieved.
|
void |
setExpandColumn(org.drools.workbench.models.guided.dtable.shared.model.BaseColumn column,
boolean expandColumn)
Indicate whether the provided column should be expanded or not.
|
public RowExpander(org.drools.workbench.models.guided.dtable.shared.model.GuidedDecisionTable52 model,
org.kie.workbench.common.widgets.client.datamodel.AsyncPackageDataModelOracle oracle)
model - oracle - public List<org.drools.workbench.screens.guided.dtable.client.wizard.table.pages.RowExpander.ColumnValues> getColumns()
public RowExpander.RowIterator iterator()
public void setExpandColumn(org.drools.workbench.models.guided.dtable.shared.model.BaseColumn column,
boolean expandColumn)
column - expandColumn - Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.