Package | Description |
---|---|
net.sf.mmm.client.ui.api.widget.complex |
Contains the API for complex widgets.
|
net.sf.mmm.client.ui.base.widget.complex |
Contains the base implementation for complex widgets.
|
net.sf.mmm.client.ui.base.widget.complex.adapter |
Contains the adapters for complex widgets.
|
net.sf.mmm.client.ui.base.widget.custom.complex |
Contains the API for complex custom widgets.
|
net.sf.mmm.client.ui.impl.gwt.widget.complex.adapter |
Contains the implementation for complex widget adapters using GWT.
|
Modifier and Type | Method and Description |
---|---|
<CELL> UiWidgetTableColumn<ROW,CELL> |
UiWidgetAbstractDataTable.createColumn(PropertyAccessor<ROW,CELL> rowAccessor,
UiSingleWidgetFactory<? extends UiWidgetWithValue<CELL>> widgetFactory,
Comparator<CELL> sortComparator)
This method creates a new
column for this table. |
<CELL> UiWidgetTableColumn<ROW,CELL> |
UiWidgetAbstractDataTable.createColumn(TypedProperty<CELL> rowProperty,
UiSingleWidgetFactory<? extends UiWidgetWithValue<CELL>> widgetFactory,
Comparator<CELL> sortComparator)
This method creates a new
column for this table. |
UiWidgetTableColumn<ROW,?> |
UiWidgetAbstractDataTable.getColumn(int index)
This method gets the
column at the given index . |
UiWidgetTableColumn<ROW,?> |
UiWidgetAbstractDataTable.getColumnById(String columnId,
boolean required)
This method gets the
column with the given columnId . |
UiWidgetTableColumn<?,Integer> |
UiWidgetAbstractDataTable.getRowNumberColumn()
Gets implicit
column that shows the row-numbers. |
UiWidgetTableColumn<?,Boolean> |
UiWidgetAbstractDataTable.getSelectionColumn()
Gets implicit
column that shows the checkboxes or radios for the selection of
a row. |
Modifier and Type | Method and Description |
---|---|
void |
UiWidgetAbstractDataTable.setColumns(List<? extends UiWidgetTableColumn<ROW,?>> columns)
This method sets the
columns for the table of this model. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractUiWidgetTableColumn<ADAPTER extends UiWidgetAdapterTableColumn,ROW,CELL>
This is the abstract base implementation of
UiWidgetTableColumn . |
class |
UiWidgetTableColumnImpl<ROW,CELL>
This is the implementation of
UiWidgetTableColumn . |
Modifier and Type | Method and Description |
---|---|
<CELL> UiWidgetTableColumn<ROW,CELL> |
AbstractUiWidgetAbstractDataTable.createColumn(PropertyAccessor<ROW,CELL> rowAccessor,
UiSingleWidgetFactory<? extends UiWidgetWithValue<CELL>> widgetFactory,
Comparator<CELL> sortComparator)
This method creates a new
column for this table. |
private <CELL> UiWidgetTableColumn<ROW,CELL> |
AbstractUiWidgetAbstractDataTable.createColumn(PropertyAccessor<ROW,CELL> rowAccessor,
UiSingleWidgetFactory<? extends UiWidgetWithValue<CELL>> widgetFactory,
Comparator<CELL> sortComparator,
TypedProperty<CELL> rowProperty) |
<CELL> UiWidgetTableColumn<ROW,CELL> |
AbstractUiWidgetAbstractDataTable.createColumn(TypedProperty<CELL> rowProperty,
UiSingleWidgetFactory<? extends UiWidgetWithValue<CELL>> widgetFactory,
Comparator<CELL> sortComparator)
This method creates a new
column for this table. |
UiWidgetTableColumn<ROW,?> |
AbstractUiWidgetAbstractDataTable.getColumn(int index)
This method gets the
column at the given index . |
Modifier and Type | Method and Description |
---|---|
UiWidgetAdapterTableColumn |
AbstractUiWidgetAbstractDataTable.createTableColumnAdapter(UiWidgetTableColumn<ROW,?> column) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractUiWidgetAbstractDataTable.setColumns(List<? extends UiWidgetTableColumn<ROW,?>> columns)
This method sets the
columns for the table of this model. |
Modifier and Type | Method and Description |
---|---|
UiWidgetAdapterTableColumn |
UiWidgetAdapterAbstractDataTable.createTableColumnAdapter(UiWidgetTableColumn<?,?> column) |
Modifier and Type | Method and Description |
---|---|
<CELL> UiWidgetTableColumn<ROW,CELL> |
UiWidgetCustomAbstractListTable.createColumn(PropertyAccessor<ROW,CELL> rowAccessor,
UiSingleWidgetFactory<? extends UiWidgetWithValue<CELL>> widgetFactory,
Comparator<CELL> sortComparator)
This method creates a new
column for this table. |
<CELL> UiWidgetTableColumn<ROW,CELL> |
UiWidgetCustomAbstractListTable.createColumn(TypedProperty<CELL> rowProperty,
UiSingleWidgetFactory<? extends UiWidgetWithValue<CELL>> widgetFactory,
Comparator<CELL> sortComparator)
This method creates a new
column for this table. |
UiWidgetTableColumn<ROW,?> |
UiWidgetCustomAbstractListTable.getColumn(int index)
This method gets the
column at the given index . |
UiWidgetTableColumn<ROW,?> |
UiWidgetCustomAbstractListTable.getColumnById(String columnId,
boolean required)
This method gets the
column with the given columnId . |
UiWidgetTableColumn<?,Integer> |
UiWidgetCustomAbstractListTable.getRowNumberColumn()
Gets implicit
column that shows the row-numbers. |
UiWidgetTableColumn<?,Boolean> |
UiWidgetCustomAbstractListTable.getSelectionColumn()
Gets implicit
column that shows the checkboxes or radios for the selection of
a row. |
Modifier and Type | Method and Description |
---|---|
void |
UiWidgetCustomAbstractListTable.setColumns(List<? extends UiWidgetTableColumn<ROW,?>> columns)
This method sets the
columns for the table of this model. |
Modifier and Type | Method and Description |
---|---|
UiWidgetAdapterTableColumn |
UiWidgetAdapterGwtAbstractDataTable.createTableColumnAdapter(UiWidgetTableColumn<?,?> column) |
protected static UiWidgetAdapterGwtTableColumn |
UiWidgetAdapterGwtAbstractDataTable.getWidgetAdapterForColumn(UiWidgetTableColumn<?,?> column) |
Copyright © 2001–2016 mmm-Team. All rights reserved.