Skip navigation links

Package net.sf.mmm.client.ui.base.model

Contains the (base) implementations of the UI models.

See: Description

Package net.sf.mmm.client.ui.base.model Description

Contains the (base) implementations of the UI models.

Client UI Base Model

This package contains the (base) implementations of UI models for complex widgets.
Most widgets can use simple Pojos a model and will make your life easy. However, complex widgets such as UiWidgetAbstractTree will require a special UI model. For simple use-cases it is often sufficient to use a generic model such as e.g. UiTreeNodeModel rather than being forced to implement your own custom model. Such generic models are provided by this package.
Skip navigation links

Copyright © 2001–2016 mmm-Team. All rights reserved.