Package | Description |
---|---|
net.sf.mmm.client.ui.api.event |
Contains the event API of the client UI.
|
net.sf.mmm.client.ui.api.widget.core |
Contains the API for core widgets.
|
net.sf.mmm.client.ui.api.widget.panel |
Contains the API for panel widgets.
|
net.sf.mmm.client.ui.base.widget.core |
Contains the base implementation for core widgets.
|
net.sf.mmm.client.ui.base.widget.panel |
Contains the base implementation for panel widgets.
|
net.sf.mmm.client.ui.impl.gwt.widget.core |
Contains the implementation for core widgets using GWT.
|
net.sf.mmm.client.ui.impl.gwt.widget.panel |
Contains the implementation for panel widgets using GWT.
|
net.sf.mmm.client.ui.impl.test.widget.core |
Contains the test implementation of core widgets.
|
Modifier and Type | Field and Description |
---|---|
private UiFeatureCollapse |
UiEventCollapseOrExpand.source |
Modifier and Type | Method and Description |
---|---|
UiFeatureCollapse |
UiEventCollapseOrExpand.getSource() |
Constructor and Description |
---|
UiEventCollapse(UiFeatureCollapse source,
boolean programmatic)
The constructor.
|
UiEventCollapseOrExpand(UiFeatureCollapse source,
boolean programmatic)
The constructor.
|
UiEventExpand(UiFeatureCollapse source,
boolean programmatic)
The constructor.
|
Modifier and Type | Interface and Description |
---|---|
interface |
UiWidgetCollapsableSection
This is the interface for a
regular widget that represents a
collapsable section. |
Modifier and Type | Interface and Description |
---|---|
interface |
UiWidgetCollapsableBorderPanel
This is the interface for a
border panel that can be
collapsed and expanded . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractUiWidgetCollapsableSection<ADAPTER extends UiWidgetAdapterCollapsableSection>
This is the abstract base implementation of
UiWidgetCollapsableSection . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractUiWidgetCollapsableBorderPanel<ADAPTER extends UiWidgetAdapterCollapsableBorderPanel>
This is the abstract base implementation of
UiWidgetCollapsableBorderPanel . |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetCollapsableSectionGwt
This is the implementation of
UiWidgetCollapsableSection using GWT. |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetCollapsableBorderPanelGwt
This is the implementation of
UiWidgetBorderPanel using GWT. |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetCollapsableSectionTestImpl
This is the implementation of
UiWidgetCollapsableSection using GWT. |
Copyright © 2001–2016 mmm-Team. All rights reserved.