| Package | Description |
|---|---|
| org.openl.rules.data | |
| org.openl.rules.testmethod |
| Modifier and Type | Class and Description |
|---|---|
class |
ForeignKeyColumnDescriptor
Handles column descriptors that are represented as foreign keys to data from other tables.
|
| Modifier and Type | Method and Description |
|---|---|
ColumnDescriptor |
ITable.getColumnDescriptor(int i) |
ColumnDescriptor |
Table.getColumnDescriptor(int i) |
ColumnDescriptor |
ITableModel.getDescriptor(int idx) |
ColumnDescriptor |
OpenlBasedDataTableModel.getDescriptor(int idx) |
ColumnDescriptor[] |
ITableModel.getDescriptors() |
ColumnDescriptor[] |
OpenlBasedDataTableModel.getDescriptors() |
static ColumnDescriptor[] |
DataTableBindHelper.makeDescriptors(IBindingContext bindingContext,
ITable table,
IOpenClass type,
OpenL openl,
ILogicalTable descriptorRows,
ILogicalTable dataWithTitleRows,
boolean hasForeignKeysRow,
boolean hasColumnTytleRow,
boolean supportConstructorFields) |
protected ColumnDescriptor[] |
DataNodeBinder.makeDescriptors(ITable tableToProcess,
IOpenClass tableType,
IBindingContext bindingContext,
OpenL openl,
boolean hasColumnTitleRow,
ILogicalTable horizDataTableBody,
ILogicalTable descriptorRows,
ILogicalTable dataWithTitleRows) |
| Constructor and Description |
|---|
OpenlBasedDataTableModel(String name,
IOpenClass type,
OpenL openl,
ColumnDescriptor[] columnDescriptor,
boolean hasColumnTitleRow) |
| Modifier and Type | Method and Description |
|---|---|
protected ColumnDescriptor[] |
TestMethodNodeBinder.makeDescriptors(ITable tableToProcess,
IOpenClass tableType,
IBindingContext bindingContext,
OpenL openl,
boolean hasColumnTitleRow,
ILogicalTable horizDataTableBody,
ILogicalTable descriptorRows,
ILogicalTable dataWithTitleRows) |
Copyright © 2004–2019 OpenL Tablets. All rights reserved.