Package | Description |
---|---|
net.sf.mmm.client.ui.api.widget |
Contains the API for widgets.
|
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.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.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.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 |
Contains the API for custom 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.field |
Contains the API for custom field widgets.
|
net.sf.mmm.client.ui.base.widget.custom.panel |
Contains the API for custom panel widgets.
|
net.sf.mmm.client.ui.base.widget.custom.pattern |
Contains the API for custom pattern 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.impl.gwt.widget |
Contains the base implementation for widgets using GWT.
|
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 |
Contains the implementation for core widgets 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.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.panel.adapter |
Contains the implementation for panel widget adapters 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.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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
UiWidgetListBase<ROW>
This is the interface for a
widget that presents a list of <ROW> objects and
allows the end-user to select one
or multiple out of these objects. |
interface |
UiWidgetListContainer<ITEM>
This is the interface for a
regular widget that is or contains a
list of items that can be selected . |
interface |
UiWidgetRegularComposite<CHILD extends UiWidget>
This is the interface for a
regular UiWidgetComposite . |
interface |
UiWidgetWithSelectedValue<VALUE>
This is the interface for for a
regular widget that is or contains a
UiFeatureSelectedValue . |
interface |
UiWidgetWithValue<VALUE>
This is the interface for a
regular widget that has a value . |
Modifier and Type | Method and Description |
---|---|
UiWidgetSplitPanel |
UiWidgetFactory.createSplitPanel(Orientation orientation,
UiWidgetRegular... children)
Creates a new
UiWidgetSplitPanel . |
Modifier and Type | Interface and Description |
---|---|
static interface |
UiWidgetAbstractTree.UiTreeNodeRenderer<NODE,WIDGET extends UiWidgetRegular>
|
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 |
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 | Method and Description |
---|---|
UiWidgetRegular |
UiWidgetAbstractTree.UiWidgetTreeNode.getNodeWidget()
Please note that you may need to cast to the
UiWidgetRegular -type according to your
UiWidgetAbstractTree.UiTreeNodeRenderer . |
Modifier and Type | Interface and Description |
---|---|
interface |
UiWidgetAbstractButton
This is the abstract interface for an
regular widget that represents a
button. |
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 |
UiWidgetToggleButton
This is the interface for an
regular widget that represents a
toggle button. |
Modifier and Type | Method and Description |
---|---|
void |
UiWidgetSlot.setChild(UiWidgetRegular child)
This method sets the single
child of this widget. |
Modifier and Type | Method and Description |
---|---|
Object |
AbstractUiWidgetFactoryNative.getNativeWidget(UiWidgetRegular widget)
This method gets the underlying native widget of the given
regular widget . |
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 |
UiWidgetField<VALUE>
This is the abstract interface for a
regular composite widget that
represents a (potentially) editable field (text field, combobox, text area, radio-buttons, checkbox, etc.). |
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 |
UiWidgetOptionsField<VALUE>
This is the abstract interface for a
field widget that allows to select a single value out of a
list of predefined options. |
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 |
UiWidgetRangeField<VALUE>
This is the abstract interface for a
field widget that represents a range field. |
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. |
interface |
UiWidgetTextualInputField<VALUE>
This is the interface for a
field widget that allows to enter textual input. |
Modifier and Type | Interface and Description |
---|---|
interface |
UiWidgetMenuBar
This is the interface for a
composite widget that represents a
menu bar. |
Modifier and Type | Interface and Description |
---|---|
interface |
UiWidgetAbstractBorderPanel
This is the interface for a
panel widget that shows a single child that is surrounded by a labeled border. |
interface |
UiWidgetAbstractButtonContainer
This is the interface for a
dynamic panel that shows a number of
buttons . |
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 |
UiWidgetDynamicPanel<CHILD extends UiWidget>
This is the abstract interface for a
panel widget that represents a
dynamic panel. |
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 |
UiWidgetPanel<CHILD extends UiWidget>
This is the interface for an
UiWidgetRegularComposite that represents a panel. |
interface |
UiWidgetSplitPanel
This is the interface for a
dynamic panel that shows splitter-bars between
each of its children and allows the user to slide these splitter-bars to dynamically
adjust the size of the children . |
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 | Method and Description |
---|---|
UiWidgetGridCell |
UiWidgetGridRow.addChild(UiWidgetRegular child)
|
UiWidgetTab |
UiWidgetTabPanel.addChild(UiWidgetRegular child,
String label)
This method adds the given
UiWidgetRegular as new tab on the right of all existing tabs. |
UiWidgetGridCell |
UiWidgetGridRow.addChildren(UiWidgetRegular... children)
This method creates a
UiWidgetGridCell , sets
the given children composed to a single widget and adds
it to this row. |
UiWidgetGridRow |
UiWidgetGridPanel.addChildren(UiWidgetRegular... children)
This method creates a
UiWidgetGridRow , adds the
given children to it and then adds it to this
UiWidgetGridPanel . |
UiWidgetGridRow |
UiWidgetGridPanel.addChildSpanned(UiWidgetRegular child)
This method creates a
UiWidgetGridRow , adds the
given child with a full column span to it and then
adds it to this UiWidgetGridPanel . |
void |
UiWidgetAbstractBorderPanel.setChild(UiWidgetRegular child)
This method sets the single
child of this widget. |
void |
UiWidgetGridCell.setChildren(UiWidgetRegular... children)
This method creates a
UiWidgetHorizontalPanel adds the
given children to it and sets it it as child of this
cell. |
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 |
AbstractUiWidgetRegularAtomic<ADAPTER extends UiWidgetAdapter>
This is the abstract base implementation of
UiWidgetRegular for atomic widgets (widgets that are
not composite and therefore never have children). |
Modifier and Type | Method and Description |
---|---|
Object |
AbstractUiWidgetFactoryNative.getNativeWidget(UiWidgetRegular widget)
This method gets the underlying native widget of the given
regular widget . |
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 |
AbstractUiWidgetTree<ADAPTER extends UiWidgetAdapterTree<NODE>,NODE>
This is the abstract base implementation of
UiWidgetAbstractListTable . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractUiWidgetAbstractButton<ADAPTER extends UiWidgetAdapterClickable,VALUE>
This is the abstract base implementation of
UiWidgetAbstractButton . |
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 |
AbstractUiWidgetToggleButton<ADAPTER extends UiWidgetAdapterToggleButton>
This is the abstract base implementation of
UiWidgetToggleButton . |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetCustomPanel<DELEGATE extends UiWidgetPanel<UiWidgetRegular>>
|
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetCustom<VALUE,DELEGATE extends UiWidget>
This is the abstract base class for custom widgets.
|
class |
UiWidgetCustomAtomicNoValue<DELEGATE extends UiWidget>
This is the abstract base class for a
custom widget that is atomic and has
no value . |
class |
UiWidgetCustomComposite<VALUE,CHILD extends UiWidget,DELEGATE extends UiWidgetComposite<CHILD>>
This is the abstract base class for a
custom widget that is also a
composite widget . |
class |
UiWidgetCustomCompositeNoValue<CHILD extends UiWidget,DELEGATE extends UiWidgetRegularComposite<CHILD>>
This is the abstract base class for a
custom regular composite widget that
has no value . |
class |
UiWidgetCustomDynamicComposite<VALUE,CHILD extends UiWidget,DELEGATE extends UiWidgetDynamicComposite<CHILD>>
This is the abstract base class for a
custom widget implementing
UiWidgetDynamicComposite . |
class |
UiWidgetCustomPanel<DELEGATE extends UiWidgetPanel<UiWidgetRegular>>
|
class |
UiWidgetCustomVerticalPanel
|
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 |
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 |
UiWidgetCustomFieldComposite<VALUE,DELEGATE extends UiWidgetDynamicComposite<UiWidgetRegular>>
This is the abstract base class for a
custom field widget that is composed out
of multiple field widgets and potentially other widgets. |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetCustomField<VALUE,DELEGATE extends UiWidgetComposite<?>>
This is the abstract base class for a
custom widget that is a field widget . |
class |
UiWidgetCustomFieldAtomic<VALUE,DELEGATE_VALUE,DELEGATE extends UiWidgetField<DELEGATE_VALUE>>
This is the abstract base class for a
custom field widget that is
build out of a single field widget . |
class |
UiWidgetCustomFieldComposite<VALUE,DELEGATE extends UiWidgetDynamicComposite<UiWidgetRegular>>
This is the abstract base class for a
custom field widget that is composed out
of multiple field widgets and potentially other widgets. |
Modifier and Type | Method and Description |
---|---|
protected void |
UiWidgetCustomFieldComposite.addChild(UiWidgetRegular child) |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetCustomGridPanel<VALUE>
This is the abstract base class for a
custom composite widget that adapts a
UiWidgetGridPanel . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractUiWidgetCustomMasterDetail<VALUE,SELECTION,DETAIL>
This is the abstract base class for a
custom composite widget that
implements the UI pattern master/detail (panel). |
class |
AbstractUiWidgetCustomTwoListSelection<ROW>
This is the regular implementation of the
custom master/detail
widget . |
class |
UiWidgetCustomEditor<VALUE>
This is the abstract base class for a
custom composite widget that
implements the UI pattern editor. |
class |
UiWidgetCustomFormEditor<VALUE>
This is the abstract base class for a
custom editor that (re-)uses a
custom form panel to view and edit the value . |
class |
UiWidgetCustomMasterDetail<ROW>
This is the regular implementation of the
custom master/detail
widget . |
Modifier and Type | Method and Description |
---|---|
protected void |
UiWidgetCustomEditor.addChild(UiWidgetRegular child)
This method adds a new child.
|
Constructor and Description |
---|
AbstractUiWidgetCustomMasterDetail(UiContext context,
UiWidgetDynamicPanel<UiWidgetRegular> delegate,
Class<VALUE> valueClass)
The constructor.
|
AbstractUiWidgetCustomMasterDetail(UiContext context,
UiWidgetDynamicPanel<UiWidgetRegular> delegate,
Class<VALUE> valueClass,
UiHandlerDetailsForSelection<SELECTION,DETAIL> handlerDetailsForSelection)
The constructor.
|
AbstractUiWidgetCustomTwoListSelection(UiContext context,
UiWidgetDynamicPanel<UiWidgetRegular> delegate)
The constructor.
|
UiWidgetCustomMasterDetail(UiContext context,
UiWidgetDynamicPanel<UiWidgetRegular> delegate)
The constructor.
|
UiWidgetCustomMasterDetail(UiContext context,
UiWidgetDynamicPanel<UiWidgetRegular> delegate,
UiWidgetListContainer<ROW> masterPanel,
UiWidgetCustom<ROW,?> detailPanel)
The constructor.
|
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 | Method and Description |
---|---|
UiWidgetSplitPanel |
UiWidgetFactoryImpl.createSplitPanel(Orientation orientation,
UiWidgetRegular... children)
Creates a new
UiWidgetSplitPanel . |
Object |
AbstractUiWidgetFactory.getNativeWidget(UiWidgetRegular widget)
This method gets the underlying native widget of the given
regular widget . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractUiWidgetCheckboxField<ADAPTER extends UiWidgetAdapterCheckboxField>
This is the abstract base implementation of
UiWidgetCheckboxField . |
class |
AbstractUiWidgetCodeAreaField<ADAPTER extends UiWidgetAdapterCodeAreaField>
This is the abstract base implementation of
UiWidgetCodeAreaField . |
class |
AbstractUiWidgetColorField<ADAPTER extends UiWidgetAdapterColorField>
This is the abstract base implementation of
UiWidgetColorField . |
class |
AbstractUiWidgetComboboxField<ADAPTER extends UiWidgetAdapterComboboxField<VALUE>,VALUE>
This is the abstract base implementation of
UiWidgetComboboxField . |
class |
AbstractUiWidgetDateField<ADAPTER extends UiWidgetAdapterDateField>
This is the abstract base implementation of
UiWidgetDateField . |
class |
AbstractUiWidgetDoubleField<ADAPTER extends UiWidgetAdapterDoubleField>
This is the abstact base implementation of
UiWidgetDoubleField . |
class |
AbstractUiWidgetField<ADAPTER extends UiWidgetAdapterField<VALUE,ADAPTER_VALUE>,VALUE,ADAPTER_VALUE>
This is the abstract base implementation of
UiWidgetField . |
class |
AbstractUiWidgetFileField<ADAPTER extends UiWidgetAdapterFileField>
This is the abstract base implementation of
UiWidgetFileField . |
class |
AbstractUiWidgetInstantField<ADAPTER extends UiWidgetAdapterInstantField>
This is the abstract base implementation of
UiWidgetInstantField . |
class |
AbstractUiWidgetIntegerField<ADAPTER extends UiWidgetAdapterIntegerField>
This is the abstract base implementation of
UiWidgetIntegerField . |
class |
AbstractUiWidgetIntegerSliderField<ADAPTER extends UiWidgetAdapterIntegerSliderField>
This is the abstract base implementation of
UiWidgetIntegerSliderField . |
class |
AbstractUiWidgetListBoxField<ADAPTER extends UiWidgetAdapterListBoxField<VALUE>,VALUE>
This is the abstract base implementation of
UiWidgetTextField . |
class |
AbstractUiWidgetLocalDateField<ADAPTER extends UiWidgetAdapterLocalDateField>
This is the abstract base implementation of
UiWidgetLocalDateField . |
class |
AbstractUiWidgetLocalTimeField<ADAPTER extends UiWidgetAdapterLocalTimeField>
This is the abstract base implementation of
UiWidgetLocalTimeField . |
class |
AbstractUiWidgetLongField<ADAPTER extends UiWidgetAdapterLongField>
This is the abstract base implementation of
UiWidgetLongField . |
class |
AbstractUiWidgetNumberField<ADAPTER extends UiWidgetAdapterNumberField<VALUE>,VALUE extends Number & Comparable<VALUE>>
This is the abstract base implementation of
UiWidgetRangeField . |
class |
AbstractUiWidgetOptionsField<ADAPTER extends UiWidgetAdapterOptionsField<VALUE>,VALUE>
This is the abstract base implementation of
UiWidgetOptionsField . |
class |
AbstractUiWidgetPasswordField<ADAPTER extends UiWidgetAdapterPasswordField>
This is the abstract base implementation of
UiWidgetPasswordField . |
class |
AbstractUiWidgetRadioButtonsField<ADAPTER extends UiWidgetAdapterRadioButtonsField<VALUE>,VALUE>
This is the abstract base implementation of
UiWidgetRadioButtonsField . |
class |
AbstractUiWidgetRadioButtonsVerticalField<ADAPTER extends UiWidgetAdapterRadioButtonsField<VALUE>,VALUE>
This is the abstract base implementation of
UiWidgetRadioButtonsVerticalField . |
class |
AbstractUiWidgetRangeField<ADAPTER extends UiWidgetAdapterRangeField<VALUE>,VALUE>
This is the abstract base implementation of
UiWidgetRangeField . |
class |
AbstractUiWidgetRichTextField<ADAPTER extends UiWidgetAdapterRichTextField>
This is the abstract base implementation of
UiWidgetRichTextField . |
class |
AbstractUiWidgetTextAreaField<ADAPTER extends UiWidgetAdapterTextAreaField>
This is the abstract base implementation of
UiWidgetTextAreaField . |
class |
AbstractUiWidgetTextAreaFieldBase<ADAPTER extends UiWidgetAdapterTextAreaFieldBase>
This is the abstract base implementation for
UiWidgetTextAreaField and
UiWidgetRichTextField . |
class |
AbstractUiWidgetTextField<ADAPTER extends UiWidgetAdapterTextField>
This is the abstract base implementation of
UiWidgetTextField . |
class |
AbstractUiWidgetTextFieldBase<ADAPTER extends UiWidgetAdapterTextFieldBase>
This is the abstract base implementation of
UiWidgetTextField
or UiWidgetTextAreaField . |
class |
AbstractUiWidgetTextualInputField<ADAPTER extends UiWidgetAdapterTextualInputField<VALUE,ADAPTER_VALUE>,VALUE,ADAPTER_VALUE>
This is the abstract base implementation of
UiWidgetTextualInputField . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractUiWidgetMenuBar<ADAPTER extends UiWidgetAdapterMenuBar>
This is the abstract base implementation of
UiWidgetMenu . |
Modifier and Type | Method and Description |
---|---|
UiWidgetGridCell |
AbstractUiWidgetGridRow.addChild(UiWidgetRegular child)
|
void |
AbstractUiWidgetAbstractButtonContainer.addChild(UiWidgetRegular child)
This method adds the given
child to the end of the child-list . |
UiWidgetTab |
AbstractUiWidgetTabPanel.addChild(UiWidgetRegular child,
String label)
This method adds the given
UiWidgetRegular as new tab on the right of all existing tabs. |
private UiWidgetGridCell |
AbstractUiWidgetGridRow.addChildInternal(UiWidgetRegular child) |
UiWidgetGridCell |
AbstractUiWidgetGridRow.addChildren(UiWidgetRegular... children)
This method creates a
UiWidgetGridCell , sets
the given children composed to a single widget and adds
it to this row. |
UiWidgetGridRow |
AbstractUiWidgetGridPanel.addChildren(UiWidgetRegular... children)
This method creates a
UiWidgetGridRow , adds the
given children to it and then adds it to this
UiWidgetGridPanel . |
UiWidgetGridRow |
AbstractUiWidgetGridPanel.addChildSpanned(UiWidgetRegular child)
This method creates a
UiWidgetGridRow , adds the
given child with a full column span to it and then
adds it to this UiWidgetGridPanel . |
protected void |
AbstractUiWidgetCollapsableBorderPanel.onChildRemoved(UiWidgetRegular oldChild) |
protected void |
AbstractUiWidgetCollapsableBorderPanel.onChildSet(UiWidgetRegular newChild) |
void |
AbstractUiWidgetGridCell.setChildren(UiWidgetRegular... children)
This method creates a
UiWidgetHorizontalPanel adds the
given children to it and sets it it as child of this
cell. |
Modifier and Type | Method and Description |
---|---|
com.google.gwt.user.client.ui.UIObject |
UiWidgetFactoryNativeGwt.getNativeWidget(UiWidgetRegular widget)
This method gets the underlying native widget of the given
regular widget . |
Modifier and Type | Method and Description |
---|---|
void |
UiWidgetAdapterGwtPanel.addChild(UiWidgetRegular child,
int index)
This method adds the given
child at the given index . |
void |
UiWidgetAdapterGwtPanel.removeChild(UiWidgetRegular child,
int index)
This method removes the given
child from the 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 | Field and Description |
---|---|
private UiWidgetRegular |
UiWidgetAdapterGwtTree.TreeNodeAdapter.nodeWidget |
Modifier and Type | Method and Description |
---|---|
UiWidgetRegular |
UiWidgetAdapterGwtTree.TreeNodeAdapter.getNodeWidget()
Please note that you may need to cast to the
UiWidgetRegular -type according to your
UiWidgetAbstractTree.UiTreeNodeRenderer . |
Constructor and Description |
---|
TreeNodeAdapter(NODE node,
UiWidgetRegular widget)
The constructor.
|
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 |
UiWidgetToggleButtonGwt
This is the implementation of
UiWidgetToggleButton using GWT. |
Modifier and Type | Method and Description |
---|---|
void |
UiWidgetAdapterGwtTab.setChild(UiWidgetRegular child)
This method sets the single child of this widget.
|
void |
UiWidgetAdapterGwtSlot.setChild(UiWidgetRegular child)
This method sets the single child of this widget.
|
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetMenuBarGwt
This is the implementation of
UiWidgetMenuBar 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 |
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 | Method and Description |
---|---|
void |
UiWidgetAdapterGwtVerticalSplitPanel.addChild(UiWidgetRegular child,
int index)
This method adds the given
child at the given index . |
void |
UiWidgetAdapterGwtHorizontalSplitPanel.addChild(UiWidgetRegular child,
int index)
This method adds the given
child at the given index . |
void |
UiWidgetAdapterGwtGridCell.setChild(UiWidgetRegular child)
This method sets the single child of this widget.
|
void |
UiWidgetAdapterGwtBorderPanel.setChild(UiWidgetRegular child)
This method sets the single child of this widget.
|
Modifier and Type | Method and Description |
---|---|
void |
UiWidgetAdapterGwtAbstractWindow.addChild(UiWidgetRegular child,
int index)
This method adds the given
child at the given index . |
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. |
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. |
Modifier and Type | Class and Description |
---|---|
class |
UiWidgetBorderPanelTestImpl
This is the implementation of
UiWidgetBorderPanel 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. |
Copyright © 2001–2016 mmm-Team. All rights reserved.