| Modifier and Type | Class and Description |
|---|---|
class |
PanelBase
Base widget for all SWM-Mobile panels.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SimplePage
A
Page describes the current screen content. |
| Modifier and Type | Field and Description |
|---|---|
protected SWMMobileWidgetBase |
Transition.myFrom |
protected SWMMobileWidgetBase |
Transition.myTo |
| Modifier and Type | Method and Description |
|---|---|
static void |
Transition.start(SWMMobileWidgetBase from,
SWMMobileWidgetBase to,
com.google.gwt.user.client.ui.HasWidgets parent)
Will perform a transition.
|
void |
Transition.start(SWMMobileWidgetBase from,
SWMMobileWidgetBase to,
com.google.gwt.user.client.ui.HasWidgets parent,
boolean reverse)
Will perform a transition.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CheckBoxGroup
Defines a group of check boxes.
|
class |
DecoratedSuggestBox
Suggest box with icon decoration.
|
class |
DropDownList<T>
Listbox that supports data binding and internationalization
|
class |
FlipSwitch
Flip-Switch (boolean widget) with data binding.
|
class |
GenericRadioButtonGroup<T>
Container for a group of
RadioButtons. |
class |
HeaderPanel
Header-Panel which is not maintaining any history.
|
class |
HorizontalPanel
Defines a horizontal panel.
|
class |
IndexedScrollPanel
Indes scroll panel is a address book like widget that orders his entries alphabetically including a selection index
displayed on the right.
|
class |
IndexedScrollPanelWithPager
Indes scroll panel is a address book like widget that orders his entries alphabetically including a selection index
displayed on the right.
|
class |
IndexedScrollPanelWithPager.IndexPanel
Inner class that represents the alphabetical selection index.
|
class |
LabelWithErrorOutput
Defines a label with an included Error outut option.
|
class |
ListPanel
List panel which contains list items an is typically placed inside a
ScrollPanel. |
class |
ListPanelWithStaticLastItem
List panel which contains list items and a static element at the button of the
list.
|
class |
PagingListPanel
List panel which enables paging.
|
class |
RadioButtonGroup
Container for a group of
RadioButtons, that contain simple Strings as values. |
class |
ReadOnlyBooleanBox
Defines a Label with yes no values bound to a boolean editor.
|
class |
SelectItem
Defines a select item which can be placed inside a
SelectPanel. |
class |
SelectPanel
Select panel which contains select items.
|
class |
Slide
A slide panel reacts to finger slide gestures (sliding events).
|
class |
SlidePanel
* A slide panel reacts to finger slide gestures (sliding events).
|
class |
Slider
Integer value slider with data binding support.
|
class |
VerticalPanel
Vertical panel for mobile devices.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AccordionContent
Represents the content of an
AccordionStack. |
class |
AccordionHeader
Defines the visible header of an
AccordionStack. |
class |
AccordionPanel
An AccordionPanel is an widget that can be expanded or collapsed.
|
class |
AccordionStack
An AccordionPanel is an widget, that can be expanded or collapsed.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CommandPanel
Defines a command bar containing command widgets (CommandItems).
|
| Modifier and Type | Class and Description |
|---|---|
class |
DateTextBox
Defines a Date selection box.
|
class |
DateTextBoxReadOnly
Defines a read only Date box.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FastHeaderPanel
Header-Panel which is very fast on Click events because an touch event will be forwarded as click event.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FlipTimePanel
Displays Arrival and Departure times.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AdaptiveScrollPanel
This Scrollpanel detects which OS it is running on and shows the SimpleScrollPanelWithScrollbar for iOS
and the SimpleScrollPanel for all Other OSes.
|
class |
ScrollPanel
Scroll panel - has the ability to keep the
IHeaderPanel implementations always on the top. |
class |
ScrollPanelWithScrollbar
Scroll panel - has the ability to keep the
IHeaderPanel implementations always on the top. |
class |
SimpleScrollPanel
Improved scroll panel (still experimental)
|
| Modifier and Type | Class and Description |
|---|---|
class |
Tab
A Tab is the content of a
TabPanel. |
class |
TabContent
A TabContent is a Content of an
Tab. |
class |
TabPanel
A Tab panel containts several
Tabs. |
| Modifier and Type | Class and Description |
|---|---|
class |
ToolbarContent
The content of an
ToolbarPanel. |
class |
ToolbarElement
|
class |
ToolbarPanel
A Toolbar can be places on the bottom of an
IPage. |
| Modifier and Type | Class and Description |
|---|---|
class |
TreePanel |
class |
WideTreePanel |
Copyright © 2011–2015 SWM. All rights reserved.