| Package | Description |
|---|---|
| to.etc.domui.component.tbl |
| Modifier and Type | Method and Description |
|---|---|
ExpandedColumnDef<T> |
ExpandedColumnDef.ascending()
Set the default sort order to ascending first.
|
ExpandedColumnDef<T> |
ExpandedColumnDef.descending()
Set the default sort order to descending first.
|
<V> ExpandedColumnDef<V> |
ColumnDefList.expand(Class<V> clz,
String property) |
ExpandedColumnDef<?> |
ColumnDefList.expand(String property)
This adds an expanded column on the specified property, but has no idea about the real type.
|
ExpandedColumnDef<T> |
ExpandedColumnDef.sortdefault()
Set this column as the default column to sort on.
|
ExpandedColumnDef<T> |
ExpandedColumnDef.width(String w) |
Copyright © 2017 etc.to. All rights reserved.