Package | Description |
---|---|
net.sf.mmm.client.ui.api.attribute |
Contains abstract interfaces for common attributes of UI objects.
|
net.sf.mmm.client.ui.api.dialog |
Contains the API for dialog management of an application client.
|
net.sf.mmm.client.ui.api.media |
Contains the media API of the client UI.
|
net.sf.mmm.client.ui.api.widget.complex |
Contains the API for complex widgets.
|
net.sf.mmm.client.ui.api.widget.field |
Contains the API for field widgets.
|
net.sf.mmm.client.ui.api.widget.window |
Contains the API for window widgets.
|
net.sf.mmm.client.ui.base.dialog |
Contains the base implementation of the Client Dialog API.
|
net.sf.mmm.client.ui.base.dialog.main |
Contains the base implementation for main dialogs.
|
net.sf.mmm.client.ui.base.dialog.navigation |
Contains the base implementation for the (default) navigation dialog.
|
net.sf.mmm.client.ui.base.dialog.page |
Contains the base implementation of the page dialog.
|
net.sf.mmm.client.ui.base.dialog.root |
Contains the base implementation of the root dialog.
|
net.sf.mmm.client.ui.base.widget.adapter |
Contains the adapters for widgets.
|
net.sf.mmm.client.ui.base.widget.complex |
Contains the base implementation for complex widgets.
|
net.sf.mmm.client.ui.base.widget.complex.adapter |
Contains the adapters for complex 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.window |
Contains the API for custom window widgets.
|
net.sf.mmm.client.ui.base.widget.field |
Contains the base implementation for field widgets.
|
net.sf.mmm.client.ui.base.widget.field.adapter |
Contains the adapters for field widgets.
|
net.sf.mmm.client.ui.base.widget.window |
Contains the base implementation for window widgets.
|
net.sf.mmm.client.ui.base.widget.window.adapter |
Contains the adapters for window widgets.
|
net.sf.mmm.client.ui.impl.gwt.widget.adapter |
Contains the implementation for widget adapters using GWT.
|
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.complex.adapter |
Contains the implementation for complex widget adapters using GWT.
|
net.sf.mmm.client.ui.impl.gwt.widget.core.adapter |
Contains the implementation for core widget adapters 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.field.adapter |
Contains the implementation for field widget adapters using GWT.
|
net.sf.mmm.client.ui.impl.gwt.widget.menu.adapter |
Contains the implementation for menu widget adapters using GWT.
|
net.sf.mmm.client.ui.impl.gwt.widget.panel.adapter |
Contains the implementation for panel widget adapters 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.gwt.widget.window.adapter |
Contains the implementation for window widget adapters using GWT.
|
net.sf.mmm.client.ui.impl.test.widget.adapter |
Contains the test implementation of widget adapters.
|
net.sf.mmm.client.ui.impl.test.widget.complex |
Contains the test implementation of complex widgets.
|
net.sf.mmm.client.ui.impl.test.widget.complex.adapter |
Contains the test implementation of adapters for complex 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.field.adapter |
Contains the test implementation of adapters for field widgets.
|
net.sf.mmm.client.ui.impl.test.widget.menu.adapter |
Contains the test implementation of adapters for menu widgets.
|
net.sf.mmm.client.ui.impl.test.widget.panel.adapter |
Contains the test implementation of adapters for panel widgets.
|
net.sf.mmm.client.ui.impl.test.widget.window |
Contains the test implementation of window widgets.
|
net.sf.mmm.search.engine.api.config |
Contains the API of configurations for the search-engine.
|
net.sf.mmm.search.engine.base.config |
Contains the base-implementation of configurations for the search-engine.
|
net.sf.mmm.search.view.api |
Contains the API of the view for the search.
|
net.sf.mmm.search.view.base |
Contains the base-implementation of the view for the search.
|
net.sf.mmm.util.lang.api.attribute |
Contains abstract interfaces for common attributes of objects.
|
net.sf.mmm.util.pojo.path.api |
Provides the API for navigating a
PojoPath . |
Modifier and Type | Interface and Description |
---|---|
interface |
AttributeReadStringTitle
This interface gives read access to the
title of an object. |
interface |
AttributeWriteStringTitle
This interface gives read and write access to the
title of an object. |
Modifier and Type | Interface and Description |
---|---|
interface |
AbstractDialog
This is the abstract base interface for a dialog or screen of the client application.
|
interface |
Dialog
This is the interface for a dialog of the client application.
|
interface |
PopupDialog
This is the interface for a
PopupDialog that displays itself on top of a Dialog . |
Modifier and Type | Interface and Description |
---|---|
interface |
AudioDescriptor
This is the interface for a
MediaDescriptor of an audio-track. |
interface |
MediaDescriptor
This is the abstract interface for a descriptor of multi-media-data.
|
interface |
VideoDescriptor
This is the interface for a
MediaDescriptor of a video stream. |
Modifier and Type | Class and Description |
---|---|
class |
AudioDescriptorBean
This is the implementation of
AudioDescriptor as a simple java bean. |
class |
MediaDescriptorBean
This is the abstract base implementation of
MediaDescriptor as java bean. |
class |
VideoDescriptorBean
This is the implementation of
MediaDescriptorBean as a simple java bean. |
Modifier and Type | Interface and Description |
---|---|
interface |
UiWidgetAbstractDataSet<ITEM>
This is the abstract interface for a
regular widget
that is used to present complex data sets. |
interface |
UiWidgetAbstractDataTable<ROW>
This is the abstract interface for a
data set widget that represents a
data table. |
interface |
UiWidgetAbstractListTable<ROW>
This is the abstract interface for a
data table widget that represents a
list table. |
interface |
UiWidgetAbstractTree<NODE>
This is the interface for a
data set widget that represents a tree
widget. |
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 |
UiWidgetTableColumn<ROW,CELL>
|
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 |
UiWidgetCheckboxField
This is the interface for a
field widget that represents a checkbox. |
Modifier and Type | Interface and Description |
---|---|
interface |
UiWidgetAbstractDialogWindow
This is the abstract base interface for a
window widget that represents a
dialog window. |
interface |
UiWidgetAbstractWindow
This is the abstract base interface for a
dynamic composite widget that
represents a window. |
interface |
UiWidgetMainWindow
This is the interface for a
base window widget that represents a
main window. |
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 | Class and Description |
---|---|
class |
AbstractDialogController<VIEW extends UiWidget>
This is the abstract base class for the controller of a
Dialog or
PopupDialog . |
class |
DialogController<VIEW extends UiWidget>
This is the abstract base class for the
controller of a Dialog . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractMainDialogController<VIEW extends UiWidgetRegular>
This is the abstract base implementation for the
DialogController of a
main dialog . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractNavigationDialogController<VIEW extends UiWidgetRegular>
This is the abstract base implementation for the
DialogController of a
navigation dialog . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPageDialogController<VIEW extends UiWidgetRegular & AttributeReadSlot>
This is the abstract base implementation for the
DialogController of the
page . |
Modifier and Type | Class and Description |
---|---|
class |
RootDialogController
This is the
DialogController for the root dialog. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractUiWidgetAdapter<WIDGET>
This is the abstract base implementation of
UiWidgetAdapter . |
class |
AbstractUiWidgetAdapterWithEvents<WIDGET,EVENT_ADAPTER extends AbstractEventAdapter>
This class extends
AbstractUiWidgetAdapter with #addEventHandler. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractUiWidgetAbstractDataSet<ADAPTER extends UiWidgetAdapterAbstractDataSet<ITEM>,VALUE,ITEM,ITEM_CONTAINER>
This is the abstract base implementation of
UiWidgetAbstractListTable . |
class |
AbstractUiWidgetAbstractDataTable<ADAPTER extends UiWidgetAdapterAbstractDataTable<ROW>,VALUE,ROW,ITEM_CONTAINER extends ItemContainer<ROW,ITEM_CONTAINER>>
This is the abstract base implementation of
UiWidgetAbstractDataTable . |
class |
AbstractUiWidgetAbstractListTable<ADAPTER extends UiWidgetAdapterAbstractListTable<ROW,ITEM_CONTAINER>,ROW,ITEM_CONTAINER extends ItemContainer<ROW,ITEM_CONTAINER>>
This is the abstract base implementation of
UiWidgetAbstractListTable . |
class |
AbstractUiWidgetListTable<ADAPTER extends UiWidgetAdapterListTable<ROW,ITEM_CONTAINER>,ROW,ITEM_CONTAINER extends ItemContainer<ROW,ITEM_CONTAINER>>
This is the base implementation of
UiWidgetListTable . |
class |
AbstractUiWidgetTableColumn<ADAPTER extends UiWidgetAdapterTableColumn,ROW,CELL>
This is the abstract base implementation of
UiWidgetTableColumn . |
class |
AbstractUiWidgetTree<ADAPTER extends UiWidgetAdapterTree<NODE>,NODE>
This is the abstract base implementation of
UiWidgetAbstractListTable . |
class |
UiWidgetTableColumnImpl<ROW,CELL>
This is the implementation of
UiWidgetTableColumn . |
Modifier and Type | Interface and Description |
---|---|
interface |
UiWidgetAdapterAbstractDataSet<ITEM>
This is the interface for a
UiWidgetAdapter adapting
AbstractUiWidgetAbstractDataSet . |
interface |
UiWidgetAdapterAbstractDataTable<ROW>
This is the interface for a
UiWidgetAdapter adapting
UiWidgetAbstractDataTable . |
interface |
UiWidgetAdapterAbstractListTable<ROW,ITEM_CONTAINER extends ItemContainer<ROW,?>>
This is the interface for a
UiWidgetAdapter adapting
UiWidgetAbstractListTable . |
interface |
UiWidgetAdapterListTable<ROW,ITEM_CONTAINER extends ItemContainer<ROW,?>>
This is the interface for a
UiWidgetAdapter adapting
UiWidgetListTable . |
interface |
UiWidgetAdapterTableColumn
This is the interface for a
UiWidgetAdapter adapting
UiWidgetAbstractListTable . |
interface |
UiWidgetAdapterTree<NODE>
This is the interface for a
UiWidgetAdapter adapting
UiWidgetAbstractListTable . |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetCustomAbstractListTable<ROW,DELEGATE extends UiWidgetAbstractListTable<ROW>>
This is the abstract base class for a
custom widget implementing
UiWidgetAbstractListTable . |
class |
UiWidgetCustomListTable<ROW>
This is the abstract base class for a
custom
widget implementing UiWidgetListTable . |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetCustomAbstractDialogWindow<DELEGATE extends UiWidgetAbstractDialogWindow>
This is the abstract base class for a
custom
widget implementing UiWidgetAbstractDialogWindow . |
class |
UiWidgetCustomAbstractWindow<DELEGATE extends UiWidgetAbstractWindow>
This is the abstract base class for a
custom
widget implementing UiWidgetAbstractWindow . |
class |
UiWidgetCustomPopup
This is the abstract base class for a
custom
widget implementing UiWidgetPopup . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractUiWidgetCheckboxField<ADAPTER extends UiWidgetAdapterCheckboxField>
This is the abstract base implementation of
UiWidgetCheckboxField . |
Modifier and Type | Interface and Description |
---|---|
interface |
UiWidgetAdapterCheckboxField
This is the interface for a
UiWidgetAdapter adapting
UiWidgetCheckboxField . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractUiWidgetAbstractDialogWindow<ADAPTER extends UiWidgetAdapterAbstractDialogWindow>
This is the abstract base implementation of
UiWidgetAbstractDialogWindow . |
class |
AbstractUiWidgetAbstractWindow<ADAPTER extends UiWidgetAdapterAbstractWindow>
This is the abstract base implementation of
UiWidgetAbstractWindow . |
class |
AbstractUiWidgetMainWindow<ADAPTER extends UiWidgetAdapterMainWindow>
This is the abstract base implementation of
UiWidgetMainWindow . |
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 | Interface and Description |
---|---|
interface |
UiWidgetAdapterAbstractDialogWindow
This is the interface for a
UiWidgetAdapter adapting
UiWidgetAbstractDialogWindow . |
interface |
UiWidgetAdapterAbstractWindow
This is the interface for a
UiWidgetAdapter adapting
UiWidgetAbstractWindow . |
interface |
UiWidgetAdapterMainWindow
This is the interface for a
UiWidgetAdapter adapting
UiWidgetMainWindow . |
interface |
UiWidgetAdapterPopup
This is the interface for a
UiWidgetAdapter adapting
UiWidgetPopup . |
interface |
UiWidgetAdapterWindow
This is the interface for a
UiWidgetAdapter adapting
UiWidgetWindow . |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetAdapterGwt<WIDGET extends com.google.gwt.user.client.ui.UIObject>
This is the implementation of
UiWidgetAdapter using GWT
based on UIObject . |
class |
UiWidgetAdapterGwtClickable<WIDGET extends com.google.gwt.user.client.ui.FocusWidget>
This is the implementation of
UiWidgetAdapterClickable using GWT based on FocusWidget . |
class |
UiWidgetAdapterGwtComposite<WIDGET extends com.google.gwt.user.client.ui.Widget,CHILD extends UiWidget>
This is the implementation of
UiWidgetAdapterComposite using GWT. |
class |
UiWidgetAdapterGwtDynamicComposite<WIDGET extends com.google.gwt.user.client.ui.Widget,CHILD extends UiWidget>
This is the implementation of
UiWidgetAdapterDynamicComposite using GWT. |
class |
UiWidgetAdapterGwtFocusWidget<WIDGET extends com.google.gwt.user.client.ui.FocusWidget>
This is the implementation of
UiWidgetAdapterActive using
GWT based on FocusWidget . |
class |
UiWidgetAdapterGwtPanel<WIDGET extends com.google.gwt.user.client.ui.Panel & com.google.gwt.user.client.ui.InsertPanel>
|
class |
UiWidgetAdapterGwtSingleComposite<WIDGET extends com.google.gwt.user.client.ui.Widget,CHILD extends UiWidget>
This is the implementation of
UiWidgetAdapterSingleComposite using GWT. |
class |
UiWidgetAdapterGwtSingleMutableComposite<WIDGET extends com.google.gwt.user.client.ui.Widget,CHILD extends UiWidget>
This is the implementation of
UiWidgetAdapterSingleMutableComposite using GWT. |
class |
UiWidgetAdapterGwtWidget<WIDGET extends com.google.gwt.user.client.ui.Widget>
This is the implementation of
UiWidgetAdapter using GWT
based on Widget . |
class |
UiWidgetAdapterGwtWidgetActive<WIDGET extends com.google.gwt.user.client.ui.Widget>
This is the implementation of
UiWidgetAdapterActive using GWT based on Widget . |
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 |
UiWidgetAdapterGwtAbstractDataTable<ROW>
This is the implementation of
UiWidgetAdapterAbstractDataTable using GWT based on FlowPanel
and TableWidget . |
class |
UiWidgetAdapterGwtAbstractListTable<ROW>
This is the implementation of
UiWidgetAdapterAbstractListTable using GWT. |
class |
UiWidgetAdapterGwtListTable<ROW>
This is the implementation of
UiWidgetAdapterListTable using GWT. |
class |
UiWidgetAdapterGwtTableColumn
This is the implementation of
UiWidgetAdapterTableColumn using GWT. |
class |
UiWidgetAdapterGwtTree<NODE>
This is the implementation of
UiWidgetAdapterTree using GWT based on Tree . |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetAdapterGwtButton
This is the implementation of
UiWidgetAdapterButton using GWT based on Button . |
class |
UiWidgetAdapterGwtCollapsableSection
This is the implementation of
UiWidgetAdapterCollapsableSection using GWT based on
FlowPanel . |
class |
UiWidgetAdapterGwtImage
This is the implementation of
UiWidgetAdapterImage using GWT based on Image . |
class |
UiWidgetAdapterGwtLabel
This is the implementation of
UiWidgetAdapterLabel using GWT based on LabelWidget . |
class |
UiWidgetAdapterGwtLink
This is the implementation of
UiWidgetAdapterLink using GWT based on Anchor . |
class |
UiWidgetAdapterGwtSection
This is the implementation of
UiWidgetAdapterSection using GWT based on Section . |
class |
UiWidgetAdapterGwtSlot
This is the implementation of
UiWidgetAdapterSlot using GWT based on FlowPanel . |
class |
UiWidgetAdapterGwtTab
This is the implementation of
UiWidgetAdapterTab using GWT based on HorizontalPanel . |
class |
UiWidgetAdapterGwtToggleButton
This is the implementation of
UiWidgetAdapterToggleButton using GWT based on
SimpleToggleButton . |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetCheckboxFieldGwt
This is the implementation of
UiWidgetCheckboxField using GWT based on
UiWidgetAdapterGwtCheckboxField . |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetAdapterGwtCheckboxField
This is the implementation of
UiWidgetAdapterCheckboxField using GWT based on
CheckBoxWithChangeHandlers . |
class |
UiWidgetAdapterGwtColorField
This is the implementation of
UiWidgetAdapterColorField using GWT based on ColorBox . |
class |
UiWidgetAdapterGwtComboBoxField<VALUE>
This is the implementation of
UiWidgetAdapterComboboxField using GWT based on a ComboBox
and a DataList . |
class |
UiWidgetAdapterGwtDateField
This is the implementation of
UiWidgetAdapterField
using GWT based on DateBox . |
class |
UiWidgetAdapterGwtDoubleField
This is the implementation of
UiWidgetAdapterField using GWT
based on DoubleSpinBox . |
class |
UiWidgetAdapterGwtField<WIDGET extends com.google.gwt.user.client.ui.Widget,VALUE,ADAPTER_VALUE>
This is the implementation of
UiWidgetAdapterField using GWT. |
class |
UiWidgetAdapterGwtFieldFocusWidget<WIDGET extends com.google.gwt.user.client.ui.FocusWidget & com.google.gwt.user.client.ui.HasValue<ADAPTER_VALUE> & com.google.gwt.event.dom.client.HasChangeHandlers,VALUE,ADAPTER_VALUE>
|
class |
UiWidgetAdapterGwtFieldFocusWidgetBase<WIDGET extends com.google.gwt.user.client.ui.FocusWidget & com.google.gwt.event.dom.client.HasChangeHandlers,VALUE,ADAPTER_VALUE>
This is the implementation of
UiWidgetAdapterField
using GWT based on FocusWidget and HasChangeHandlers . |
class |
UiWidgetAdapterGwtFieldValueBox<WIDGET extends com.google.gwt.user.client.ui.ValueBox<ADAPTER_VALUE>,VALUE,ADAPTER_VALUE>
This is the implementation of
UiWidgetAdapterField using GWT
based on ValueBox . |
class |
UiWidgetAdapterGwtFieldValueBoxBase<WIDGET extends com.google.gwt.user.client.ui.ValueBoxBase<ADAPTER_VALUE>,VALUE,ADAPTER_VALUE>
This is the implementation of
UiWidgetAdapterField
using GWT based on ValueBoxBase . |
class |
UiWidgetAdapterGwtFileField
This is the implementation of
UiWidgetAdapterFileField using GWT based on FileUpload . |
class |
UiWidgetAdapterGwtIntegerField
This is the implementation of
UiWidgetAdapterIntegerField using GWT based on IntegerSpinBox . |
class |
UiWidgetAdapterGwtIntegerSliderField
This is the implementation of
UiWidgetAdapterField using GWT
based on IntegerRangeBox . |
class |
UiWidgetAdapterGwtListBoxCombo<VALUE>
This is the implementation of
UiWidgetAdapterOptionsField using GWT based on ListBox to
build a simple combobox. |
class |
UiWidgetAdapterGwtLocalDateField
This is the implementation of
UiWidgetAdapterLocalDateField using GWT based on LocalDateBox
. |
class |
UiWidgetAdapterGwtLocalTimeField
This is the implementation of
UiWidgetAdapterLocalTimeField using GWT based on LocalTimeBox
. |
class |
UiWidgetAdapterGwtLongField
This is the implementation of
UiWidgetAdapterLongField using GWT based on LongSpinBox . |
class |
UiWidgetAdapterGwtNumberField<WIDGET extends NumberBox<VALUE>,VALUE extends Number>
This is the implementation of
UiWidgetAdapterField
using GWT based on NumberBox . |
class |
UiWidgetAdapterGwtPasswordField
This is the implementation of
UiWidgetAdapterField
using GWT based on PasswordTextBox . |
class |
UiWidgetAdapterGwtRadioButtons<VALUE>
This is the base implementation of
UiWidgetAdapterRadioButtonsField using GWT based on a
ComplexPanel and RadioButton s. |
class |
UiWidgetAdapterGwtRadioButtonsHorizontal<VALUE>
This is the implementation of
UiWidgetAdapterOptionsField using GWT based on
HorizontalPanel and RadioButton s. |
class |
UiWidgetAdapterGwtRadioButtonsVertical<VALUE>
This is the implementation of
UiWidgetAdapterOptionsField using GWT based on
VerticalPanel and RadioButton s. |
class |
UiWidgetAdapterGwtRichTextField
This is the implementation of
UiWidgetAdapterRichTextField using GWT based on RichTextArea . |
class |
UiWidgetAdapterGwtTextAreaBase<WIDGET extends com.google.gwt.user.client.ui.FocusWidget & com.google.gwt.user.client.ui.HasValue<String> & com.google.gwt.event.dom.client.HasChangeHandlers>
This is the implementation of
UiWidgetAdapterTextAreaFieldBase using GWT based on
FocusWidget and HasValue . |
class |
UiWidgetAdapterGwtTextAreaField
This is the implementation of
UiWidgetAdapterTextAreaField using GWT based on TextArea . |
class |
UiWidgetAdapterGwtTextBoxBase<WIDGET extends com.google.gwt.user.client.ui.TextBox,VALUE>
This is the implementation of
UiWidgetAdapterField
using GWT based on TextBox . |
class |
UiWidgetAdapterGwtTextField
This is the implementation of
UiWidgetAdapterField
using GWT based on TextBox . |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetAdapterGwtMenu
|
class |
UiWidgetAdapterGwtMenuBar
This is the implementation of
UiWidgetAdapterDynamicComposite using GWT based on
MenuBar . |
class |
UiWidgetAdapterGwtMenuItem
This is the implementation of
UiWidgetAdapterMenuItemClickable using GWT based on MenuItem . |
class |
UiWidgetAdapterGwtMenuItemBase
This is the abstract base implementation of
UiWidgetAdapter using GWT based on MenuItem . |
class |
UiWidgetAdapterGwtMenuItemSeparator
This is the implementation of
UiWidgetAdapterMenuItemSeparator using GWT based on
MenuItemSeparator . |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetMainWindowGwt
This is the implementation of
UiWidgetMainWindow using GWT. |
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 |
UiWidgetAdapterGwtAbstractDialogWindow
This is the implementation of
UiWidgetAdapterAbstractDialogWindow using GWT based
on PopupWindow . |
class |
UiWidgetAdapterGwtAbstractWindow<WIDGET extends com.google.gwt.user.client.ui.Panel>
This is the implementation of
UiWidgetAdapterAbstractWindow using GWT based on Panel . |
class |
UiWidgetAdapterGwtMainWindow
|
class |
UiWidgetAdapterGwtPopup
This is the implementation of
UiWidgetAdapterPopup using GWT based on PopupWindow . |
class |
UiWidgetAdapterGwtWindow
This is the implementation of
UiWidgetAdapterWindow
using GWT based on PopupWindow . |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetAdapterTest
This is the implementation of
UiWidgetAdapter for testing
without a native toolkit. |
class |
UiWidgetAdapterTestComposite<CHILD extends UiWidget>
This is the implementation of
UiWidgetAdapterComposite and various
sub-interfaces for testing without a native toolkit. |
class |
UiWidgetAdapterTestCompositeRegular
This is the implementation of
UiWidgetAdapterComposite and
various sub-interfaces bound to UiWidgetRegular for testing without a native toolkit. |
class |
UiWidgetAdapterTestSelectedValue<VALUE>
This class extends
UiWidgetAdapterTest and implements AttributeWriteSelectedValue for
testing without a native toolkit. |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetTreeTestImpl<NODE>
This is the implementation of
UiWidgetTree using GWT. |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetAdapterTestTree<NODE>
This is the implementation of
UiWidgetAdapterTree for testing without a native toolkit. |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetCheckboxFieldTestImpl
This is the implementation of
UiWidgetCheckboxField for testing without a native toolkit. |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetAdapterTestCheckboxField
This is the implementation of
UiWidgetAdapterCheckboxField for testing without a native toolkit. |
class |
UiWidgetAdapterTestColorField
This is the implementation of
UiWidgetAdapterColorField for testing without native toolkit. |
class |
UiWidgetAdapterTestDateField
This is the implementation of
UiWidgetAdapterDateField for testing without a native toolkit. |
class |
UiWidgetAdapterTestDoubleField
This is the implementation of
UiWidgetAdapterDoubleField for testing without a native toolkit. |
class |
UiWidgetAdapterTestField<VALUE,ADAPTER_VALUE>
This is the implementation of
UiWidgetAdapterField for testing without a native toolkit. |
class |
UiWidgetAdapterTestFileField
This is the implementation of
UiWidgetAdapterFileField for testing without native toolkit. |
class |
UiWidgetAdapterTestIntegerField
This is the implementation of
UiWidgetAdapterIntegerField for testing without a native toolkit. |
class |
UiWidgetAdapterTestLocalDateField
This is the implementation of
UiWidgetAdapterLocalDateField for testing without a native toolkit. |
class |
UiWidgetAdapterTestLocalTimeField
This is the implementation of
UiWidgetAdapterLocalTimeField for testing without a native toolkit. |
class |
UiWidgetAdapterTestLongField
This is the implementation of
UiWidgetAdapterLongField for testing without a native toolkit. |
class |
UiWidgetAdapterTestNumberField<VALUE extends Number>
This is the implementation of
UiWidgetAdapterNumberField for testing without a native toolkit. |
class |
UiWidgetAdapterTestOptionsField<VALUE>
This is the implementation of
UiWidgetAdapterComboboxField for testing without a native toolkit. |
class |
UiWidgetAdapterTestStringField
This is the implementation of
UiWidgetAdapterTextField for testing without a native toolkit. |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetAdapterTestMenu
This is the implementation of
UiWidgetAdapterMenu for testing without a native toolkit. |
class |
UiWidgetAdapterTestMenuBar
This is the implementation of
UiWidgetAdapterMenuBar for testing without a native toolkit. |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetAdapterTestGridPanel
This is the implementation of
UiWidgetAdapterGridPanel for testing without a native toolkit. |
class |
UiWidgetAdapterTestGridRow
This is the implementation of
UiWidgetAdapterGridRow for testing without a native toolkit. |
class |
UiWidgetAdapterTestTabPanel
This is the implementation of
UiWidgetAdapterTabPanel for testing without a native toolkit. |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetMainWindowTestImpl
This is the implementation of
UiWidgetMainWindow using GWT. |
class |
UiWidgetPopupTestImpl
This is the implementation of
UiWidgetPopup using GWT. |
Modifier and Type | Interface and Description |
---|---|
interface |
SearchEntryType
This is the interface for the configuration of a
type
of a SearchEntry . |
Modifier and Type | Class and Description |
---|---|
class |
SearchEntryTypeBean
This is the implementation of
SearchEntryType as JAXB-ready Java-Bean. |
Modifier and Type | Interface and Description |
---|---|
interface |
SearchEntryTypeView
This interface represents the view on a
SearchEntryType . |
Modifier and Type | Class and Description |
---|---|
class |
SearchEntryTypeViewBean
This is the implementation of the
SearchEntryTypeView interface as java bean. |
Modifier and Type | Interface and Description |
---|---|
interface |
AttributeWriteTitle<TITLE>
This interface gives read and write access to the
title of an object. |
Modifier and Type | Class and Description |
---|---|
class |
TypedProperty<T>
This class represents a typed property (typically from a java bean).
|
Copyright © 2001–2016 mmm-Team. All rights reserved.