Package | Description |
---|---|
net.sf.mmm.client.ui.api.attribute |
Contains abstract interfaces for common attributes of UI objects.
|
net.sf.mmm.client.ui.api.widget.core |
Contains the API for core widgets.
|
net.sf.mmm.client.ui.base.widget.core |
Contains the base implementation for core widgets.
|
net.sf.mmm.client.ui.impl.gwt.widget.core |
Contains the implementation for core widgets using GWT.
|
net.sf.mmm.client.ui.impl.test.widget.core |
Contains the test implementation of core widgets.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AttributeReadImage<IMAGE extends AbstractImage>
This interface gives read access to the
image attribute of an object. |
interface |
AttributeWriteImage<IMAGE extends AbstractImage>
This interface gives read and write access to the
image of an object. |
Modifier and Type | Interface and Description |
---|---|
interface |
UiWidgetImage
This is the interface for a
regular widget that represents an image . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractUiWidgetImage<ADAPTER extends UiWidgetAdapterImage>
This is the abstract base implementation of
UiWidgetImage . |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetImageGwt
This is the implementation of
UiWidgetImage using GWT. |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetImageTestImpl
This is the implementation of
UiWidgetImage using GWT. |
Copyright © 2001–2016 mmm-Team. All rights reserved.