| Package | Description |
|---|---|
| net.ulrice.sample |
| Modifier and Type | Class and Description |
|---|---|
class |
SingleListTableModel<T> |
| Modifier and Type | Method and Description |
|---|---|
TableAMBuilder |
TableAMBuilder.addColumn(String path)
This is a convenience method that determines the type of the field / column via reflection on the model.
|
TableAMBuilder |
TableAMBuilder.addColumn(String path,
Class<?> typeAfterConversion) |
TableAMBuilder |
TableAMBuilder.addColumn(String path,
IFValueConverter converter)
This is a convenience method that determines the type of the column based on the converter and reflection
on the model.
|
TableAMBuilder |
TableAMBuilder.addDerivedColumn(String columnName,
String pattern,
String... paths)
This is a convenience method that adds a readonly 'derived' column that can reference one or more model values
|
Copyright © 2013. All Rights Reserved.