public class TableBindingBuilder extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List |
columns |
protected BindingBuilder |
helper |
| Constructor and Description |
|---|
TableBindingBuilder(BindingBuilder helper) |
TableBindingBuilder(BindingFactory factory,
Object context) |
| Modifier and Type | Method and Description |
|---|---|
void |
addColumn(String header,
String expression,
Class columnClass,
boolean editable)
Adds a column to the table description.
|
void |
addColumn(String header,
String expression,
Class columnClass,
boolean editable,
Object sampleLongValue)
Adds a column to the table description.
|
ObjectBinding |
bindToTable(JTable table,
String listBinding)
Creates a binding using preconfigured parameters.
|
protected BindingBuilder helper
protected List columns
public TableBindingBuilder(BindingFactory factory, Object context)
public TableBindingBuilder(BindingBuilder helper)
Copyright © 2001–2015 Apache Cayenne. All rights reserved.