Package | Description |
---|---|
net.sf.mmm.client.ui.api.widget.complex |
Contains the API for complex widgets.
|
net.sf.mmm.client.ui.api.widget.factory |
Contains the API for widget factories.
|
net.sf.mmm.client.ui.base.widget.complex |
Contains the base implementation 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.factory |
Contains the API and default implementations of factories for 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 |
---|---|
static interface |
UiWidgetAbstractTree.UiTreeNodeRenderer<NODE,WIDGET extends UiWidgetRegular>
|
Modifier and Type | Class and Description |
---|---|
static class |
UiWidgetAbstractTree.UiTreeNodeRendererDefault<NODE>
This is the default implementation of
UiWidgetAbstractTree.UiTreeNodeRenderer . |
Modifier and Type | Method and Description |
---|---|
<CELL> UiWidgetTableColumn<ROW,CELL> |
UiWidgetAbstractDataTable.createColumn(PropertyAccessor<ROW,CELL> rowAccessor,
UiSingleWidgetFactory<? extends UiWidgetWithValue<CELL>> widgetFactory,
Comparator<CELL> sortComparator)
This method creates a new
column for this table. |
<CELL> UiWidgetTableColumn<ROW,CELL> |
UiWidgetAbstractDataTable.createColumn(TypedProperty<CELL> rowProperty,
UiSingleWidgetFactory<? extends UiWidgetWithValue<CELL>> widgetFactory,
Comparator<CELL> sortComparator)
This method creates a new
column for this table. |
Modifier and Type | Interface and Description |
---|---|
interface |
UiSingleWidgetFactoryDatatype<VALUE>
This is the interface for a
UiSingleWidgetFactory to create a field widget
for a particular datatype . |
interface |
UiSingleWidgetFactoryNative<WIDGET extends UiWidgetNative>
|
Modifier and Type | Field and Description |
---|---|
private UiSingleWidgetFactory<? extends UiWidgetWithValue<CELL>> |
AbstractUiWidgetTableColumn.widgetFactory |
Modifier and Type | Method and Description |
---|---|
UiSingleWidgetFactory<? extends UiWidgetWithValue<CELL>> |
AbstractUiWidgetTableColumn.getWidgetFactory() |
Modifier and Type | Method and Description |
---|---|
<CELL> UiWidgetTableColumn<ROW,CELL> |
AbstractUiWidgetAbstractDataTable.createColumn(PropertyAccessor<ROW,CELL> rowAccessor,
UiSingleWidgetFactory<? extends UiWidgetWithValue<CELL>> widgetFactory,
Comparator<CELL> sortComparator)
This method creates a new
column for this table. |
private <CELL> UiWidgetTableColumn<ROW,CELL> |
AbstractUiWidgetAbstractDataTable.createColumn(PropertyAccessor<ROW,CELL> rowAccessor,
UiSingleWidgetFactory<? extends UiWidgetWithValue<CELL>> widgetFactory,
Comparator<CELL> sortComparator,
TypedProperty<CELL> rowProperty) |
<CELL> UiWidgetTableColumn<ROW,CELL> |
AbstractUiWidgetAbstractDataTable.createColumn(TypedProperty<CELL> rowProperty,
UiSingleWidgetFactory<? extends UiWidgetWithValue<CELL>> widgetFactory,
Comparator<CELL> sortComparator)
This method creates a new
column for this table. |
(package private) void |
AbstractUiWidgetTableColumn.setWidgetFactory(UiSingleWidgetFactory<? extends UiWidgetWithValue<CELL>> widgetFactory) |
Modifier and Type | Method and Description |
---|---|
<CELL> UiWidgetTableColumn<ROW,CELL> |
UiWidgetCustomAbstractListTable.createColumn(PropertyAccessor<ROW,CELL> rowAccessor,
UiSingleWidgetFactory<? extends UiWidgetWithValue<CELL>> widgetFactory,
Comparator<CELL> sortComparator)
This method creates a new
column for this table. |
<CELL> UiWidgetTableColumn<ROW,CELL> |
UiWidgetCustomAbstractListTable.createColumn(TypedProperty<CELL> rowProperty,
UiSingleWidgetFactory<? extends UiWidgetWithValue<CELL>> widgetFactory,
Comparator<CELL> sortComparator)
This method creates a new
column for this table. |
Modifier and Type | Class and Description |
---|---|
static class |
UiWidgetListTableGwt.Factory
This inner class is the
factory for this widget. |
static class |
UiWidgetTreeGwt.Factory
This inner class is the
factory for this widget. |
Modifier and Type | Class and Description |
---|---|
static class |
UiWidgetButtonGwt.Factory
This inner class is the
factory for this widget. |
static class |
UiWidgetCollapsableSectionGwt.Factory
This inner class is the
factory for this widget. |
static class |
UiWidgetImageGwt.Factory
This inner class is the
factory for this widget. |
static class |
UiWidgetLabelGwt.Factory
This inner class is the
factory for this widget. |
static class |
UiWidgetLinkGwt.Factory
This inner class is the
factory for this widget. |
static class |
UiWidgetSectionGwt.Factory
This inner class is the
factory for this widget. |
static class |
UiWidgetSlotGwt.Factory
This inner class is the
factory for this widget. |
static class |
UiWidgetTabGwt.Factory
This inner class is the
factory for this widget. |
static class |
UiWidgetToggleButtonGwt.Factory
This inner class is the
factory for this widget. |
Modifier and Type | Class and Description |
---|---|
static class |
UiWidgetCheckboxFieldGwt.Factory
This inner class is the
factory for this widget. |
static class |
UiWidgetColorFieldGwt.Factory
This inner class is the
factory for this widget. |
static class |
UiWidgetComboboxFieldGwt.Factory
This inner class is the
factory for this widget. |
static class |
UiWidgetDateFieldGwt.Factory
This inner class is the
factory for this widget. |
static class |
UiWidgetDoubleFieldGwt.Factory
This inner class is the
factory for this widget. |
static class |
UiWidgetFileFieldGwt.Factory
This inner class is the
factory for this widget. |
static class |
UiWidgetIntegerFieldGwt.Factory
This inner class is the
factory for this widget. |
static class |
UiWidgetIntegerSliderFieldGwt.Factory
This inner class is the
factory for this widget. |
static class |
UiWidgetLocalDateFieldGwt.Factory
This inner class is the
factory for this widget. |
static class |
UiWidgetLocalTimeFieldGwt.Factory
This inner class is the
factory for this widget. |
static class |
UiWidgetLongFieldGwt.Factory
This inner class is the
factory for this widget. |
static class |
UiWidgetPasswordFieldGwt.Factory
This inner class is the
factory for this widget. |
static class |
UiWidgetRadioButtonsFieldGwt.Factory
This inner class is the
factory for this widget. |
static class |
UiWidgetRadioButtonsVerticalFieldGwt.Factory
This inner class is the
factory for this widget. |
static class |
UiWidgetRichTextFieldGwt.Factory
This inner class is the
factory for this widget. |
static class |
UiWidgetTextAreaFieldGwt.Factory
This inner class is the
factory for this widget. |
static class |
UiWidgetTextFieldGwt.Factory
This inner class is the
factory for this widget. |
Modifier and Type | Class and Description |
---|---|
static class |
UiWidgetMenuBarGwt.Factory
This inner class is the
factory for this widget. |
static class |
UiWidgetMenuGwt.Factory
This inner class is the
factory for this widget. |
static class |
UiWidgetMenuItemClickableGwt.Factory
This inner class is the
factory for this widget. |
static class |
UiWidgetMenuItemSeparatorGwt.Factory
This inner class is the
factory for this widget. |
Modifier and Type | Class and Description |
---|---|
static class |
UiWidgetBorderPanelGwt.Factory
This inner class is the
factory for this widget. |
static class |
UiWidgetButtonGroupGwt.Factory
This inner class is the
factory for this widget. |
static class |
UiWidgetButtonPanelGwt.Factory
This inner class is the
factory for this widget. |
static class |
UiWidgetCollapsableBorderPanelGwt.Factory
This inner class is the
factory for this widget. |
static class |
UiWidgetGridCellGwt.Factory
This inner class is the
factory for this widget. |
static class |
UiWidgetGridPanelGwt.Factory
This inner class is the
factory for this widget. |
static class |
UiWidgetGridRowGwt.Factory
This inner class is the
factory for this widget. |
static class |
UiWidgetHorizontalPanelGwt.Factory
This inner class is the
factory for this widget. |
static class |
UiWidgetHorizontalSplitPanelGwt.Factory
This inner class is the
factory for this widget. |
static class |
UiWidgetTabPanelGwt.Factory
This inner class is the
factory for this widget. |
static class |
UiWidgetToolbarGwt.Factory
This inner class is the
factory for this widget. |
static class |
UiWidgetVerticalPanelGwt.Factory
This inner class is the
factory for this widget. |
static class |
UiWidgetVerticalSplitPanelGwt.Factory
This inner class is the
factory for this widget. |
Modifier and Type | Class and Description |
---|---|
static class |
UiWidgetPopupGwt.Factory
This inner class is the
factory for this widget. |
static class |
UiWidgetWindowGwt.Factory
This inner class is the
factory for this widget. |
Modifier and Type | Class and Description |
---|---|
static class |
UiWidgetTreeTestImpl.Factory
This inner class is the
factory for this widget. |
Modifier and Type | Class and Description |
---|---|
static class |
UiWidgetButtonTestImpl.Factory
This inner class is the
factory for this widget. |
static class |
UiWidgetCollapsableSectionTestImpl.Factory
This inner class is the
factory for this widget. |
static class |
UiWidgetImageTestImpl.Factory
This inner class is the
factory for this widget. |
static class |
UiWidgetLabelTestImpl.Factory
This inner class is the
factory for this widget. |
static class |
UiWidgetLinkTestImpl.Factory
This inner class is the
factory for this widget. |
static class |
UiWidgetSectionTestImpl.Factory
This inner class is the
factory for this widget. |
static class |
UiWidgetSlotTestImpl.Factory
This inner class is the
factory for this widget. |
static class |
UiWidgetTabTestImpl.Factory
This inner class is the
factory for this widget. |
Modifier and Type | Class and Description |
---|---|
static class |
UiWidgetCheckboxFieldTestImpl.Factory
This inner class is the
factory for this widget. |
static class |
UiWidgetCodeAreaFieldTestImpl.Factory
This inner class is the
factory for this widget. |
static class |
UiWidgetColorFieldTestImpl.Factory
This inner class is the
factory for this widget. |
static class |
UiWidgetComboboxFieldTestImpl.Factory
This inner class is the
factory for this widget. |
static class |
UiWidgetDateFieldTestImpl.Factory
This inner class is the
factory for this widget. |
static class |
UiWidgetDoubleFieldTestImpl.Factory
This inner class is the
factory for this widget. |
static class |
UiWidgetFileFieldTestImpl.Factory
This inner class is the
factory for this widget. |
static class |
UiWidgetIntegerFieldTestImpl.Factory
This inner class is the
factory for this widget. |
static class |
UiWidgetIntegerSliderFieldTestImpl.Factory
This inner class is the
factory for this widget. |
static class |
UiWidgetLocalDateFieldTestImpl.Factory
This inner class is the
factory for this widget. |
static class |
UiWidgetLocalTimeFieldTestImpl.Factory
This inner class is the
factory for this widget. |
static class |
UiWidgetLongFieldTestImpl.Factory
This inner class is the
factory for this widget. |
static class |
UiWidgetPasswordFieldTestImpl.Factory
This inner class is the
factory for this widget. |
static class |
UiWidgetRadioButtonsTestImpl.Factory
This inner class is the
factory for this widget. |
static class |
UiWidgetRadioButtonsVerticalFieldTestImpl.Factory
This inner class is the
factory for this widget. |
static class |
UiWidgetRichTextFieldTestImpl.Factory
This inner class is the
factory for this widget. |
static class |
UiWidgetTextAreaFieldTestImpl.Factory
This inner class is the
factory for this widget. |
static class |
UiWidgetTextFieldTestImpl.Factory
This inner class is the
factory for this widget. |
Modifier and Type | Class and Description |
---|---|
static class |
UiWidgetMenuBarTestImpl.Factory
This inner class is the
factory for this widget. |
static class |
UiWidgetMenuItemClickableTestImpl.Factory
This inner class is the
factory for this widget. |
static class |
UiWidgetMenuItemSeparatorTestImpl.Factory
This inner class is the
factory for this widget. |
static class |
UiWidgetMenuTestImpl.Factory
This inner class is the
factory for this widget. |
Modifier and Type | Class and Description |
---|---|
static class |
UiWidgetBorderPanelTestImpl.Factory
This inner class is the
factory for this widget. |
static class |
UiWidgetGridCellTestImpl.Factory
This inner class is the
factory for this widget. |
static class |
UiWidgetGridPanelTestImpl.Factory
This inner class is the
factory for this widget. |
static class |
UiWidgetGridRowTestImpl.Factory
This inner class is the
factory for this widget. |
static class |
UiWidgetHorizontalPanelTestImpl.Factory
This inner class is the
factory for this widget. |
static class |
UiWidgetTabPanelTestImpl.Factory
This inner class is the
factory for this widget. |
static class |
UiWidgetVerticalPanelTestImpl.Factory
This inner class is the
factory for this widget. |
Modifier and Type | Class and Description |
---|---|
static class |
UiWidgetPopupTestImpl.Factory
This inner class is the
factory for this widget. |
Copyright © 2001–2016 mmm-Team. All rights reserved.