Package | Description |
---|---|
net.sf.mmm.client.ui.api.widget |
Contains the API for widgets.
|
net.sf.mmm.client.ui.base.widget.complex |
Contains the base implementation for complex widgets.
|
net.sf.mmm.client.ui.base.widget.custom.complex |
Contains the API for complex custom widgets.
|
net.sf.mmm.client.ui.base.widget.factory |
Contains the API and default implementations of factories for widgets.
|
net.sf.mmm.client.ui.impl.gwt.widget.complex |
Contains the implementation for complex widgets using GWT.
|
Modifier and Type | Method and Description |
---|---|
<ROW> UiWidgetListTable<ROW> |
UiWidgetFactory.createListTable(Class<ROW> rowType)
Creates a new
UiWidgetListTable for the given rowType . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractUiWidgetListTable<ADAPTER extends UiWidgetAdapterListTable<ROW,ITEM_CONTAINER>,ROW,ITEM_CONTAINER extends ItemContainer<ROW,ITEM_CONTAINER>>
This is the base implementation of
UiWidgetListTable . |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetCustomListTable<ROW>
This is the abstract base class for a
custom
widget implementing UiWidgetListTable . |
Modifier and Type | Method and Description |
---|---|
<ROW> UiWidgetListTable<ROW> |
UiWidgetFactoryImpl.createListTable(Class<ROW> rowType)
Creates a new
UiWidgetListTable for the given rowType . |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetListTableGwt<ROW>
This is the implementation of
UiWidgetListTable using GWT. |
Modifier and Type | Method and Description |
---|---|
UiWidgetListTable |
UiWidgetListTableGwt.Factory.create(UiContext context)
|
Copyright © 2001–2016 mmm-Team. All rights reserved.