Package | Description |
---|---|
net.sf.mmm.client.ui.api.widget.complex |
Contains the API for complex widgets.
|
net.sf.mmm.client.ui.api.widget.core |
Contains the API for core widgets.
|
net.sf.mmm.client.ui.api.widget.factory |
Contains the API for widget factories.
|
net.sf.mmm.client.ui.api.widget.field |
Contains the API for field widgets.
|
net.sf.mmm.client.ui.api.widget.media |
Contains the API for media widgets.
|
net.sf.mmm.client.ui.api.widget.menu |
Contains the API for menu widgets.
|
net.sf.mmm.client.ui.api.widget.panel |
Contains the API for panel widgets.
|
net.sf.mmm.client.ui.api.widget.window |
Contains the API for window widgets.
|
net.sf.mmm.client.ui.base.widget |
Contains the base implementation for widgets.
|
net.sf.mmm.client.ui.base.widget.complex |
Contains the base implementation for complex widgets.
|
net.sf.mmm.client.ui.base.widget.core |
Contains the base implementation for core widgets.
|
net.sf.mmm.client.ui.base.widget.custom.complex |
Contains the API for complex custom widgets.
|
net.sf.mmm.client.ui.base.widget.custom.core |
Contains the API for custom core widgets.
|
net.sf.mmm.client.ui.base.widget.custom.window |
Contains the API for custom window widgets.
|
net.sf.mmm.client.ui.base.widget.factory |
Contains the API and default implementations of factories for widgets.
|
net.sf.mmm.client.ui.base.widget.field |
Contains the base implementation for field widgets.
|
net.sf.mmm.client.ui.base.widget.menu |
Contains the base implementation for menu widgets.
|
net.sf.mmm.client.ui.base.widget.panel |
Contains the base implementation for panel widgets.
|
net.sf.mmm.client.ui.base.widget.window |
Contains the base implementation for window widgets.
|
net.sf.mmm.client.ui.impl.gwt.widget.complex |
Contains the implementation for complex widgets using GWT.
|
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.field |
Contains the implementation for field widgets using GWT.
|
net.sf.mmm.client.ui.impl.gwt.widget.menu |
Contains the implementation for menu 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.gwt.widget.window |
Contains the implementation for window widgets using GWT.
|
net.sf.mmm.client.ui.impl.test.widget.complex |
Contains the test implementation of complex widgets.
|
net.sf.mmm.client.ui.impl.test.widget.core |
Contains the test implementation of core widgets.
|
net.sf.mmm.client.ui.impl.test.widget.field |
Contains the test implementation of field widgets.
|
net.sf.mmm.client.ui.impl.test.widget.menu |
Contains the test implementation of menu widgets.
|
net.sf.mmm.client.ui.impl.test.widget.panel |
Contains the test implementation of panel widgets.
|
net.sf.mmm.client.ui.impl.test.widget.window |
Contains the test implementation of window widgets.
|
Modifier and Type | Interface and Description |
---|---|
interface |
UiWidgetListTable<ROW>
This is the interface for a normal
list table widget . |
interface |
UiWidgetOptionListTable<ROW>
This is the interface for an
option -based list
table widget . |
interface |
UiWidgetTree<NODE>
This is the interface for a
tree based widget that represents a regular
tree. |
interface |
UiWidgetTreeTable<NODE>
This is the interface for a
regular widget that is
both a list table as well as a UiWidgetAbstractTree . |
Modifier and Type | Interface and Description |
---|---|
interface |
UiWidgetButton
This is the interface for an regular
button . |
interface |
UiWidgetButtonSeparator
This is the interface for an
regular widget that represents a
button separator. |
interface |
UiWidgetCollapsableSection
This is the interface for a
regular widget that represents a
collapsable section. |
interface |
UiWidgetImage
This is the interface for a
regular widget that represents an image . |
interface |
UiWidgetLabel
This is the interface for a
regular widget that represents a label. |
interface |
UiWidgetLink
This is the interface for an
regular widget that represents a hyperlink. |
interface |
UiWidgetSection
This is the interface for a
regular widget that represents a section. |
interface |
UiWidgetSlot
This is the interface for a
single composite widget that represents
a slot . |
interface |
UiWidgetTab
This is the interface for a
single composite widget that represents
a single tab . |
interface |
UiWidgetToggleButton
This is the interface for an
regular widget that represents a
toggle button. |
Modifier and Type | Interface and Description |
---|---|
interface |
UiSingleWidgetFactoryNative<WIDGET extends UiWidgetNative>
|
Modifier and Type | Method and Description |
---|---|
<WIDGET extends UiWidgetNative> |
AbstractUiWidgetFactoryNative.create(Class<WIDGET> widgetInterface)
This method creates a new
UiWidget instance of the given type (
widgetInterface ). |
Modifier and Type | Interface and Description |
---|---|
interface |
UiWidgetCheckboxesField<VALUE>
This is the interface for a
options field widget that represents a a set of
radio buttons. |
interface |
UiWidgetCheckboxField
This is the interface for a
field widget that represents a checkbox. |
interface |
UiWidgetCodeAreaField
This is the interface for a
input field widget that represents a text
area field for editing source code. |
interface |
UiWidgetColorField
This is the interface for a
field widget that allows to display and enter a value of
the type Color . |
interface |
UiWidgetComboboxField<VALUE>
This is the interface for a
options field widget that represents a
combobox. |
interface |
UiWidgetDateField
This is the abstract interface for a
input field widget that represents a
date field. |
interface |
UiWidgetDoubleField
This is the interface for a
input field widget that represents a Double
field. |
interface |
UiWidgetFileField
This is the interface for a
field widget that represents a
file upload and download. |
interface |
UiWidgetInstantField
This is the interface for a
input field widget that allows to display and
enter a value of the type Instant with day, month and year as well as the time in hours, minutes
and seconds. |
interface |
UiWidgetIntegerField
This is the interface for a
input field widget that represents an Integer
field. |
interface |
UiWidgetIntegerSliderField
This is the interface for a
field widget that represents an Integer slider field. |
interface |
UiWidgetListBoxField<VALUE>
This is the interface for a
options field widget that represents a
list box. |
interface |
UiWidgetLocalDateField
This is the interface for a
textual input field that allows to display
and enter a value of the type LocalDate with day, month and year but without any time-related
information. |
interface |
UiWidgetLocalTimeField
This is the interface for a
textual input field that allows to display
and enter a value of the type LocalTime with hours, minutes and seconds. |
interface |
UiWidgetLongField
This is the interface for a
input field widget that represents a Long
field. |
interface |
UiWidgetPasswordField
This is the interface for a
input field widget representing a password
field. |
interface |
UiWidgetRadioButtonsField<VALUE>
This is the interface for a
options field widget that represents a a set of
radio buttons. |
interface |
UiWidgetRadioButtonsVerticalField<VALUE>
This is the interface for a
radio buttons widget where the actual options (radios)
are aligned vertically from top to the bottom. |
interface |
UiWidgetRichTextField
This is the interface for a
input field widget that represents a rich text area
field. |
interface |
UiWidgetTextAreaField
This is the interface for a
input field widget that represents a text
area field. |
interface |
UiWidgetTextField
This is the interface for a
input field widget that represents a text
field. |
Modifier and Type | Interface and Description |
---|---|
interface |
UiWidgetMediaAudio
This is the interface for a
media-player widget that plays audio tracks. |
interface |
UiWidgetMediaPlayer
This is the abstract interface for a
composite widget that represents a
media-player. |
interface |
UiWidgetMediaVideo
This is the interface for a
media-player widget that plays videos (movies). |
Modifier and Type | Interface and Description |
---|---|
interface |
UiWidgetMenu
This is the interface for a
dynamic composite widget that represents a
menu. |
interface |
UiWidgetMenuBar
This is the interface for a
composite widget that represents a
menu bar. |
interface |
UiWidgetMenuItemCheckbox
|
interface |
UiWidgetMenuItemClickable
This is the interface for a normal
menu item widget . |
interface |
UiWidgetMenuItemRadioButton
This is the interface for a
menu item widget that has a label
and additionally a radio button. |
interface |
UiWidgetMenuItemSeparator
This is the interface for a
menu item widget that acts as a separator. |
Modifier and Type | Interface and Description |
---|---|
interface |
UiWidgetBorderPanel
This is the interface for a normal
border panel . |
interface |
UiWidgetButtonGroup
This is the interface for a lightweight
dynamic panel that groups a number of
buttons that have a related functionality (e.g. |
interface |
UiWidgetButtonPanel
This is the interface for a
button container that shows a number of
buttons horizontally (e.g. |
interface |
UiWidgetCollapsableBorderPanel
This is the interface for a
border panel that can be
collapsed and expanded . |
interface |
UiWidgetGridCell
This is the interface for a
single composite that represents the
cell of a UiWidgetGridRow . |
interface |
UiWidgetGridPanel
This is the interface for a
dynamic panel that represents a flexible grid. |
interface |
UiWidgetGridRow
This is the interface for a a
dynamic panel that represents a row of a
UiWidgetGridPanel and consists of cells . |
interface |
UiWidgetHorizontalPanel
This is the interface for a
UiWidgetPanel that shows its children
horizontally from the left to the right. |
interface |
UiWidgetHorizontalSplitPanel
This is the interface for a
split panel that shows its children with horizontal orientation from the left to the right. |
interface |
UiWidgetSwitchPanel
|
interface |
UiWidgetTabPanel
This is the interface for a
panel widget that represents a tab panel . |
interface |
UiWidgetToolbar
This is the interface for a
button container that represents a
toolbar. |
interface |
UiWidgetVerticalPanel
This is the interface for a
UiWidgetPanel that shows its children vertically
from the top to the bottom. |
interface |
UiWidgetVerticalSplitPanel
This is the interface for a
split panel that shows its children with vertical orientation from the top to the bottom. |
Modifier and Type | Interface and Description |
---|---|
interface |
UiWidgetPopup
This is the interface for a
base window widget that represents a
popup window. |
interface |
UiWidgetWindow
This is the interface for a
base window widget that represents a regular
window. |
Modifier and Type | Field and Description |
---|---|
private Map<Class<? extends UiWidgetNative>,UiSingleWidgetFactoryNative<?>> |
AbstractUiWidgetFactoryNative.interface2subFactoryMap |
Modifier and Type | Method and Description |
---|---|
<WIDGET extends UiWidgetNative> |
AbstractUiWidgetFactoryNative.create(Class<WIDGET> widgetInterface)
This method creates a new
UiWidget instance of the given type (
widgetInterface ). |
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 . |
class |
AbstractUiWidgetTree<ADAPTER extends UiWidgetAdapterTree<NODE>,NODE>
This is the abstract base implementation of
UiWidgetAbstractListTable . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractUiWidgetButton<ADAPTER extends UiWidgetAdapterButton>
This is the abstract base implementation of
UiWidgetButton . |
class |
AbstractUiWidgetCollapsableSection<ADAPTER extends UiWidgetAdapterCollapsableSection>
This is the abstract base implementation of
UiWidgetCollapsableSection . |
class |
AbstractUiWidgetImage<ADAPTER extends UiWidgetAdapterImage>
This is the abstract base implementation of
UiWidgetImage . |
class |
AbstractUiWidgetLabel<ADAPTER extends UiWidgetAdapterLabel>
This is the abstract base implementation of
UiWidgetLabel . |
class |
AbstractUiWidgetLink<ADAPTER extends UiWidgetAdapterLink>
This is the abstract base implementation of
UiWidgetLink . |
class |
AbstractUiWidgetSection<ADAPTER extends UiWidgetAdapterSection>
This is the abstract base implementation of
UiWidgetSection . |
class |
AbstractUiWidgetSlot<ADAPTER extends UiWidgetAdapterSlot>
This is the abstract base implementation of
UiWidgetSlot . |
class |
AbstractUiWidgetTab<ADAPTER extends UiWidgetAdapterTab>
This is the abstract base implementation of
UiWidgetTab . |
class |
AbstractUiWidgetToggleButton<ADAPTER extends UiWidgetAdapterToggleButton>
This is the abstract base implementation of
UiWidgetToggleButton . |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetCustomListTable<ROW>
This is the abstract base class for a
custom
widget implementing UiWidgetListTable . |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetCustomButton
This is the abstract base class for a
atomic custom widget that adapts
a UiWidgetButton . |
class |
UiWidgetCustomButtonSave
This is a
UiWidgetCustomButton for the
save operation. |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetCustomPopup
This is the abstract base class for a
custom
widget implementing UiWidgetPopup . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractUiSingleWidgetFactoryNative<WIDGET extends UiWidgetNative>
This is the abstract base implementation of the
UiSingleWidgetFactory interface. |
Modifier and Type | Method and Description |
---|---|
<WIDGET extends UiWidgetNative> |
AbstractUiWidgetFactory.create(Class<WIDGET> widgetInterface)
This method creates a new
UiWidget instance of the given type (
widgetInterface ). |
Modifier and Type | Class and Description |
---|---|
class |
AbstractUiWidgetMenu<ADAPTER extends UiWidgetAdapterMenu>
This is the abstract base implementation of
UiWidgetMenu . |
class |
AbstractUiWidgetMenuBar<ADAPTER extends UiWidgetAdapterMenuBar>
This is the abstract base implementation of
UiWidgetMenu . |
class |
AbstractUiWidgetMenuItemClickable<ADAPTER extends UiWidgetAdapterMenuItemClickable>
This is the abstract base implementation of
UiWidgetMenuItemClickable . |
class |
AbstractUiWidgetMenuItemSeparator<ADAPTER extends UiWidgetAdapterMenuItemSeparator>
This is the abstract base implementation of
UiWidgetMenuItemSeparator . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractUiWidgetPopup<ADAPTER extends UiWidgetAdapterPopup>
This is the abstract base implementation of
UiWidgetPopup . |
class |
AbstractUiWidgetWindow<ADAPTER extends UiWidgetAdapterWindow>
This is the abstract base implementation of
UiWidgetWindow . |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetListTableGwt<ROW>
This is the implementation of
UiWidgetListTable using GWT. |
class |
UiWidgetTreeGwt<NODE>
This is the implementation of
UiWidgetTree using GWT. |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetButtonGwt
This is the implementation of
UiWidgetButton using GWT. |
class |
UiWidgetCollapsableSectionGwt
This is the implementation of
UiWidgetCollapsableSection using GWT. |
class |
UiWidgetImageGwt
This is the implementation of
UiWidgetImage using GWT. |
class |
UiWidgetLabelGwt
This is the implementation of
UiWidgetLabel using GWT. |
class |
UiWidgetLinkGwt
This is the implementation of
UiWidgetLink using GWT. |
class |
UiWidgetSectionGwt
This is the implementation of
UiWidgetSection using GWT. |
class |
UiWidgetSlotGwt
This is the implementation of
UiWidgetSlot using GWT. |
class |
UiWidgetTabGwt
This is the implementation of
UiWidgetTab using GWT. |
class |
UiWidgetToggleButtonGwt
This is the implementation of
UiWidgetToggleButton using GWT. |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetMenuBarGwt
This is the implementation of
UiWidgetMenuBar using GWT. |
class |
UiWidgetMenuGwt
This is the implementation of
UiWidgetMenu using GWT. |
class |
UiWidgetMenuItemClickableGwt
This is the implementation of
UiWidgetMenuItemClickable using GWT. |
class |
UiWidgetMenuItemSeparatorGwt
This is the implementation of
UiWidgetMenuItemSeparator using GWT. |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetBorderPanelGwt
This is the implementation of
UiWidgetBorderPanel using GWT. |
class |
UiWidgetButtonGroupGwt
This is the implementation of
UiWidgetButtonGroup using GWT. |
class |
UiWidgetButtonPanelGwt
This is the implementation of
UiWidgetButtonPanel using GWT. |
class |
UiWidgetCollapsableBorderPanelGwt
This is the implementation of
UiWidgetBorderPanel using GWT. |
class |
UiWidgetGridCellGwt
This is the implementation of
UiWidgetGridCell using GWT. |
class |
UiWidgetGridPanelGwt
This is the implementation of
UiWidgetGridPanel using GWT. |
class |
UiWidgetGridRowGwt
This is the implementation of
UiWidgetGridRow using GWT. |
class |
UiWidgetHorizontalPanelGwt
This is the implementation of
UiWidgetHorizontalPanel using GWT. |
class |
UiWidgetHorizontalSplitPanelGwt
This is the implementation of
UiWidgetHorizontalSplitPanel using GWT. |
class |
UiWidgetTabPanelGwt
This is the implementation of
UiWidgetTabPanel using GWT based on
UiWidgetAdapterGwtTabLayoutPanel . |
class |
UiWidgetToolbarGwt
This is the implementation of
UiWidgetToolbar using GWT. |
class |
UiWidgetVerticalPanelGwt
This is the implementation of
UiWidgetVerticalPanel using GWT. |
class |
UiWidgetVerticalSplitPanelGwt
This is the implementation of
UiWidgetVerticalSplitPanel using GWT. |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetPopupGwt
This is the implementation of
UiWidgetPopup using GWT. |
class |
UiWidgetWindowGwt
This is the implementation of
UiWidgetWindow using GWT. |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetTreeTestImpl<NODE>
This is the implementation of
UiWidgetTree using GWT. |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetButtonTestImpl
This is the implementation of
UiWidgetButton using GWT. |
class |
UiWidgetCollapsableSectionTestImpl
This is the implementation of
UiWidgetCollapsableSection using GWT. |
class |
UiWidgetImageTestImpl
This is the implementation of
UiWidgetImage using GWT. |
class |
UiWidgetLabelTestImpl
This is the implementation of
UiWidgetLabel using GWT. |
class |
UiWidgetLinkTestImpl
This is the implementation of
UiWidgetLink using GWT. |
class |
UiWidgetSectionTestImpl
This is the implementation of
UiWidgetSection using GWT. |
class |
UiWidgetSlotTestImpl
This is the implementation of
UiWidgetSlot using GWT. |
class |
UiWidgetTabTestImpl
This is the implementation of
UiWidgetTab using GWT. |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetCheckboxFieldTestImpl
This is the implementation of
UiWidgetCheckboxField for testing without a native toolkit. |
class |
UiWidgetCodeAreaFieldTestImpl
This is the implementation of
UiWidgetCodeAreaField for testing without a native toolkit. |
class |
UiWidgetColorFieldTestImpl
This is the implementation of
UiWidgetColorField for testing without a native toolkit. |
class |
UiWidgetComboboxFieldTestImpl<VALUE>
This is an implementation of
UiWidgetComboboxField for testing without a native toolkit. |
class |
UiWidgetDateFieldTestImpl
This is the implementation of
UiWidgetDateField for testing without a native toolkit. |
class |
UiWidgetDoubleFieldTestImpl
This is the implementation of
UiWidgetDoubleField for testing without a native toolkit. |
class |
UiWidgetFileFieldTestImpl
This is the implementation of
UiWidgetFileField for testing without a native toolkit. |
class |
UiWidgetIntegerFieldTestImpl
This is the implementation of
UiWidgetIntegerField for testing without a native toolkit. |
class |
UiWidgetIntegerSliderFieldTestImpl
This is the implementation of
UiWidgetIntegerSliderField for testing without a native toolkit. |
class |
UiWidgetLocalDateFieldTestImpl
This is the implementation of
UiWidgetLocalDateField for testing without a native toolkit. |
class |
UiWidgetLocalTimeFieldTestImpl
This is the implementation of
UiWidgetLocalTimeField for testing without a native toolkit. |
class |
UiWidgetLongFieldTestImpl
This is the implementation of
UiWidgetLongField for testing without a native toolkit. |
class |
UiWidgetPasswordFieldTestImpl
This is the implementation of
UiWidgetPasswordField for testing without a native toolkit. |
class |
UiWidgetRadioButtonsTestImpl<VALUE>
This is the implementation of
UiWidgetRadioButtonsField for testing without a native toolkit. |
class |
UiWidgetRadioButtonsVerticalFieldTestImpl<VALUE>
This is the implementation of
UiWidgetRadioButtonsVerticalField for testing without a native
toolkit. |
class |
UiWidgetRichTextFieldTestImpl
This is the implementation of
UiWidgetRichTextField for testing without a native toolkit. |
class |
UiWidgetTextAreaFieldTestImpl
This is the implementation of
UiWidgetTextAreaField for testing without a native toolkit. |
class |
UiWidgetTextFieldTestImpl
This is the implementation of
UiWidgetTextField for testing without a native toolkit. |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetMenuBarTestImpl
This is the implementation of
UiWidgetMenuBar for testing without a native toolkit. |
class |
UiWidgetMenuItemClickableTestImpl
This is the implementation of
UiWidgetMenuItemClickable using GWT. |
class |
UiWidgetMenuItemSeparatorTestImpl
This is the implementation of
UiWidgetMenuItemSeparator using GWT. |
class |
UiWidgetMenuTestImpl
This is the implementation of
UiWidgetMenu for testing without a native toolkit. |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetBorderPanelTestImpl
This is the implementation of
UiWidgetBorderPanel using GWT. |
class |
UiWidgetGridCellTestImpl
This is the implementation of
UiWidgetGridCell using GWT. |
class |
UiWidgetGridPanelTestImpl
This is the implementation of
UiWidgetGridPanel using GWT. |
class |
UiWidgetGridRowTestImpl
This is the implementation of
UiWidgetGridRow using GWT. |
class |
UiWidgetHorizontalPanelTestImpl
This is the implementation of
UiWidgetHorizontalPanel for testing without a native toolkit. |
class |
UiWidgetTabPanelTestImpl
This is the implementation of
UiWidgetTabPanel for testing without a native toolkit. |
class |
UiWidgetVerticalPanelTestImpl
This is the implementation of
UiWidgetVerticalPanel for testing without a native toolkit. |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetPopupTestImpl
This is the implementation of
UiWidgetPopup using GWT. |
Copyright © 2001–2016 mmm-Team. All rights reserved.