Package | Description |
---|---|
net.sf.mmm.client.ui.base.widget.complex |
Contains the base implementation for complex widgets.
|
net.sf.mmm.client.ui.impl.gwt.widget.complex |
Contains the implementation for complex widgets using GWT.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ItemContainer<ITEM,SELF extends ItemContainer<ITEM,SELF>>
This is the interface for a container for an <ITEM> of a
data set widget . |
interface |
NodeContainer<NODE,SELF extends NodeContainer<NODE,SELF>>
This is the interface extends
ItemContainer for containing nodes of
tree widget . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractItemContainer<ITEM,SELF extends AbstractItemContainer<ITEM,SELF>>
This is the abstract base implementation of
ItemContainer . |
class |
AbstractNodeContainer<NODE,SELF extends AbstractNodeContainer<NODE,SELF>>
This is the abstract base implementation of
NodeContainer . |
Modifier and Type | Class and Description |
---|---|
class |
ItemContainerGwt<ROW>
This class is a simple container for a <ROW> of a data table in combination with its widgets to
render the row.
|
Copyright © 2001–2016 mmm-Team. All rights reserved.