Package | Description |
---|---|
net.sf.mmm.client.ui.impl.gwt.widget.complex |
Contains the implementation for complex widgets using GWT.
|
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 |
---|---|
protected ItemContainerGwt<ROW> |
UiWidgetListTableGwt.createRowContainer() |
Constructor and Description |
---|
ItemContainerGwt(AbstractUiWidgetAbstractDataTable<?,?,ROW,ItemContainerGwt<ROW>> dataTable)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
AbstractUiWidgetListTable<?,ROW,ItemContainerGwt<ROW>> |
UiWidgetAdapterGwtAbstractListTable.getUiWidgetTyped()
This method is a design suggestion for implementations of widget adapters that need typed access to
AbstractUiWidgetAdapter.getUiWidget() and want to perform the cast only in a single place. |
AbstractUiWidgetAbstractDataTable<?,?,ROW,ItemContainerGwt<ROW>> |
UiWidgetAdapterGwtAbstractDataTable.getUiWidgetTyped()
This method is a design suggestion for implementations of widget adapters that need typed access to
AbstractUiWidgetAdapter.getUiWidget() and want to perform the cast only in a single place. |
Modifier and Type | Method and Description |
---|---|
void |
UiWidgetAdapterGwtAbstractListTable.addRow(ItemContainerGwt<ROW> row,
int index) |
void |
UiWidgetAdapterGwtAbstractListTable.removeRow(ItemContainerGwt<ROW> row) |
protected void |
UiWidgetAdapterGwtAbstractListTable.update(ItemContainerGwt<ROW> row,
boolean update) |
Copyright © 2001–2016 mmm-Team. All rights reserved.