| Package | Description |
|---|---|
| to.etc.domui.component.tbl |
| Modifier and Type | Method and Description |
|---|---|
SimpleColumnDef<T> |
SimpleColumnDef.align(TextAlign align)
Set the text align for this column.
|
SimpleColumnDef<T> |
SimpleColumnDef.ascending()
Set the default sort order to ascending first.
|
SimpleColumnDef<T> |
SimpleColumnDef.cellClicked(ICellClicked<T> ck)
Set the cell click handler.
|
SimpleColumnDef<T> |
ColumnDefList.column()
Add a column which gets referred the row element instead of a column element.
|
<V> SimpleColumnDef<V> |
ColumnDefList.column(Class<V> type,
String property)
Add and return the column definition for a column on the specified property.
|
SimpleColumnDef<?> |
ColumnDefList.column(String property)
This adds a column on the specified property, but has no idea about the real type.
|
SimpleColumnDef<T> |
SimpleColumnDef.converter(IObjectToStringConverter<T> c)
Set a column value-to-string converter to be used.
|
SimpleColumnDef<T> |
SimpleColumnDef.css(String css)
Set the css class of this column's values.
|
SimpleColumnDef<T> |
SimpleColumnDef.cssHeader(String css)
Set the css class of this column's header.
|
SimpleColumnDef<T> |
SimpleColumnDef.descending()
Set the default sort order to descending first.
|
SimpleColumnDef<?> |
ColumnDefList.findColumn(String propertyName) |
SimpleColumnDef<?> |
ColumnDefList.get(int ix) |
SimpleColumnDef<?> |
AbstractRowRenderer.getColumn(int ix)
Return the definition for the nth column.
|
SimpleColumnDef<?> |
AbstractRowRenderer.getColumnByName(String propertyName)
Find a column by the property it is displaying.
|
SimpleColumnDef<?> |
ColumnDefList.getSortColumn() |
protected SimpleColumnDef<?> |
AbstractRowRenderer.getSortColumn() |
SimpleColumnDef<T> |
SimpleColumnDef.hint(String hint)
Set the hint for a column.
|
SimpleColumnDef<T> |
SimpleColumnDef.label(String columnLabel)
Set the column header's label.
|
SimpleColumnDef<T> |
SimpleColumnDef.nowrap()
Set the column to nowrap.
|
SimpleColumnDef<T> |
SimpleColumnDef.numeric(NumericPresentation np)
Set the numeric presentation for this column.
|
SimpleColumnDef<T> |
SimpleColumnDef.renderer(INodeContentRenderer<T> cr)
Set the node content renderer.
|
SimpleColumnDef<?> |
ExpandedColumnDef.simple() |
SimpleColumnDef<T> |
SimpleColumnDef.sort(ISortHelper<T> sh)
Set a sort helper to be used for this column.
|
SimpleColumnDef<T> |
SimpleColumnDef.sortdefault()
Set this column as the default column to sort on.
|
SimpleColumnDef<T> |
SimpleColumnDef.transform(IValueTransformer<T> vt)
Set a value transformer to convert this column value into something else.
|
SimpleColumnDef<T> |
SimpleColumnDef.width(String w) |
SimpleColumnDef<T> |
SimpleColumnDef.wrap()
Make sure this column's contents are wrapped (by default columns added by
RowRenderer are marked as not wrappable. |
| Modifier and Type | Method and Description |
|---|---|
Iterator<SimpleColumnDef<?>> |
ColumnDefList.iterator()
Return the iterator for all elements.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ColumnDefList.add(SimpleColumnDef<?> cd) |
protected void |
ExpandedColumnDef.addExpanded(SimpleColumnDef<?> ccd)
When this def actually represents a set of columns, expanded because of the source property being
an expanded property, then this adds all of the source columns.
|
int |
ColumnDefList.indexOf(SimpleColumnDef<?> scd) |
protected <X> void |
AbstractRowRenderer.renderColumn(TableModelTableBase<T> tbl,
ColumnContainer<T> cc,
int index,
T instance,
SimpleColumnDef<X> cd)
Render a single column fully.
|
void |
AbstractRowRenderer.setDefaultSort(SimpleColumnDef<?> cd,
SortableType type)
Sets default sort column on row renderer.
|
void |
ColumnDefList.setSortColumn(SimpleColumnDef<?> cd) |
protected void |
AbstractRowRenderer.setSortColumn(SimpleColumnDef<?> cd,
SortableType type) |
Copyright © 2017 etc.to. All rights reserved.