A B C D E F G H I J K L M N O P Q R S T U V W X Y 

A

AbstractMobilePresenter - Class in de.swm.commons.mobile.client.presenter
Abstract presenter class.
AbstractMobilePresenter(IDispatcher) - Constructor for class de.swm.commons.mobile.client.presenter.AbstractMobilePresenter
Default constructor.
AbstractMobilePresenter(EventBus) - Constructor for class de.swm.commons.mobile.client.presenter.AbstractMobilePresenter
Dispatcher mit evnent Bus.
AbstractMobilePresenter.IBackCallback - Interface in de.swm.commons.mobile.client.presenter
Callback, when the back button is clicked.
accordion() - Method in interface de.swm.commons.mobile.client.theme.components.AccordionPanelCss
CSS Style name.
accordionArrow() - Method in interface de.swm.commons.mobile.client.theme.components.AccordionPanelCss
CSS Style name.
accordionArrowInvisible() - Method in interface de.swm.commons.mobile.client.theme.components.AccordionPanelCss
CSS Style name.
AccordionContent - Class in de.swm.commons.mobile.client.widgets.accordion
Represents the content of an AccordionStack.
AccordionContent() - Constructor for class de.swm.commons.mobile.client.widgets.accordion.AccordionContent
 
AccordionEvent - Class in de.swm.commons.mobile.client.event
TODO Dokumentieren.
AccordionEvent(AccordionEvent.Type, AccordionStack) - Constructor for class de.swm.commons.mobile.client.event.AccordionEvent
Constructor
AccordionEvent.Type - Enum in de.swm.commons.mobile.client.event
States of an Accordeon.
AccordionEventsHandler - Interface in de.swm.commons.mobile.client.event
This class is handling Accordion close and expand Events
AccordionHeader - Class in de.swm.commons.mobile.client.widgets.accordion
Defines the visible header of an AccordionStack.
AccordionHeader() - Constructor for class de.swm.commons.mobile.client.widgets.accordion.AccordionHeader
Default constructor.
AccordionHeader.AccordionArrow - Class in de.swm.commons.mobile.client.widgets.accordion
The arrow to close and open an accordion.
AccordionHeader.AccordionArrow() - Constructor for class de.swm.commons.mobile.client.widgets.accordion.AccordionHeader.AccordionArrow
Default constructor.
AccordionHeader.AccordionArrowInvisible - Class in de.swm.commons.mobile.client.widgets.accordion
An invisible accorion arrow (with spacing)
AccordionHeader.AccordionArrowInvisible() - Constructor for class de.swm.commons.mobile.client.widgets.accordion.AccordionHeader.AccordionArrowInvisible
Default constructor.
AccordionPanel - Class in de.swm.commons.mobile.client.widgets.accordion
An AccordionPanel is an widget that can be expanded or collapsed.
AccordionPanel() - Constructor for class de.swm.commons.mobile.client.widgets.accordion.AccordionPanel
Default constructor.
AccordionPanelCss - Interface in de.swm.commons.mobile.client.theme.components
Represents a css resource for a AccordionPanel.
AccordionStack - Class in de.swm.commons.mobile.client.widgets.accordion
An AccordionPanel is an widget, that can be expanded or collapsed.
AccordionStack() - Constructor for class de.swm.commons.mobile.client.widgets.accordion.AccordionStack
 
AdaptiveScrollPanel - Class in de.swm.commons.mobile.client.widgets.scroll
This Scrollpanel detects which OS it is running on and shows the SimpleScrollPanelWithScrollbar for iOS and the SimpleScrollPanel for all Other OSes.
AdaptiveScrollPanel() - Constructor for class de.swm.commons.mobile.client.widgets.scroll.AdaptiveScrollPanel
 
add(Widget) - Method in class de.swm.commons.mobile.client.base.PanelBase
 
add(Widget) - Method in class de.swm.commons.mobile.client.widgets.accordion.AccordionStack
 
add(Widget) - Method in class de.swm.commons.mobile.client.widgets.CheckBoxGroup
 
add(DropDownItem) - Method in class de.swm.commons.mobile.client.widgets.command.CommandDropDown
 
add(DropDownItem, boolean) - Method in class de.swm.commons.mobile.client.widgets.command.CommandDropDown
 
add(Widget) - Method in class de.swm.commons.mobile.client.widgets.command.CommandPanel
 
add(Widget) - Method in class de.swm.commons.mobile.client.widgets.DropDownList
 
add(Widget) - Method in class de.swm.commons.mobile.client.widgets.experimental.FastHeaderPanel
Adds a widget to the header panel (back/forward button)
add(Widget) - Method in class de.swm.commons.mobile.client.widgets.GenericRadioButtonGroup
 
add(Widget) - Method in class de.swm.commons.mobile.client.widgets.HeaderPanel
Adds a widget to the header panel (back/forward button)
add(Widget) - Method in interface de.swm.commons.mobile.client.widgets.itf.IHeaderPanel
Adds a widget to the header panel (back/forward button)
add(Widget) - Method in class de.swm.commons.mobile.client.widgets.ListPanel
 
add(Widget) - Method in class de.swm.commons.mobile.client.widgets.ListPanelWithStaticLastItem
 
add(Widget) - Method in class de.swm.commons.mobile.client.widgets.NotificationBox
add(Widget) - Method in class de.swm.commons.mobile.client.widgets.popup.SimplePopup
 
add(Widget) - Method in class de.swm.commons.mobile.client.widgets.scroll.AdaptiveScrollPanel
 
add(Widget) - Method in class de.swm.commons.mobile.client.widgets.scroll.ScrollPanel
 
add(Widget) - Method in class de.swm.commons.mobile.client.widgets.scroll.ScrollPanelWithScrollbar
 
add(Widget) - Method in class de.swm.commons.mobile.client.widgets.scroll.SimpleScrollPanel
 
add(Widget) - Method in class de.swm.commons.mobile.client.widgets.SelectPanel
 
add(Widget) - Method in class de.swm.commons.mobile.client.widgets.Slide
 
add(Widget) - Method in class de.swm.commons.mobile.client.widgets.SlidePanel
 
add(Widget) - Method in class de.swm.commons.mobile.client.widgets.tab.Tab
 
add(Widget) - Method in class de.swm.commons.mobile.client.widgets.tab.TabContent
 
add(Widget) - Method in class de.swm.commons.mobile.client.widgets.tab.TabPanel
 
add(Widget) - Method in class de.swm.commons.mobile.client.widgets.toolbar.ToolbarContent
 
add(Widget) - Method in class de.swm.commons.mobile.client.widgets.toolbar.ToolbarElement
 
add(Widget) - Method in class de.swm.commons.mobile.client.widgets.toolbar.ToolbarPanel
 
addBackButtonNavigationHandlers(IPageWithHeader, IEvent) - Method in class de.swm.commons.mobile.client.presenter.AbstractMobilePresenter
Created and adds a click handler for the back button.
addBackButtonNavigationHandlers(IPageWithHeader, IEvent, boolean) - Method in class de.swm.commons.mobile.client.presenter.AbstractMobilePresenter
Created and adds a click handler for the back button.
addBackButtonNavigationHandlers(IPageWithHeader, AbstractMobilePresenter.IBackCallback) - Method in class de.swm.commons.mobile.client.presenter.AbstractMobilePresenter
Created and adds a click handler for the back button.
addBlurHandler(BlurHandler) - Method in class de.swm.commons.mobile.client.widgets.date.DateTextBox
 
addBlurHandler(BlurHandler) - Method in class de.swm.commons.mobile.client.widgets.DecoratedTextBox
 
addBlurHandler(BlurHandler) - Method in class de.swm.commons.mobile.client.widgets.DropDownList
 
addBlurHandler(BlurHandler) - Method in class de.swm.commons.mobile.client.widgets.FlipSwitch
 
addBlurHandler(BlurHandler) - Method in class de.swm.commons.mobile.client.widgets.SearchBox
 
addBlurHandler(BlurHandler) - Method in class de.swm.commons.mobile.client.widgets.Slider
 
addChangeHandler(ChangeHandler) - Method in class de.swm.commons.mobile.client.widgets.SearchBox
addClearButtonHandler(ClickHandler) - Method in class de.swm.commons.mobile.client.widgets.SearchBox
Clear handler for the clear button.
addClickHandler(T, FastClickHelper.FastClickHandler) - Static method in class de.swm.commons.mobile.client.event.FastClickHelper
Will add a click or touch hander (on mobile systems) to the application.
addClickHandler(ClickHandler) - Method in class de.swm.commons.mobile.client.widgets.CheckBox
 
addClickHandler(ClickHandler) - Method in class de.swm.commons.mobile.client.widgets.command.CommandItem
Add a click handler to the command panel.
addClickHandler(ClickHandler) - Method in class de.swm.commons.mobile.client.widgets.DecoratedTextBox
 
addClickHandler(ClickHandler) - Method in class de.swm.commons.mobile.client.widgets.FlipSwitch
 
addClickHandler(ClickHandler) - Method in class de.swm.commons.mobile.client.widgets.ImageHighlightButton
 
addClickHandler(ClickHandler) - Method in class de.swm.commons.mobile.client.widgets.SearchBoxLikeButton
 
addClickHanlder(ClickHandler) - Method in class de.swm.commons.mobile.client.widgets.ListItem
Adds a click Handler to the list item.
addCloseHandler(CloseHandler<SimplePopup>) - Method in class de.swm.commons.mobile.client.widgets.popup.SimplePopup
 
addDragEventsHandler(DragEventsHandler) - Method in class de.swm.commons.mobile.client.event.DragController
Allow components to register drag events.
addDragHandler(DragEventsHandler) - Method in class de.swm.commons.mobile.client.widgets.FlipSwitch
Add a drag handler to the widget.
addErrorOuptut(IErrorOutputElement) - Method in class de.swm.commons.mobile.client.base.BoxBase
Add an error output element where error messages are displayed
addErrorOuptut(IErrorOutputElement) - Method in class de.swm.commons.mobile.client.validation.impl.ValidationHelper
Add an error output element where error messages are displayed
addErrorOuptut(IErrorOutputElement) - Method in class de.swm.commons.mobile.client.widgets.TextArea
Add an error output element where error messages are displayed
addEventListener(Element, String, boolean, EventListener) - Static method in class de.swm.commons.mobile.client.utils.Utils
Adds an event listener to an HTML element.
addEventListenerOnce(Element, String, boolean, EventListener) - Static method in class de.swm.commons.mobile.client.utils.Utils
Removes (if exiting) and adds an event listener to an HTML element.
addFocusHandler(FocusHandler) - Method in class de.swm.commons.mobile.client.widgets.date.DateTextBox
 
addFocusHandler(FocusHandler) - Method in class de.swm.commons.mobile.client.widgets.DecoratedTextBox
 
addFocusHandler(FocusHandler) - Method in class de.swm.commons.mobile.client.widgets.DropDownList
 
addFocusHandler(FocusHandler) - Method in class de.swm.commons.mobile.client.widgets.FlipSwitch
 
addFocusHandler(FocusHandler) - Method in class de.swm.commons.mobile.client.widgets.SearchBox
 
addFocusHandler(FocusHandler) - Method in class de.swm.commons.mobile.client.widgets.Slider
 
addIconClickHandler(IconClickHandler) - Method in interface de.swm.commons.mobile.client.event.HasIconClickHandlers
 
addIconClickHandler(IconClickHandler) - Method in class de.swm.commons.mobile.client.widgets.DecoratedTextBox
 
addImage(ImageResource) - Method in class de.swm.commons.mobile.client.widgets.DecoratedListItem
Sets an image.
addImageClickHandler(ClickHandler) - Method in class de.swm.commons.mobile.client.widgets.DecoratedListItem
Register a handler which processes clicks on the embedded image.
addItem(String, String, boolean) - Method in class de.swm.commons.mobile.client.widgets.popup.SelectPopup
 
addKeyDownHandler(KeyDownHandler) - Method in class de.swm.commons.mobile.client.widgets.SearchBox
addKeyPressHandler(KeyPressHandler) - Method in class de.swm.commons.mobile.client.widgets.SearchBox
addKeyUpHandler(KeyUpHandler) - Method in class de.swm.commons.mobile.client.widgets.SearchBox
addLine(String) - Method in class de.swm.commons.mobile.client.widgets.DecoratedListItem
Adds a new line to the list item in the style of the subtitle.
addLine(String, String) - Method in class de.swm.commons.mobile.client.widgets.DecoratedListItem
Adds a new line to the list item in the style of the subtitle and a given color.
addOrientationChangeHandler(OrientationChangeHandler) - Method in interface de.swm.commons.mobile.client.orientation.HasOrientationChangeHandler
addOrientationChangeHandler
addOrientationChangeHandler(OrientationChangeHandler) - Static method in class de.swm.commons.mobile.client.orientation.OrientationController
Add a orientation handler to detect the device orientation
addPageChangeListener(PresenterController.IPageChangeListener) - Method in class de.swm.commons.mobile.client.presenter.PresenterController
Will add a page change listener.
addRelativeTimeChooser(String[], int[], Integer, boolean, boolean) - Method in class de.swm.commons.mobile.client.widgets.date.DatePopup
Adds a drop down list to choose times relative to the current time (e.g., "in 10 Minutes").
addRelativeTimeChooser(String[], int[], Integer, boolean, boolean) - Method in class de.swm.commons.mobile.client.widgets.popup.SimpleDatePopup
Adds a drop down list to choose times relative to the current time (e.g., "in 10 Minutes").
addScrollPanelEventsHandler(ScrollPanelEventsHandler) - Method in class de.swm.commons.mobile.client.widgets.scroll.ScrollPanel
Neuen Handler fuer Scroll Panel Events registrieren.
addSelectionChangedHandler(SelectionChangedHandler) - Method in class de.swm.commons.mobile.client.widgets.CheckBoxGroup
Adds a selection changes handler to the checkboxgroup.
addSelectionChangedHandler(SelectionChangedHandler) - Method in class de.swm.commons.mobile.client.widgets.ListPanel
Adds a selection handler.
addSelectionChangedHandler(SelectionChangedHandler) - Method in class de.swm.commons.mobile.client.widgets.SelectPanel
Adds a selection handler.
addSelectionHandler(ToolbarPanel.ToolbarSelectionHandler) - Method in class de.swm.commons.mobile.client.widgets.toolbar.ToolbarPanel
Adds a selection handler.
addSwipeEventsHandler(SwipeEventsHandler) - Method in class de.swm.commons.mobile.client.event.DragController
Allow components to register swipe events.
addSwipeEventsHandler(AccordionEventsHandler) - Method in class de.swm.commons.mobile.client.widgets.accordion.AccordionStack
Allow this component to register accordion events.
addText(String) - Method in class de.swm.commons.mobile.client.widgets.NotificationBox
Wil show the notificationf or 5 secs.
addTouchStartHandler(TouchStartHandler) - Method in class de.swm.commons.mobile.client.widgets.SearchBoxLikeButton
 
addTreeChangedHandler(TreeChangedHandler) - Method in class de.swm.commons.mobile.client.widgets.tree.TreePanel
Adds a tree changed handler.
addTreeChangedHandler(TreeChangedHandler) - Method in class de.swm.commons.mobile.client.widgets.tree.WideTreePanel
Adds a tree changed handler.
addValidator(IValidator<T>) - Method in class de.swm.commons.mobile.client.base.BoxBase
Adds a validator to this Ui-Widget
addValidator(IValidator<T>) - Method in class de.swm.commons.mobile.client.validation.impl.ValidationHelper
Adds a validator to this Ui-Widget
addValidator(IValidator<String>) - Method in class de.swm.commons.mobile.client.widgets.TextArea
Adds a validator to this Ui-Widget
addValueChangeHandler(ValueChangeHandler<String>) - Method in class de.swm.commons.mobile.client.widgets.command.CommandDropDown
 
addValueChangeHandler(ValueChangeHandler<Date>) - Method in class de.swm.commons.mobile.client.widgets.date.DateTextBox
 
addValueChangeHandler(ValueChangeHandler<Date>) - Method in class de.swm.commons.mobile.client.widgets.date.DateTextBoxReadOnly
 
addValueChangeHandler(ValueChangeHandler<T>) - Method in class de.swm.commons.mobile.client.widgets.DropDownList
Will register a value change handler
addValueChangeHandler(ValueChangeHandler<Boolean>) - Method in class de.swm.commons.mobile.client.widgets.FlipSwitch
 
addValueChangeHandler(ValueChangeHandler<T>) - Method in class de.swm.commons.mobile.client.widgets.GenericRadioButtonGroup
 
addValueChangeHandler(ValueChangeHandler<Boolean>) - Method in class de.swm.commons.mobile.client.widgets.ReadOnlyBooleanBox
 
addValueChangeHandler(ValueChangeHandler<String>) - Method in class de.swm.commons.mobile.client.widgets.SearchBox
addValueChangeHandler(ValueChangeHandler<Boolean>) - Method in class de.swm.commons.mobile.client.widgets.SlidePanel
 
addValueChangeHandler(ValueChangeHandler<Integer>) - Method in class de.swm.commons.mobile.client.widgets.Slider
 
addWidget(Widget, int) - Method in class de.swm.commons.mobile.client.widgets.date.DatePopup
Adds another user-defined widget to the date popup, e.g. for additional options when choosing the date.
addWidget(Widget, int) - Method in class de.swm.commons.mobile.client.widgets.popup.SimpleDatePopup
Adds another user-defined widget to the date popup, e.g. for additional options when choosing the date.
adjustDaysInMonth() - Method in class de.swm.commons.mobile.client.widgets.date.DateCalculation
Adjust days in a months.
adroid() - Method in interface de.swm.commons.mobile.client.theme.components.PageCss
CSS Style name.
afterClick(ClickEvent) - Method in interface de.swm.commons.mobile.client.widgets.itf.IBeforeAfterClickHanlder
Called when a native click event is fired.
alignTop() - Method in interface de.swm.commons.mobile.client.theme.components.HorizontalVerticalPanelCss
CSS Style name.
animationContainerCenter() - Method in interface de.swm.commons.mobile.client.theme.components.NotificationBoxCss
animationContainerCenter
AnimationCss - Interface in de.swm.commons.mobile.client.theme.components
Represents a css resource for a various animations.
appendChildren(List<ITree>) - Method in class de.swm.commons.mobile.client.widgets.tree.DefaultTreeImpl
 
appendChildren(List<ITree>) - Method in interface de.swm.commons.mobile.client.widgets.tree.ITree
 
appendErrorMessage(HasValue<?>, String) - Method in interface de.swm.commons.mobile.client.validation.IErrorOutputElement
Appends a new error message.
appendErrorMessage(HasValue<?>, String) - Method in class de.swm.commons.mobile.client.widgets.ErrorLabel
Appends a new error message.
appendErrorMessage(HasValue<?>, String) - Method in class de.swm.commons.mobile.client.widgets.ErrorListItem
Appends a new error message.
appendErrorMessage(HasValue<?>, String) - Method in class de.swm.commons.mobile.client.widgets.LabelWithErrorOutput
 
applySettings(SWMMobileSettings) - Static method in class de.swm.commons.mobile.client.SWMMobile
Apply settings for this mgwt app.
arrowdown() - Method in interface de.swm.commons.mobile.client.theme.base.BaseSWMMobileImageRessources
 
arrowdown() - Method in interface de.swm.commons.mobile.client.theme.bright.BrightSWMMobileImageRessources
 
arrowdown() - Method in interface de.swm.commons.mobile.client.theme.SWMMobileImageBundle
Defines one part of the SWMMobile widget system.
arrowleft() - Method in interface de.swm.commons.mobile.client.theme.base.BaseSWMMobileImageRessources
 
arrowleft() - Method in interface de.swm.commons.mobile.client.theme.bright.BrightSWMMobileImageRessources
 
arrowleft() - Method in interface de.swm.commons.mobile.client.theme.SWMMobileImageBundle
Defines one part of the SWMMobile widget system.
arrowup() - Method in interface de.swm.commons.mobile.client.theme.base.BaseSWMMobileImageRessources
 
arrowup() - Method in interface de.swm.commons.mobile.client.theme.bright.BrightSWMMobileImageRessources
 
arrowup() - Method in interface de.swm.commons.mobile.client.theme.SWMMobileImageBundle
Defines one part of the SWMMobile widget system.
asComposite() - Method in class de.swm.commons.mobile.client.page.SimplePage
Returns the page itself as a Composite
asEditor() - Method in class de.swm.commons.mobile.client.widgets.date.DateTextBox
 
asEditor() - Method in class de.swm.commons.mobile.client.widgets.date.DateTextBoxReadOnly
 
asEditor() - Method in class de.swm.commons.mobile.client.widgets.DropDownList
Returns a TakesValueEditor backed by the ValueListBox.
asEditor() - Method in class de.swm.commons.mobile.client.widgets.FlipSwitch
 
asEditor() - Method in class de.swm.commons.mobile.client.widgets.GenericRadioButtonGroup
 
asEditor() - Method in class de.swm.commons.mobile.client.widgets.ReadOnlyBooleanBox
 
asEditor() - Method in class de.swm.commons.mobile.client.widgets.Slider
 
AsyncCallbackSuccess<T> - Class in de.swm.commons.mobile.client.utils
Ansync call back with empty onError method.
AsyncCallbackSuccess() - Constructor for class de.swm.commons.mobile.client.utils.AsyncCallbackSuccess
 

B

backButton() - Method in interface de.swm.commons.mobile.client.theme.components.ButtonBaseCss
CSS Style name.
BackButton - Class in de.swm.commons.mobile.client.widgets
Back button which is not maintaining any history.
BackButton() - Constructor for class de.swm.commons.mobile.client.widgets.BackButton
Default constructor.
BackButton(String, ClickHandler) - Constructor for class de.swm.commons.mobile.client.widgets.BackButton
Default constructor.
BackButton(String, FastClickHelper.FastClickHandler) - Constructor for class de.swm.commons.mobile.client.widgets.BackButton
Alternative constructor.
badge() - Method in interface de.swm.commons.mobile.client.theme.components.ToolbarPanelCss
CSS Style name.
BaseSWMMobileCssBundle - Interface in de.swm.commons.mobile.client.theme.base
Base SWM Mobile style.
BaseSWMMobileImageRessources - Interface in de.swm.commons.mobile.client.theme.base
Defines images used inside the framework (in an BaseStyle) Details see SWMMobileImageBundle.
BaseSWMMobileTheme - Class in de.swm.commons.mobile.client.theme.base
Defines all resources belonging to this base style.
BaseSWMMobileTheme() - Constructor for class de.swm.commons.mobile.client.theme.base.BaseSWMMobileTheme
Default constructor.
beforeBack() - Method in class de.swm.commons.mobile.client.presenter.AbstractMobilePresenter
Will be called, before back action is executed.
beforeClick(ClickEvent) - Method in interface de.swm.commons.mobile.client.widgets.itf.IBeforeAfterClickHanlder
Called when a native click event is fired.
beforeEnter() - Method in class de.swm.commons.mobile.client.page.SimplePage
beforeLeaving() - Method in class de.swm.commons.mobile.client.page.SimplePage
beforePageLeave(AsyncCallback<Boolean>) - Method in class de.swm.commons.mobile.client.presenter.PresenterController
Call this method if you want to leave a Page form another action then the back Action (e.g.
bigbutton() - Method in interface de.swm.commons.mobile.client.theme.components.ButtonCss
CSS Style name.
BigButton - Class in de.swm.commons.mobile.client.widgets
A big fat green button.
BigButton() - Constructor for class de.swm.commons.mobile.client.widgets.BigButton
Default constructor.
BigButton(String, ClickHandler) - Constructor for class de.swm.commons.mobile.client.widgets.BigButton
Constructor.
boat() - Method in interface de.swm.commons.mobile.client.theme.base.BaseSWMMobileImageRessources
 
boat() - Method in interface de.swm.commons.mobile.client.theme.bright.BrightSWMMobileImageRessources
 
boat() - Method in interface de.swm.commons.mobile.client.theme.SWMMobileImageBundle
Transportation ressource.
boat_small() - Method in interface de.swm.commons.mobile.client.theme.base.BaseSWMMobileImageRessources
 
boat_small() - Method in interface de.swm.commons.mobile.client.theme.bright.BrightSWMMobileImageRessources
 
boat_small() - Method in interface de.swm.commons.mobile.client.theme.SWMMobileImageBundle
Transportation ressource.
BootsrapSWMMobileTheme - Class in de.swm.commons.mobile.client.theme.bootstrap
Defines all resources belonging to this base style.
BootsrapSWMMobileTheme() - Constructor for class de.swm.commons.mobile.client.theme.bootstrap.BootsrapSWMMobileTheme
Default constructor.
BootstrapSWMMobileCssBundle - Interface in de.swm.commons.mobile.client.theme.bootstrap
Base SWM Mobile style.
BoxBase<T> - Class in de.swm.commons.mobile.client.base
Creates an HTML5 Element and uses the right GWT renderer and parser to support data binding.
BoxBase(String, Renderer<T>, Parser<T>) - Constructor for class de.swm.commons.mobile.client.base.BoxBase
Default constructor.
BoxBase.ToStringRenderer<V> - Class in de.swm.commons.mobile.client.base
 
BoxBase.ToStringRenderer() - Constructor for class de.swm.commons.mobile.client.base.BoxBase.ToStringRenderer
 
BrightSWMMobileCssBundle - Interface in de.swm.commons.mobile.client.theme.bright
Bright SWM Mobile style.
BrightSWMMobileImageRessources - Interface in de.swm.commons.mobile.client.theme.bright
Defines images used inside the framework (in an BaseStyle) Details see SWMMobileImageBundle.
BrightSWMMobileTheme - Class in de.swm.commons.mobile.client.theme.bright
Defines all resources belonging to this bright style.
BrightSWMMobileTheme() - Constructor for class de.swm.commons.mobile.client.theme.bright.BrightSWMMobileTheme
Default constructor.
buildMultiWidgetPopup(String, Widget...) - Method in interface de.swm.commons.mobile.client.utils.ISwmPopupUtil
Baut eine Infobox an (ohne diese Anzuzeigen).
buildMultiWidgetPopup(String, Widget...) - Method in class de.swm.commons.mobile.client.utils.SwmPopupUtilImpl
 
bus() - Method in interface de.swm.commons.mobile.client.theme.base.BaseSWMMobileImageRessources
 
bus() - Method in interface de.swm.commons.mobile.client.theme.bright.BrightSWMMobileImageRessources
 
bus() - Method in interface de.swm.commons.mobile.client.theme.SWMMobileImageBundle
Transportation ressource.
bus_small() - Method in interface de.swm.commons.mobile.client.theme.base.BaseSWMMobileImageRessources
 
bus_small() - Method in interface de.swm.commons.mobile.client.theme.bright.BrightSWMMobileImageRessources
 
bus_small() - Method in interface de.swm.commons.mobile.client.theme.SWMMobileImageBundle
Transportation ressource.
button() - Method in interface de.swm.commons.mobile.client.theme.components.ButtonBaseCss
CSS Style name.
Button - Class in de.swm.commons.mobile.client.widgets
A button.
Button() - Constructor for class de.swm.commons.mobile.client.widgets.Button
Default constructor.
Button(String, ClickHandler) - Constructor for class de.swm.commons.mobile.client.widgets.Button
Constructor.
Button(String, FastClickHelper.FastClickHandler) - Constructor for class de.swm.commons.mobile.client.widgets.Button
Deprecated.
not working in iOS
Button(String) - Constructor for class de.swm.commons.mobile.client.widgets.Button
Constructor.
ButtonBaseCss - Interface in de.swm.commons.mobile.client.theme.components
Überklasse um Shared Styles zu haben.
ButtonCss - Interface in de.swm.commons.mobile.client.theme.components
Represents a css resource for a decoratedListItem.
buttonLightLeftText() - Method in interface de.swm.commons.mobile.client.theme.components.ButtonCss
CSS Style name.

C

cable() - Method in interface de.swm.commons.mobile.client.theme.base.BaseSWMMobileImageRessources
 
cable() - Method in interface de.swm.commons.mobile.client.theme.bright.BrightSWMMobileImageRessources
 
cable() - Method in interface de.swm.commons.mobile.client.theme.SWMMobileImageBundle
Transportation ressource.
cable_small() - Method in interface de.swm.commons.mobile.client.theme.base.BaseSWMMobileImageRessources
 
cable_small() - Method in interface de.swm.commons.mobile.client.theme.bright.BrightSWMMobileImageRessources
 
cable_small() - Method in interface de.swm.commons.mobile.client.theme.SWMMobileImageBundle
Transportation ressource.
cancelButton() - Method in interface de.swm.commons.mobile.client.constants.I18NConstants
i18n.
cancelStatusPopup() - Method in interface de.swm.commons.mobile.client.utils.ISwmPopupUtil.StatusPopupHandler
Beenden des StatusPopups..
captureDragEvents(DragEventsHandler) - Method in class de.swm.commons.mobile.client.event.DragController
Will capture drag events.
captureSwipeEvents(SwipeEventsHandler) - Method in class de.swm.commons.mobile.client.event.DragController
Will capture swipe events.
changedTouches() - Method in class de.swm.commons.mobile.client.event.TouchEvent
Changed Touches: a list of fingers involved in the current event.
changeStatus(String) - Method in interface de.swm.commons.mobile.client.utils.ISwmPopupUtil.StatusPopupHandler
Aenderung des Anzeigestatus.
checkBox() - Method in interface de.swm.commons.mobile.client.theme.bright.BrightSWMMobileCssBundle
 
CheckBox - Class in de.swm.commons.mobile.client.widgets
CheckBox widget.
CheckBox() - Constructor for class de.swm.commons.mobile.client.widgets.CheckBox
Default constructor.
CheckBox.CheckBoxIndicator - Class in de.swm.commons.mobile.client.widgets
Indicator class for Android devices.
CheckBox.CheckBoxIndicator() - Constructor for class de.swm.commons.mobile.client.widgets.CheckBox.CheckBoxIndicator
Default constructor.
checkBoxGroup() - Method in interface de.swm.commons.mobile.client.theme.components.CheckRadioBoxCss
CSS Style name.
CheckBoxGroup - Class in de.swm.commons.mobile.client.widgets
Defines a group of check boxes.
CheckBoxGroup() - Constructor for class de.swm.commons.mobile.client.widgets.CheckBoxGroup
Default constructor.
checkBoxIndicator() - Method in interface de.swm.commons.mobile.client.theme.components.CheckRadioBoxCss
CSS Style name.
checkInitialLoad(IsSWMMobileWidget) - Method in class de.swm.commons.mobile.client.utils.IsSWMMobileWidgetHelper
Checks if this widget was already initialized.
checkmark() - Method in interface de.swm.commons.mobile.client.theme.base.BaseSWMMobileImageRessources
 
checkmark() - Method in interface de.swm.commons.mobile.client.theme.bright.BrightSWMMobileImageRessources
 
checkmark() - Method in interface de.swm.commons.mobile.client.theme.SWMMobileImageBundle
Defines one part of the SWMMobile widget system.
checkmark_gray() - Method in interface de.swm.commons.mobile.client.theme.base.BaseSWMMobileImageRessources
 
checkmark_gray() - Method in interface de.swm.commons.mobile.client.theme.bright.BrightSWMMobileImageRessources
 
checkmark_gray() - Method in interface de.swm.commons.mobile.client.theme.SWMMobileImageBundle
Defines one part of the SWMMobile widget system.
checkmarkImage - Variable in class de.swm.commons.mobile.client.widgets.SelectItem
 
CheckRadioBoxCss - Interface in de.swm.commons.mobile.client.theme.components
Represents check and radio boxes.
chevron() - Method in interface de.swm.commons.mobile.client.theme.components.ListPanelCss
CSS Style name.
clear() - Method in class de.swm.commons.mobile.client.base.PanelBase
 
clear() - Method in interface de.swm.commons.mobile.client.theme.components.SearchBoxCss
clear
clear() - Method in class de.swm.commons.mobile.client.widgets.command.CommandDropDown
 
clear() - Method in class de.swm.commons.mobile.client.widgets.DropDownList
Clears the drop down list.
clear() - Method in class de.swm.commons.mobile.client.widgets.HeaderPanel
 
clear() - Method in class de.swm.commons.mobile.client.widgets.IndexedScrollPanel
Clears all entries.
clear() - Method in class de.swm.commons.mobile.client.widgets.IndexedScrollPanelWithPager
Clears all entries.
clear() - Method in class de.swm.commons.mobile.client.widgets.NotificationBox
clear() - Method in class de.swm.commons.mobile.client.widgets.popup.SelectPopup
 
clear() - Method in class de.swm.commons.mobile.client.widgets.popup.SimplePopup
 
clear() - Method in class de.swm.commons.mobile.client.widgets.scroll.AdaptiveScrollPanel
 
clear() - Method in class de.swm.commons.mobile.client.widgets.SelectPanel
 
clear() - Method in class de.swm.commons.mobile.client.widgets.Slide
 
clear() - Method in class de.swm.commons.mobile.client.widgets.SlidePanel
 
clear() - Method in class de.swm.commons.mobile.client.widgets.tab.Tab
 
clear() - Method in class de.swm.commons.mobile.client.widgets.tab.TabContent
 
clear() - Method in class de.swm.commons.mobile.client.widgets.tab.TabPanel
 
clear() - Method in class de.swm.commons.mobile.client.widgets.toolbar.ToolbarContent
 
clear() - Method in class de.swm.commons.mobile.client.widgets.toolbar.ToolbarElement
 
clear() - Method in class de.swm.commons.mobile.client.widgets.toolbar.ToolbarPanel
Removes all child widgets.
clearActive() - Method in interface de.swm.commons.mobile.client.theme.components.SearchBoxCss
clearActive
clearErrorMessage() - Method in interface de.swm.commons.mobile.client.validation.IErrorOutputElement
Clears all error messages of the specified component.
clearErrorMessage() - Method in class de.swm.commons.mobile.client.widgets.ErrorLabel
Clears all error messages of the specified component.
clearErrorMessage() - Method in class de.swm.commons.mobile.client.widgets.ErrorListItem
Clears all error messages of the specified component.
clearErrorMessage() - Method in class de.swm.commons.mobile.client.widgets.LabelWithErrorOutput
 
clearSelection() - Method in class de.swm.commons.mobile.client.widgets.command.CommandDropDown
Removes the current selection.
clearSelection() - Method in class de.swm.commons.mobile.client.widgets.DropDownList
 
clearSelection() - Method in class de.swm.commons.mobile.client.widgets.popup.SelectPopup
Removes the current selection.
clearSelection() - Method in class de.swm.commons.mobile.client.widgets.SelectPanel
Removes the current selection.
clearValidation() - Method in interface de.swm.commons.mobile.client.validation.IHasValidator
Clears the component of all validation results.
clearValidation() - Method in class de.swm.commons.mobile.client.validation.impl.ValidationHelper
 
clearValidation() - Method in class de.swm.commons.mobile.client.widgets.TextArea
 
clone(Point) - Method in class de.swm.commons.mobile.client.utils.Point
Will clone the point.
close() - Method in class de.swm.commons.mobile.client.widgets.accordion.AccordionStack
Will close this stack.
closeButton - Variable in class de.swm.commons.mobile.client.widgets.NotificationBox
 
collapse() - Method in interface de.swm.commons.mobile.client.theme.components.AccordionPanelCss
CSS Style name.
com.google.gwt.user.client.impl - package com.google.gwt.user.client.impl
 
commandDropDown() - Method in interface de.swm.commons.mobile.client.theme.components.CommandPanelCss
CSS Style name.
CommandDropDown - Class in de.swm.commons.mobile.client.widgets.command
Defines a command bar containing command widgets with drop down selection (DropDownItems).
CommandDropDown(String, ImageResource, ImageResource) - Constructor for class de.swm.commons.mobile.client.widgets.command.CommandDropDown
 
CommandDropDown(DropDownItem[], String, ImageResource, ImageResource, ValueChangeHandler<String>) - Constructor for class de.swm.commons.mobile.client.widgets.command.CommandDropDown
 
commandGlassPanel() - Method in interface de.swm.commons.mobile.client.theme.components.PopupsCss
CSS Style name.
CommandItem - Class in de.swm.commons.mobile.client.widgets.command
Defines a command bar containing command widgets (CommandItems).
CommandItem() - Constructor for class de.swm.commons.mobile.client.widgets.command.CommandItem
Allow subclasses to use different constructors
CommandItem(String, ImageResource, ImageResource) - Constructor for class de.swm.commons.mobile.client.widgets.command.CommandItem
Constructor.
CommandItem(String, ImageResource, ClickHandler) - Constructor for class de.swm.commons.mobile.client.widgets.command.CommandItem
Constructor.
CommandItem(ImageResource, ClickHandler) - Constructor for class de.swm.commons.mobile.client.widgets.command.CommandItem
Constructor.
CommandItem(ImageResource, ImageResource, ClickHandler) - Constructor for class de.swm.commons.mobile.client.widgets.command.CommandItem
Constructor.
CommandItem(String, ImageResource, ImageResource, ClickHandler) - Constructor for class de.swm.commons.mobile.client.widgets.command.CommandItem
Constructor.
commandPanel() - Method in interface de.swm.commons.mobile.client.theme.components.CommandPanelCss
CSS Style name.
CommandPanel - Class in de.swm.commons.mobile.client.widgets.command
Defines a command bar containing command widgets (CommandItems).
CommandPanel() - Constructor for class de.swm.commons.mobile.client.widgets.command.CommandPanel
Default Constructor.
CommandPanelCss - Interface in de.swm.commons.mobile.client.theme.components
Represents a css resource for a CommandPanel.
commandPopup() - Method in interface de.swm.commons.mobile.client.theme.components.PopupsCss
CSS Style name.
CommandPopup - Class in de.swm.commons.mobile.client.widgets.command
Shows a popup panel which can contain a array of widgets like buttons.
CommandPopup(String, ImageResource, Widget[]) - Constructor for class de.swm.commons.mobile.client.widgets.command.CommandPopup
Default constructor.
compareTo(ISwmPopupUtil.ItemDesciptor) - Method in class de.swm.commons.mobile.client.utils.ISwmPopupUtil.ItemDesciptor
 
confirmButton() - Method in interface de.swm.commons.mobile.client.constants.I18NConstants
i18n.
ConnectionListItem - Class in de.swm.commons.mobile.client.widgets.publictransport
ListItem wich represents a specific connection.
ConnectionListItem(boolean, Date, Date, int, ConnectionListItem.TransportMeans[], String) - Constructor for class de.swm.commons.mobile.client.widgets.publictransport.ConnectionListItem
Default constructor.
ConnectionListItem.TransportMeans - Enum in de.swm.commons.mobile.client.widgets.publictransport
Die verschiedenen Verkehrsmittel.
connectionListItemCover() - Method in interface de.swm.commons.mobile.client.theme.components.ConnectionListItemCss
CSS Style name.
ConnectionListItemCss - Interface in de.swm.commons.mobile.client.theme.components
Represents a css resource for a ConnectionListItem.
connectionListItemPast() - Method in interface de.swm.commons.mobile.client.theme.components.ConnectionListItemCss
CSS Style name.
connectionListItemRecomended() - Method in interface de.swm.commons.mobile.client.theme.components.ConnectionListItemCss
CSS Style name.
connectionListItemText() - Method in interface de.swm.commons.mobile.client.theme.components.ConnectionListItemCss
CSS Style name.
connectionListTimePanel() - Method in interface de.swm.commons.mobile.client.theme.components.ConnectionListItemCss
CSS Style name.
console(String) - Static method in class de.swm.commons.mobile.client.utils.Utils
Writes a debug message to the browser's console.
contentPanel - Variable in class de.swm.commons.mobile.client.widgets.SlidePanel
 
contentPanel - Variable in class de.swm.commons.mobile.client.widgets.Slider
 
createCommandPanel(ClickHandler) - Method in class de.swm.commons.mobile.client.widgets.date.DatePopup
Creates the command panel (with the buttons to confirm or cancel the date choice).
createCommandPanel(ClickHandler) - Method in class de.swm.commons.mobile.client.widgets.popup.SimpleDatePopup
Creates the command panel (with the buttons to confirm or cancel the date choice).
createLoadingIndicatorClickHandler(ClickHandler) - Method in class de.swm.commons.mobile.client.presenter.AbstractMobilePresenter
Will create a click hanlder, which will automatically crerate a loading indicator when clicked (if loadimng indicator is globally enabled)
createNumberInputElement(String) - Static method in class de.swm.commons.mobile.client.base.BoxBase
Creates the right HTML input element.
css - Variable in class de.swm.commons.mobile.client.widgets.NotificationBox
 
css - Variable in class de.swm.commons.mobile.client.widgets.SearchBox
 
css - Variable in class de.swm.commons.mobile.client.widgets.SearchBoxLikeButton
 

D

DateCalculation - Class in de.swm.commons.mobile.client.widgets.date
Delegate for Date Calculations.
DateCalculation(Date) - Constructor for class de.swm.commons.mobile.client.widgets.date.DateCalculation
Constructor that sets a given date as internal state.
dateCancelButton() - Method in interface de.swm.commons.mobile.client.theme.components.PopupsCss
CSS Style name.
dateCommandPanel() - Method in interface de.swm.commons.mobile.client.theme.components.PopupsCss
CSS Style name.
dateGlassPanel() - Method in interface de.swm.commons.mobile.client.theme.components.PopupsCss
CSS Style name.
dateInputPanel() - Method in interface de.swm.commons.mobile.client.theme.components.PopupsCss
CSS Style name.
dateOkButton() - Method in interface de.swm.commons.mobile.client.theme.components.PopupsCss
CSS Style name.
datePopup() - Method in interface de.swm.commons.mobile.client.theme.components.PopupsCss
CSS Style name.
DatePopup - Class in de.swm.commons.mobile.client.widgets.date
Popup to select date and time.
DatePopup(Date, DateStyle, DatePopup.DateSelectionHandler) - Constructor for class de.swm.commons.mobile.client.widgets.date.DatePopup
Default constructor.
DatePopup.DateSelectionHandler - Interface in de.swm.commons.mobile.client.widgets.date
Date selection handler.
dateRelativeTimeChooserPanel() - Method in interface de.swm.commons.mobile.client.theme.components.PopupsCss
CSS Style name.
dateSelected(Date) - Method in interface de.swm.commons.mobile.client.widgets.date.DatePopup.DateSelectionHandler
Sets the selected date.
dateSelected(Date) - Method in interface de.swm.commons.mobile.client.widgets.popup.SimpleDatePopup.DateSelectionHandler
Sets the selected date.
dateSelectionCancelled() - Method in interface de.swm.commons.mobile.client.widgets.date.DatePopup.DateSelectionHandler
Called, if date selection was canceled.
dateSelectionCancelled() - Method in interface de.swm.commons.mobile.client.widgets.popup.SimpleDatePopup.DateSelectionHandler
Called, if date selection was canceled.
dateSpinnerPanel() - Method in interface de.swm.commons.mobile.client.theme.components.PopupsCss
CSS Style name.
DateStyle - Enum in de.swm.commons.mobile.client.widgets.date
Defines the different date styles.
DateTextBox - Class in de.swm.commons.mobile.client.widgets.date
Defines a Date selection box.
DateTextBox() - Constructor for class de.swm.commons.mobile.client.widgets.date.DateTextBox
Default constructor.
DateTextBox(DateStyle) - Constructor for class de.swm.commons.mobile.client.widgets.date.DateTextBox
Alternative UI constructor.
DateTextBoxReadOnly - Class in de.swm.commons.mobile.client.widgets.date
Defines a read only Date box.
DateTextBoxReadOnly(DateStyle) - Constructor for class de.swm.commons.mobile.client.widgets.date.DateTextBoxReadOnly
 
DateTimeParser - Class in de.swm.commons.mobile.client.widgets.date
Implements regarding to googles parser system for a date parser.
DateTimeParser(String) - Constructor for class de.swm.commons.mobile.client.widgets.date.DateTimeParser
Default constructor.
dateTimeSelectionCaption() - Method in interface de.swm.commons.mobile.client.constants.I18NConstants
i18n.
dateValueLabel() - Method in interface de.swm.commons.mobile.client.theme.components.PopupsCss
CSS Style name.
de.swm.commons.local.client - package de.swm.commons.local.client
 
de.swm.commons.mobile.client - package de.swm.commons.mobile.client
 
de.swm.commons.mobile.client.base - package de.swm.commons.mobile.client.base
 
de.swm.commons.mobile.client.constants - package de.swm.commons.mobile.client.constants
 
de.swm.commons.mobile.client.event - package de.swm.commons.mobile.client.event
 
de.swm.commons.mobile.client.orientation - package de.swm.commons.mobile.client.orientation
 
de.swm.commons.mobile.client.page - package de.swm.commons.mobile.client.page
 
de.swm.commons.mobile.client.presenter - package de.swm.commons.mobile.client.presenter
 
de.swm.commons.mobile.client.setup - package de.swm.commons.mobile.client.setup
 
de.swm.commons.mobile.client.theme - package de.swm.commons.mobile.client.theme
 
de.swm.commons.mobile.client.theme.base - package de.swm.commons.mobile.client.theme.base
 
de.swm.commons.mobile.client.theme.bootstrap - package de.swm.commons.mobile.client.theme.bootstrap
 
de.swm.commons.mobile.client.theme.bright - package de.swm.commons.mobile.client.theme.bright
 
de.swm.commons.mobile.client.theme.components - package de.swm.commons.mobile.client.theme.components
 
de.swm.commons.mobile.client.utils - package de.swm.commons.mobile.client.utils
 
de.swm.commons.mobile.client.validation - package de.swm.commons.mobile.client.validation
 
de.swm.commons.mobile.client.validation.impl - package de.swm.commons.mobile.client.validation.impl
 
de.swm.commons.mobile.client.widgets - package de.swm.commons.mobile.client.widgets
 
de.swm.commons.mobile.client.widgets.accordion - package de.swm.commons.mobile.client.widgets.accordion
 
de.swm.commons.mobile.client.widgets.command - package de.swm.commons.mobile.client.widgets.command
 
de.swm.commons.mobile.client.widgets.date - package de.swm.commons.mobile.client.widgets.date
 
de.swm.commons.mobile.client.widgets.experimental - package de.swm.commons.mobile.client.widgets.experimental
 
de.swm.commons.mobile.client.widgets.itf - package de.swm.commons.mobile.client.widgets.itf
 
de.swm.commons.mobile.client.widgets.page - package de.swm.commons.mobile.client.widgets.page
 
de.swm.commons.mobile.client.widgets.popup - package de.swm.commons.mobile.client.widgets.popup
 
de.swm.commons.mobile.client.widgets.progressbar - package de.swm.commons.mobile.client.widgets.progressbar
 
de.swm.commons.mobile.client.widgets.publictransport - package de.swm.commons.mobile.client.widgets.publictransport
 
de.swm.commons.mobile.client.widgets.scroll - package de.swm.commons.mobile.client.widgets.scroll
 
de.swm.commons.mobile.client.widgets.tab - package de.swm.commons.mobile.client.widgets.tab
 
de.swm.commons.mobile.client.widgets.toolbar - package de.swm.commons.mobile.client.widgets.toolbar
 
de.swm.commons.mobile.client.widgets.tree - package de.swm.commons.mobile.client.widgets.tree
 
de.swm.commons.mobile.generator - package de.swm.commons.mobile.generator
 
DecoratedListItem - Class in de.swm.commons.mobile.client.widgets
A ListItem with an Image.
DecoratedListItem() - Constructor for class de.swm.commons.mobile.client.widgets.DecoratedListItem
Default constructor.
DecoratedListItem(ImageResource, String, String) - Constructor for class de.swm.commons.mobile.client.widgets.DecoratedListItem
Default constructor.
DecoratedListItem(ImageResource, int, int, String, String) - Constructor for class de.swm.commons.mobile.client.widgets.DecoratedListItem
Default constructor.
DecoratedListItemCss - Interface in de.swm.commons.mobile.client.theme.components
Represents a css resource for a decoratedListItem.
decoratedListItemHPanel() - Method in interface de.swm.commons.mobile.client.theme.components.DecoratedListItemCss
CSS Style name.
decoratedListItemSubtitle() - Method in interface de.swm.commons.mobile.client.theme.components.DecoratedListItemCss
CSS Style name.
decoratedListItemTitle() - Method in interface de.swm.commons.mobile.client.theme.components.DecoratedListItemCss
CSS Style name.
decoratedListItemVPanel() - Method in interface de.swm.commons.mobile.client.theme.components.DecoratedListItemCss
CSS Style name.
decoratedSuggestBox() - Method in interface de.swm.commons.mobile.client.theme.components.TextBoxCss
CSS Style name.
DecoratedSuggestBox - Class in de.swm.commons.mobile.client.widgets
Suggest box with icon decoration.
DecoratedSuggestBox(MultiWordSuggestOracle, ImageResource, ImageResource, ClickHandler) - Constructor for class de.swm.commons.mobile.client.widgets.DecoratedSuggestBox
Default constructor.
decoratedSuggestBoxIcon() - Method in interface de.swm.commons.mobile.client.theme.components.TextBoxCss
CSS Style name.
decoratedSuggestBoxInput() - Method in interface de.swm.commons.mobile.client.theme.components.TextBoxCss
CSS Style name.
decoratedTextBox() - Method in interface de.swm.commons.mobile.client.theme.components.TextBoxCss
TODO: Remove, this style is currently unused. /** CSS Style name.
DecoratedTextBox - Class in de.swm.commons.mobile.client.widgets
Test box with an image decoration (right corner)
DecoratedTextBox(String, ImageResource, ImageResource) - Constructor for class de.swm.commons.mobile.client.widgets.DecoratedTextBox
Default constructor.
decoratedTextBoxCaption() - Method in interface de.swm.commons.mobile.client.theme.components.TextBoxCss
CSS Style name.
decoratedTextBoxHPanel() - Method in interface de.swm.commons.mobile.client.theme.components.TextBoxCss
CSS Style name.
decoratedTextBoxIcon() - Method in interface de.swm.commons.mobile.client.theme.components.TextBoxCss
CSS Style name.
decoratedTextBoxInput() - Method in interface de.swm.commons.mobile.client.theme.components.TextBoxCss
CSS Style name.
decoratedTextBoxVPanel() - Method in interface de.swm.commons.mobile.client.theme.components.TextBoxCss
CSS Style name.
decrementDay() - Method in class de.swm.commons.mobile.client.widgets.date.DateCalculation
Decrements a day.
decrementHour() - Method in class de.swm.commons.mobile.client.widgets.date.DateCalculation
Decrements a hour.
decrementMinute() - Method in class de.swm.commons.mobile.client.widgets.date.DateCalculation
Decrements a minute.
decrementMonth() - Method in class de.swm.commons.mobile.client.widgets.date.DateCalculation
Decrements a month.
decrementYear() - Method in class de.swm.commons.mobile.client.widgets.date.DateCalculation
Decrements a year.
DEFAULT_TRANSITION_DURATION - Static variable in class de.swm.commons.mobile.client.widgets.scroll.ScrollPanelWithScrollbar
 
DefaultTreeImpl - Class in de.swm.commons.mobile.client.widgets.tree
 
DefaultTreeImpl(ITreeNode, ITree) - Constructor for class de.swm.commons.mobile.client.widgets.tree.DefaultTreeImpl
 
DefaultTreeNodeImpl - Class in de.swm.commons.mobile.client.widgets.tree
 
DefaultTreeNodeImpl(String) - Constructor for class de.swm.commons.mobile.client.widgets.tree.DefaultTreeNodeImpl
 
DefaultTreeNodeImpl(String, String) - Constructor for class de.swm.commons.mobile.client.widgets.tree.DefaultTreeNodeImpl
 
DefaultTreeNodeImpl(String, String, ImageResource) - Constructor for class de.swm.commons.mobile.client.widgets.tree.DefaultTreeNodeImpl
 
DefaultTreeNodeImpl(String, String, ImageResource, ImageResource) - Constructor for class de.swm.commons.mobile.client.widgets.tree.DefaultTreeNodeImpl
 
DefaultTreeNodeImpl(String, String, ImageResource, ImageResource, Object) - Constructor for class de.swm.commons.mobile.client.widgets.tree.DefaultTreeNodeImpl
 
Density - Enum in de.swm.commons.mobile.client.setup
Defines the DPI screen resolution.
desktop() - Method in interface de.swm.commons.mobile.client.theme.components.PageCss
CSS Style name.
disabled() - Method in interface de.swm.commons.mobile.client.theme.components.ButtonCss
CSS Style name.
disabled() - Method in interface de.swm.commons.mobile.client.theme.components.CommandPanelCss
CSS Style name.
disabled() - Method in interface de.swm.commons.mobile.client.theme.components.FlipSwitchCss
CSS Style name.
disabled() - Method in interface de.swm.commons.mobile.client.theme.components.ListPanelCss
CSS Style name.
disabled() - Method in interface de.swm.commons.mobile.client.theme.components.SelectPanelCss
CSS Style name.
disabled - Variable in class de.swm.commons.mobile.client.widgets.SelectItem
 
dispatch(AccordionEventsHandler) - Method in class de.swm.commons.mobile.client.event.AccordionEvent
Will dispatch this event.
dispatch(DragEventsHandler) - Method in class de.swm.commons.mobile.client.event.DragEvent
Will dispatch this event.
dispatch(SelectionChangedHandler) - Method in class de.swm.commons.mobile.client.event.SelectionChangedEvent
 
dispatch(SwipeEventsHandler) - Method in class de.swm.commons.mobile.client.event.SwipeEvent
Will dispatch this event.
dispatch(OrientationChangeHandler) - Method in class de.swm.commons.mobile.client.orientation.OrientationChangeEvent
dispatch(IconClickHandler) - Method in class de.swm.commons.mobile.client.widgets.IconClickEvent
 
dispatch(TreeChangedHandler) - Method in class de.swm.commons.mobile.client.widgets.tree.TreeChangedEvent
 
DisplayCss - Interface in de.swm.commons.mobile.client.theme.components
Represents a resolution of a Display.
DOMImplMobileSafari - Class in com.google.gwt.user.client.impl
DOMImplMobileSafari class.
DOMImplMobileSafari() - Constructor for class com.google.gwt.user.client.impl.DOMImplMobileSafari
Constructor for DOMImplMobileSafari.
DOMImplMozillaWithTransistions - Class in com.google.gwt.user.client.impl
 
DOMImplMozillaWithTransistions() - Constructor for class com.google.gwt.user.client.impl.DOMImplMozillaWithTransistions
Constructor for DOMImplSafariWithTransistion.
DOMImplSafariWithTransistion - Class in com.google.gwt.user.client.impl
DOMImplSafariWithTransistion class.
DOMImplSafariWithTransistion() - Constructor for class com.google.gwt.user.client.impl.DOMImplSafariWithTransistion
Constructor for DOMImplSafariWithTransistion.
down() - Method in interface de.swm.commons.mobile.client.theme.base.BaseSWMMobileImageRessources
 
down() - Method in interface de.swm.commons.mobile.client.theme.bright.BrightSWMMobileImageRessources
 
down() - Method in interface de.swm.commons.mobile.client.theme.SWMMobileImageBundle
Defines one part of the SWMMobile widget system.
DragController - Class in de.swm.commons.mobile.client.event
Is handling HTML5 drag events.
DragControllerDesktop - Class in de.swm.commons.mobile.client.event
Drag controller for desktop devices.
DragControllerDesktop() - Constructor for class de.swm.commons.mobile.client.event.DragControllerDesktop
Default constructor.
DragControllerMobile - Class in de.swm.commons.mobile.client.event
Drag controller for mobile devices
DragControllerMobile() - Constructor for class de.swm.commons.mobile.client.event.DragControllerMobile
Default constructor.
DragControllerOptions - Class in de.swm.commons.mobile.client.event
Defines options for event propagation.
DragControllerOptions() - Constructor for class de.swm.commons.mobile.client.event.DragControllerOptions
 
DragEvent - Class in de.swm.commons.mobile.client.event
Defines a Drag event.
DragEvent(Event, DragEvent.Type, double, double, double, double) - Constructor for class de.swm.commons.mobile.client.event.DragEvent
Default constructor.
DragEvent.Type - Enum in de.swm.commons.mobile.client.event
States of a Drag.
DragEventsHandler - Interface in de.swm.commons.mobile.client.event
Defines event handler for drag events.
drawImage(ImageResource, int, int) - Method in class de.swm.commons.mobile.client.widgets.PaintableCanvas
 
drawImage(ImageResource, double, double, double, double) - Method in class de.swm.commons.mobile.client.widgets.PaintableCanvas
 
drawImage(Image, double, double, double, double) - Method in class de.swm.commons.mobile.client.widgets.PaintableCanvas
 
drawImageStretched(ImageResource) - Method in class de.swm.commons.mobile.client.widgets.PaintableCanvas
 
drawImageStretched(Image) - Method in class de.swm.commons.mobile.client.widgets.PaintableCanvas
 
DropDownCss - Interface in de.swm.commons.mobile.client.theme.components
Represents a css resource for a decoratedListItem.
DropDownItem - Class in de.swm.commons.mobile.client.widgets
Defines an entry inside a drop down box.
DropDownItem() - Constructor for class de.swm.commons.mobile.client.widgets.DropDownItem
Default constructor.
DropDownItem(String) - Constructor for class de.swm.commons.mobile.client.widgets.DropDownItem
Default constructor.
DropDownItem(String, String) - Constructor for class de.swm.commons.mobile.client.widgets.DropDownItem
Constructor for simple value/text drop down item.
dropDownList() - Method in interface de.swm.commons.mobile.client.theme.components.DropDownCss
CSS Style name.
DropDownList<T> - Class in de.swm.commons.mobile.client.widgets
Listbox that supports data binding and internationalization
DropDownList() - Constructor for class de.swm.commons.mobile.client.widgets.DropDownList
Default constructor.

E

EmailTextBox - Class in de.swm.commons.mobile.client.widgets
The email text box.
EmailTextBox() - Constructor for class de.swm.commons.mobile.client.widgets.EmailTextBox
Default constructor.
equals(Object) - Method in class de.swm.commons.mobile.client.utils.Point
 
error() - Method in interface de.swm.commons.mobile.client.theme.components.TextBoxCss
CSS Style name.
ErrorCss - Interface in de.swm.commons.mobile.client.theme.components
Represents a css resource for different kinds of error messages.
ErrorLabel - Class in de.swm.commons.mobile.client.widgets
Simple implementation of an error Output element.
ErrorLabel() - Constructor for class de.swm.commons.mobile.client.widgets.ErrorLabel
Default constructor.
ErrorListItem - Class in de.swm.commons.mobile.client.widgets
Simple implementation of an error Output element as List Item Representation.
ErrorListItem() - Constructor for class de.swm.commons.mobile.client.widgets.ErrorListItem
Default constructor.
errorText() - Method in interface de.swm.commons.mobile.client.theme.components.ErrorCss
CSS Style name.
eventGetTypeInt(String) - Method in class com.google.gwt.user.client.impl.DOMImplMobileSafari
eventGetTypeInt(String) - Method in class com.google.gwt.user.client.impl.DOMImplMozillaWithTransistions
eventGetTypeInt(String) - Method in class com.google.gwt.user.client.impl.DOMImplSafariWithTransistion
eventGetTypeInt0(String) - Method in class com.google.gwt.user.client.impl.DOMImplMobileSafari
 
eventGetTypeInt0(String) - Method in class com.google.gwt.user.client.impl.DOMImplMozillaWithTransistions
 
eventGetTypeInt0(String) - Method in class com.google.gwt.user.client.impl.DOMImplSafariWithTransistion
 
EventHandler - Interface in de.swm.commons.mobile.client.event
General event handler interface.
expand() - Method in interface de.swm.commons.mobile.client.theme.components.AccordionPanelCss
CSS Style name.
expand() - Method in class de.swm.commons.mobile.client.widgets.accordion.AccordionStack
Will expand this stack.

F

FADE - Static variable in class de.swm.commons.mobile.client.page.Transition
Defines a transition.
fade() - Method in interface de.swm.commons.mobile.client.theme.components.TransitionsCss
CSS Style name.
fadeOut(int) - Method in class de.swm.commons.mobile.client.widgets.ScrollBar
Fades out the scrollbar after X milliseconds.
FastClickHelper - Class in de.swm.commons.mobile.client.event
Will add a click event as TochStart event to widgets on mobile system.
FastClickHelper() - Constructor for class de.swm.commons.mobile.client.event.FastClickHelper
 
FastClickHelper.FastClickEvent - Interface in de.swm.commons.mobile.client.event
 
FastClickHelper.FastClickHandler - Interface in de.swm.commons.mobile.client.event
 
FastHeaderPanel - Class in de.swm.commons.mobile.client.widgets.experimental
Header-Panel which is very fast on Click events because an touch event will be forwarded as click event.
FastHeaderPanel() - Constructor for class de.swm.commons.mobile.client.widgets.experimental.FastHeaderPanel
Default constructor.
findTree(ITree.ITreeFinder) - Method in class de.swm.commons.mobile.client.widgets.tree.DefaultTreeImpl
 
findTree(ITree.ITreeFinder) - Method in interface de.swm.commons.mobile.client.widgets.tree.ITree
Find a (sub-)tree with the help of an application specific ITreeFinder interface.
findTree(ITree) - Method in interface de.swm.commons.mobile.client.widgets.tree.ITree.ITreeFinder
Utility method to decide if given tree is the searched one.
fireDragEvent(DragEvent) - Method in class de.swm.commons.mobile.client.event.DragController
Fires a drag event after a drag event was recognized.
fireMobileEvent(MobileEvent, IPage) - Method in class de.swm.commons.mobile.client.presenter.AbstractMobilePresenter
 
fireSelectionChangeUpdate(int) - Method in class de.swm.commons.mobile.client.widgets.toolbar.ToolbarPanel
Fires an selection changed update.
fireSwipeEvent(SwipeEvent) - Method in class de.swm.commons.mobile.client.event.DragController
Fires a drag swipe event after a drag event was recognized.
flex() - Method in interface de.swm.commons.mobile.client.theme.components.ListPanelFlexCss
CSS Style name.
FlexCss - Interface in de.swm.commons.mobile.client.theme.components
Represents a css resource flexible component syling (will be user in Forms).
flexPad() - Method in interface de.swm.commons.mobile.client.theme.components.FlexCss
CSS Style name.
flexPhone() - Method in interface de.swm.commons.mobile.client.theme.components.FlexCss
CSS Style name.
FLIP - Static variable in class de.swm.commons.mobile.client.page.Transition
Defines a transition.
flip0() - Method in interface de.swm.commons.mobile.client.theme.components.TransitionsCss
CSS Style name.
flip1() - Method in interface de.swm.commons.mobile.client.theme.components.TransitionsCss
CSS Style name.
flipHours() - Method in interface de.swm.commons.mobile.client.theme.components.FlipTimePanelCss
CSS Style name.
flipMinutes() - Method in interface de.swm.commons.mobile.client.theme.components.FlipTimePanelCss
CSS Style name.
flipNumber() - Method in interface de.swm.commons.mobile.client.theme.components.FlipTimePanelCss
CSS Style name.
flipNumberContent() - Method in interface de.swm.commons.mobile.client.theme.components.FlipTimePanelCss
CSS Style name.
flipNumberCover() - Method in interface de.swm.commons.mobile.client.theme.components.FlipTimePanelCss
CSS Style name.
flipSwitch() - Method in interface de.swm.commons.mobile.client.theme.components.FlipSwitchCss
CSS Style name.
FlipSwitch - Class in de.swm.commons.mobile.client.widgets
Flip-Switch (boolean widget) with data binding.
FlipSwitch() - Constructor for class de.swm.commons.mobile.client.widgets.FlipSwitch
Default constructor.
FlipSwitchCss - Interface in de.swm.commons.mobile.client.theme.components
Represents a FlipSwitch.
FlipTimePanel - Class in de.swm.commons.mobile.client.widgets.publictransport
Displays Arrival and Departure times.
FlipTimePanel(Date) - Constructor for class de.swm.commons.mobile.client.widgets.publictransport.FlipTimePanel
Default constructor.
FlipTimePanel(Date, boolean) - Constructor for class de.swm.commons.mobile.client.widgets.publictransport.FlipTimePanel
Default constructor.
FlipTimePanel.FlipNumber - Class in de.swm.commons.mobile.client.widgets.publictransport
Zeit eine numme an (als Abfahrtzeit).
FlipTimePanel.FlipNumber(String) - Constructor for class de.swm.commons.mobile.client.widgets.publictransport.FlipTimePanel.FlipNumber
Default constructor.
FlipTimePanelCss - Interface in de.swm.commons.mobile.client.theme.components
Represents a css resource for a FlipTimePanel.
focus() - Method in interface de.swm.commons.mobile.client.theme.components.DropDownCss
CSS Style name.
focus() - Method in interface de.swm.commons.mobile.client.theme.components.TextBoxCss
CSS Style name.
forceFullRepaint() - Static method in class de.swm.commons.mobile.client.utils.Utils
Will re-redner a screen on android.
formatToRfc3339(Date, DateStyle, boolean) - Method in class de.swm.commons.mobile.client.widgets.date.DateCalculation
Formats a date according to Rfc3339 spezification
formatToRfc3339Timestamp(Date, boolean) - Method in class de.swm.commons.mobile.client.widgets.date.DateCalculation
Formats a date according to Rfc3339 spezification

G

generate(TreeLogger, GeneratorContext, String) - Method in class de.swm.commons.mobile.generator.OsDetectionGenerator
GenericRadioButtonGroup<T> - Class in de.swm.commons.mobile.client.widgets
Container for a group of RadioButtons.
GenericRadioButtonGroup() - Constructor for class de.swm.commons.mobile.client.widgets.GenericRadioButtonGroup
Default constructor.
get() - Static method in class de.swm.commons.mobile.client.event.DragController
Returns the singleton instance of this controller.
get() - Static method in class de.swm.commons.mobile.client.presenter.PresenterController
 
getAccordionPanelCss() - Method in interface de.swm.commons.mobile.client.theme.base.BaseSWMMobileCssBundle
 
getAccordionPanelCss() - Method in interface de.swm.commons.mobile.client.theme.bootstrap.BootstrapSWMMobileCssBundle
 
getAccordionPanelCss() - Method in interface de.swm.commons.mobile.client.theme.bright.BrightSWMMobileCssBundle
 
getAccordionPanelCss() - Method in interface de.swm.commons.mobile.client.theme.SWMMobileCssBundle
Defines one part of the SWMMobile widget system.
getAccordionStack() - Method in class de.swm.commons.mobile.client.event.AccordionEvent
 
getAction() - Method in class de.swm.commons.mobile.client.utils.ISwmPopupUtil.ItemDesciptor
 
getActiveElement() - Static method in class de.swm.commons.mobile.client.utils.Utils
Retunns the current active HTML Element.
getActivePage() - Method in class de.swm.commons.mobile.client.presenter.PresenterController
Returns the active Page.
getActivePresenter() - Method in class de.swm.commons.mobile.client.presenter.PresenterController
Returns the active presenter.
getActiveView() - Method in class de.swm.commons.mobile.client.presenter.PresenterController
Returns the active View.
getAnimationCss() - Method in interface de.swm.commons.mobile.client.theme.base.BaseSWMMobileCssBundle
 
getAnimationCss() - Method in interface de.swm.commons.mobile.client.theme.bootstrap.BootstrapSWMMobileCssBundle
 
getAnimationCss() - Method in interface de.swm.commons.mobile.client.theme.bright.BrightSWMMobileCssBundle
 
getAnimationCss() - Method in interface de.swm.commons.mobile.client.theme.SWMMobileCssBundle
 
getArrivalTime() - Method in class de.swm.commons.mobile.client.widgets.publictransport.TripListItem
 
getArrow() - Method in class de.swm.commons.mobile.client.widgets.ListItem
Returns the arrow widget.
getAssociatedType() - Method in class de.swm.commons.mobile.client.event.SelectionChangedEvent
 
getAssociatedType() - Method in class de.swm.commons.mobile.client.orientation.OrientationChangeEvent
getAssociatedType() - Method in class de.swm.commons.mobile.client.widgets.IconClickEvent
 
getAssociatedType() - Method in class de.swm.commons.mobile.client.widgets.tree.TreeChangedEvent
 
getBottomPanel() - Method in interface de.swm.commons.mobile.client.theme.components.NotificationBoxCss
getBottomPanel
getButtonCss() - Method in interface de.swm.commons.mobile.client.theme.base.BaseSWMMobileCssBundle
 
getButtonCss() - Method in interface de.swm.commons.mobile.client.theme.bootstrap.BootstrapSWMMobileCssBundle
 
getButtonCss() - Method in interface de.swm.commons.mobile.client.theme.bright.BrightSWMMobileCssBundle
 
getButtonCss() - Method in interface de.swm.commons.mobile.client.theme.SWMMobileCssBundle
Defines one part of the SWMMobile widget system.
getCaption() - Method in class de.swm.commons.mobile.client.widgets.DecoratedTextBox
 
getCaption() - Method in class de.swm.commons.mobile.client.widgets.experimental.FastHeaderPanel
Returns the current caption.
getCaption() - Method in class de.swm.commons.mobile.client.widgets.HeaderPanel
Returns the current caption.
getCaption() - Method in interface de.swm.commons.mobile.client.widgets.itf.IHeaderPanel
Returns the current caption.
getCheckedIndex() - Method in class de.swm.commons.mobile.client.widgets.GenericRadioButtonGroup
The widget index of first checked radio button.
getCheckedIndices() - Method in class de.swm.commons.mobile.client.widgets.CheckBoxGroup
Returns the checked check box indices.
getCheckedWidget() - Method in class de.swm.commons.mobile.client.widgets.GenericRadioButtonGroup
Will return the first checked radio button or null if no RadioButton was checked.
getCheckedWidgets() - Method in class de.swm.commons.mobile.client.widgets.CheckBoxGroup
Returns the checked check box widgets.
getCheckRadioBoxCss() - Method in interface de.swm.commons.mobile.client.theme.base.BaseSWMMobileCssBundle
 
getCheckRadioBoxCss() - Method in interface de.swm.commons.mobile.client.theme.bootstrap.BootstrapSWMMobileCssBundle
 
getCheckRadioBoxCss() - Method in interface de.swm.commons.mobile.client.theme.bright.BrightSWMMobileCssBundle
 
getCheckRadioBoxCss() - Method in interface de.swm.commons.mobile.client.theme.SWMMobileCssBundle
Defines one part of the SWMMobile widget system.
getChildren() - Method in class de.swm.commons.mobile.client.widgets.tree.DefaultTreeImpl
 
getChildren() - Method in interface de.swm.commons.mobile.client.widgets.tree.ITree
 
getClickEvent() - Method in class de.swm.commons.mobile.client.widgets.IconClickEvent
 
getClientX() - Method in class de.swm.commons.mobile.client.event.Touch
Client x position.
getClientY() - Method in class de.swm.commons.mobile.client.event.Touch
Client y position.
getCloseLink() - Method in interface de.swm.commons.mobile.client.theme.components.NotificationBoxCss
getCloseLink
getColor() - Method in class de.swm.commons.mobile.client.widgets.PaintableCanvas
 
getCommandPanelCss() - Method in interface de.swm.commons.mobile.client.theme.base.BaseSWMMobileCssBundle
 
getCommandPanelCss() - Method in interface de.swm.commons.mobile.client.theme.bootstrap.BootstrapSWMMobileCssBundle
 
getCommandPanelCss() - Method in interface de.swm.commons.mobile.client.theme.bright.BrightSWMMobileCssBundle
 
getCommandPanelCss() - Method in interface de.swm.commons.mobile.client.theme.SWMMobileCssBundle
Defines one part of the SWMMobile widget system.
getConnectionListItemCss() - Method in interface de.swm.commons.mobile.client.theme.base.BaseSWMMobileCssBundle
 
getConnectionListItemCss() - Method in interface de.swm.commons.mobile.client.theme.bootstrap.BootstrapSWMMobileCssBundle
 
getConnectionListItemCss() - Method in interface de.swm.commons.mobile.client.theme.bright.BrightSWMMobileCssBundle
 
getConnectionListItemCss() - Method in interface de.swm.commons.mobile.client.theme.SWMMobileCssBundle
Represents a css resource for different kinds of error messages.
getContent() - Method in class de.swm.commons.mobile.client.setup.ViewPort
get the content for the viewport meta tag
getContent() - Method in class de.swm.commons.mobile.client.widgets.accordion.AccordionStack
 
getContent() - Method in class de.swm.commons.mobile.client.widgets.tab.Tab
 
getContent() - Method in class de.swm.commons.mobile.client.widgets.toolbar.ToolbarElement
 
getContent() - Method in class de.swm.commons.mobile.client.widgets.toolbar.ToolbarPanel
Returns the content of the first element in the toolbar.
getContentArea() - Method in class de.swm.commons.mobile.client.widgets.toolbar.ToolbarPanel
 
getCurrentSlideIndex() - Method in class de.swm.commons.mobile.client.widgets.SlidePanel
 
getDate() - Method in class de.swm.commons.mobile.client.widgets.date.DateCalculation
Convert internal state to a Date.
getDay() - Method in class de.swm.commons.mobile.client.widgets.date.DateCalculation
Gibt day zurück.
getDecoratedListItemCss() - Method in interface de.swm.commons.mobile.client.theme.base.BaseSWMMobileCssBundle
 
getDecoratedListItemCss() - Method in interface de.swm.commons.mobile.client.theme.bootstrap.BootstrapSWMMobileCssBundle
 
getDecoratedListItemCss() - Method in interface de.swm.commons.mobile.client.theme.bright.BrightSWMMobileCssBundle
 
getDecoratedListItemCss() - Method in interface de.swm.commons.mobile.client.theme.SWMMobileCssBundle
Defines one part of the SWMMobile widget system.
getDepartureTime() - Method in class de.swm.commons.mobile.client.widgets.publictransport.TripListItem
 
getDevicePixelRatio() - Static method in class de.swm.commons.mobile.client.utils.Utils
Returns the device pixel ratio.
getDisabled() - Method in class de.swm.commons.mobile.client.widgets.ListItem
 
getDispatcher() - Method in class de.swm.commons.mobile.client.presenter.AbstractMobilePresenter
 
getDispatcher() - Method in interface de.swm.commons.mobile.client.presenter.IMobilePresenter
Will return the dispatcher.
getDisplay() - Method in class de.swm.commons.mobile.client.widgets.tree.DefaultTreeNodeImpl
 
getDisplay() - Method in interface de.swm.commons.mobile.client.widgets.tree.ITreeNode
 
getDisplayCss() - Method in interface de.swm.commons.mobile.client.theme.base.BaseSWMMobileCssBundle
 
getDisplayCss() - Method in interface de.swm.commons.mobile.client.theme.bootstrap.BootstrapSWMMobileCssBundle
 
getDisplayCss() - Method in interface de.swm.commons.mobile.client.theme.bright.BrightSWMMobileCssBundle
 
getDisplayCss() - Method in interface de.swm.commons.mobile.client.theme.SWMMobileCssBundle
Defines one part of the SWMMobile widget system.
getDragEndListener() - Method in class de.swm.commons.mobile.client.event.DragController
Returns the dragEndListener.
getDragMoveListener() - Method in class de.swm.commons.mobile.client.event.DragController
Returns the dragMoveListener.
getDragStartListener() - Method in class de.swm.commons.mobile.client.event.DragController
Returns the dragStartListener.
getDropDownCss() - Method in interface de.swm.commons.mobile.client.theme.base.BaseSWMMobileCssBundle
 
getDropDownCss() - Method in interface de.swm.commons.mobile.client.theme.bootstrap.BootstrapSWMMobileCssBundle
 
getDropDownCss() - Method in interface de.swm.commons.mobile.client.theme.bright.BrightSWMMobileCssBundle
 
getDropDownCss() - Method in interface de.swm.commons.mobile.client.theme.SWMMobileCssBundle
Defines one part of the SWMMobile widget system.
getElement() - Method in interface de.swm.commons.mobile.client.event.DragEventsHandler
The element
getElement() - Method in interface de.swm.commons.mobile.client.event.SwipeEventsHandler
The element.
getEndValue() - Method in class de.swm.commons.mobile.client.utils.IntegerRange
 
getErrorCss() - Method in interface de.swm.commons.mobile.client.theme.base.BaseSWMMobileCssBundle
 
getErrorCss() - Method in interface de.swm.commons.mobile.client.theme.bootstrap.BootstrapSWMMobileCssBundle
 
getErrorCss() - Method in interface de.swm.commons.mobile.client.theme.bright.BrightSWMMobileCssBundle
 
getErrorCss() - Method in interface de.swm.commons.mobile.client.theme.SWMMobileCssBundle
Represents a css resource for different kinds of error messages.
getErrorLabel() - Method in class de.swm.commons.mobile.client.widgets.LabelWithErrorOutput
Returns the errorLabel.
getFlexCss() - Method in interface de.swm.commons.mobile.client.theme.base.BaseSWMMobileCssBundle
 
getFlexCss() - Method in interface de.swm.commons.mobile.client.theme.bootstrap.BootstrapSWMMobileCssBundle
 
getFlexCss() - Method in interface de.swm.commons.mobile.client.theme.bright.BrightSWMMobileCssBundle
 
getFlexCss() - Method in interface de.swm.commons.mobile.client.theme.SWMMobileCssBundle
Defines one part of the SWMMobile widget system.
getFlipSwitchCss() - Method in interface de.swm.commons.mobile.client.theme.base.BaseSWMMobileCssBundle
 
getFlipSwitchCss() - Method in interface de.swm.commons.mobile.client.theme.bootstrap.BootstrapSWMMobileCssBundle
 
getFlipSwitchCss() - Method in interface de.swm.commons.mobile.client.theme.bright.BrightSWMMobileCssBundle
 
getFlipSwitchCss() - Method in interface de.swm.commons.mobile.client.theme.SWMMobileCssBundle
Defines one part of the SWMMobile widget system.
getFlipTimePanelCss() - Method in interface de.swm.commons.mobile.client.theme.base.BaseSWMMobileCssBundle
 
getFlipTimePanelCss() - Method in interface de.swm.commons.mobile.client.theme.bootstrap.BootstrapSWMMobileCssBundle
 
getFlipTimePanelCss() - Method in interface de.swm.commons.mobile.client.theme.bright.BrightSWMMobileCssBundle
 
getFlipTimePanelCss() - Method in interface de.swm.commons.mobile.client.theme.SWMMobileCssBundle
Represents a css resource for different kinds of error messages.
getFormatPattern() - Method in enum de.swm.commons.mobile.client.widgets.date.DateStyle
Gets the default date format pattern.
getFormatPatternRfc3339() - Method in enum de.swm.commons.mobile.client.widgets.date.DateStyle
Gets the pattern for formatting a RFC-3339 date string.
getFormatPatternRfc3339Local() - Method in enum de.swm.commons.mobile.client.widgets.date.DateStyle
Gets the pattern for formatting a RFC-3339 date string in local manner.
getHasTextBox() - Method in class de.swm.commons.mobile.client.widgets.scroll.ScrollPanel
 
getHasTextBox() - Method in class de.swm.commons.mobile.client.widgets.scroll.ScrollPanelWithScrollbar
 
getHeader() - Method in class de.swm.commons.mobile.client.widgets.accordion.AccordionStack
 
getHeader() - Method in interface de.swm.commons.mobile.client.widgets.page.IPageWithHeader
Liefert das Header-Panel interface.
getHeader() - Method in class de.swm.commons.mobile.client.widgets.tab.Tab
 
getHeader() - Method in class de.swm.commons.mobile.client.widgets.toolbar.ToolbarElement
 
getHeader() - Method in class de.swm.commons.mobile.client.widgets.tree.DefaultTreeNodeImpl
 
getHeader() - Method in interface de.swm.commons.mobile.client.widgets.tree.ITreeNode
 
getHeaderCss() - Method in interface de.swm.commons.mobile.client.theme.base.BaseSWMMobileCssBundle
 
getHeaderCss() - Method in interface de.swm.commons.mobile.client.theme.bootstrap.BootstrapSWMMobileCssBundle
 
getHeaderCss() - Method in interface de.swm.commons.mobile.client.theme.bright.BrightSWMMobileCssBundle
 
getHeaderCss() - Method in interface de.swm.commons.mobile.client.theme.SWMMobileCssBundle
Defines one part of the SWMMobile widget system.
getHeight(Element) - Static method in class de.swm.commons.mobile.client.utils.Utils
Computes the height of passed HTML element.
getHeight() - Method in class de.swm.commons.mobile.client.widgets.popup.SimplePopup.Position
 
getHorizontalVerticalPanelCss() - Method in interface de.swm.commons.mobile.client.theme.base.BaseSWMMobileCssBundle
 
getHorizontalVerticalPanelCss() - Method in interface de.swm.commons.mobile.client.theme.bootstrap.BootstrapSWMMobileCssBundle
 
getHorizontalVerticalPanelCss() - Method in interface de.swm.commons.mobile.client.theme.bright.BrightSWMMobileCssBundle
 
getHorizontalVerticalPanelCss() - Method in interface de.swm.commons.mobile.client.theme.SWMMobileCssBundle
Defines one part of the SWMMobile widget system.
getHour() - Method in class de.swm.commons.mobile.client.widgets.date.DateCalculation
Gibt hour zurück.
getHtmlInputType() - Method in enum de.swm.commons.mobile.client.widgets.date.DateStyle
Gets the HTML5 inputfield type.
getI18N() - Static method in class de.swm.commons.mobile.client.SWMMobile
Returns the internationalization constants.
getIcon() - Method in class de.swm.commons.mobile.client.widgets.tree.DefaultTreeNodeImpl
 
getIcon() - Method in interface de.swm.commons.mobile.client.widgets.tree.ITreeNode
 
getIconUrl() - Method in class de.swm.commons.mobile.client.SWMMobileSettings
The icon url to use on the home screen on ios
getImage() - Method in class de.swm.commons.mobile.client.widgets.DecoratedListItem
 
getImageAsBase64PNG() - Method in class de.swm.commons.mobile.client.widgets.PaintableCanvas
 
getIndexPanelCss() - Method in interface de.swm.commons.mobile.client.theme.base.BaseSWMMobileCssBundle
 
getIndexPanelCss() - Method in interface de.swm.commons.mobile.client.theme.bootstrap.BootstrapSWMMobileCssBundle
 
getIndexPanelCss() - Method in interface de.swm.commons.mobile.client.theme.bright.BrightSWMMobileCssBundle
 
getIndexPanelCss() - Method in interface de.swm.commons.mobile.client.theme.SWMMobileCssBundle
Defines one part of the SWMMobile widget system.
getItem(int) - Method in class de.swm.commons.mobile.client.widgets.ListPanel
Returns th list item on index position
getItem(int) - Method in class de.swm.commons.mobile.client.widgets.SelectPanel
 
getKey() - Method in class de.swm.commons.mobile.client.widgets.DropDownItem
 
getKey(T) - Method in interface de.swm.commons.mobile.client.widgets.itf.IProvidesKeyAndValue
Get the key for a list item.
getKey() - Method in class de.swm.commons.mobile.client.widgets.SelectItem
 
getLabel() - Method in class de.swm.commons.mobile.client.widgets.LabelWithErrorOutput
Returns the title.
getLastItem() - Method in class de.swm.commons.mobile.client.widgets.ListPanelWithStaticLastItem
Retuns the most buttonm static item.
getLeaveToEvent() - Method in class de.swm.commons.mobile.client.presenter.AbstractMobilePresenter
 
getLeft() - Method in interface de.swm.commons.mobile.client.theme.components.TreePanelCss
 
getLeft() - Method in class de.swm.commons.mobile.client.widgets.popup.SimplePopup.Position
 
getLeftButton() - Method in class de.swm.commons.mobile.client.widgets.experimental.FastHeaderPanel
Returns the left button
getLeftButton() - Method in class de.swm.commons.mobile.client.widgets.HeaderPanel
Returns the left button
getLeftButton() - Method in interface de.swm.commons.mobile.client.widgets.itf.IHeaderPanel
Returns the left button
getLineWidth() - Method in class de.swm.commons.mobile.client.widgets.PaintableCanvas
 
getListBox() - Method in class de.swm.commons.mobile.client.widgets.DropDownList
 
getListPanelCss() - Method in interface de.swm.commons.mobile.client.theme.base.BaseSWMMobileCssBundle
 
getListPanelCss() - Method in interface de.swm.commons.mobile.client.theme.bootstrap.BootstrapSWMMobileCssBundle
 
getListPanelCss() - Method in interface de.swm.commons.mobile.client.theme.bright.BrightSWMMobileCssBundle
 
getListPanelCss() - Method in interface de.swm.commons.mobile.client.theme.SWMMobileCssBundle
Defines one part of the SWMMobile widget system.
getListPanelFlexCss() - Method in interface de.swm.commons.mobile.client.theme.base.BaseSWMMobileCssBundle
 
getListPanelFlexCss() - Method in interface de.swm.commons.mobile.client.theme.bootstrap.BootstrapSWMMobileCssBundle
 
getListPanelFlexCss() - Method in interface de.swm.commons.mobile.client.theme.bright.BrightSWMMobileCssBundle
 
getListPanelFlexCss() - Method in interface de.swm.commons.mobile.client.theme.SWMMobileCssBundle
Defines one part of the SWMMobile widget system.
getMainPanel() - Method in class de.swm.commons.mobile.client.widgets.DecoratedListItem
 
getMatrixY(Element) - Static method in class de.swm.commons.mobile.client.utils.Utils
Returns the sixth 2D vector value.
getMaxLength() - Method in class de.swm.commons.mobile.client.base.BoxBase
Gets the maximum allowable length.
getMaxSpeed() - Method in class de.swm.commons.mobile.client.event.DragControllerOptions
Returns the Upper boundary of the speed of a gesture.
getMGWTCssBundle() - Method in class de.swm.commons.mobile.client.theme.base.BaseSWMMobileTheme
 
getMGWTCssBundle() - Method in class de.swm.commons.mobile.client.theme.bootstrap.BootsrapSWMMobileTheme
 
getMGWTCssBundle() - Method in class de.swm.commons.mobile.client.theme.bright.BrightSWMMobileTheme
 
getMGWTCssBundle() - Method in interface de.swm.commons.mobile.client.theme.SWMMobileTheme
Returns the css styles of a concrete theme
getMGWTImageBundle() - Method in class de.swm.commons.mobile.client.theme.base.BaseSWMMobileTheme
 
getMGWTImageBundle() - Method in class de.swm.commons.mobile.client.theme.bootstrap.BootsrapSWMMobileTheme
 
getMGWTImageBundle() - Method in class de.swm.commons.mobile.client.theme.bright.BrightSWMMobileTheme
 
getMGWTImageBundle() - Method in interface de.swm.commons.mobile.client.theme.SWMMobileTheme
Returns the images of a concrete theme
getMinSpeed() - Method in class de.swm.commons.mobile.client.event.DragControllerOptions
Returns the lower boundary of the speed of a gesture.
getMinSwipeSpeed() - Method in class de.swm.commons.mobile.client.event.DragControllerOptions
Returns the minimum speed of a gesture which is interpreted as swiping.
getMinute() - Method in class de.swm.commons.mobile.client.widgets.date.DateCalculation
Gibt minute zurück.
getMonth() - Method in class de.swm.commons.mobile.client.widgets.date.DateCalculation
Gibt month zurück.
getMyNnativeEvent() - Method in class de.swm.commons.mobile.client.event.DragEvent
Returns the myNnativeEvent.
getMyType() - Method in class de.swm.commons.mobile.client.event.AccordionEvent
 
getMyType() - Method in class de.swm.commons.mobile.client.event.DragEvent
Returns the myType.
getName() - Method in class de.swm.commons.mobile.client.page.SimplePage
Returns the name of the page.
getName() - Method in class de.swm.commons.mobile.client.widgets.GenericRadioButtonGroup
Return the name of this button group.
getName() - Method in class de.swm.commons.mobile.client.widgets.SearchBox
getName
getNativeEvent() - Method in class de.swm.commons.mobile.client.event.DragEvent
 
getNativeEvent() - Method in class de.swm.commons.mobile.client.event.SwipeEvent
 
getNewRoot() - Method in class de.swm.commons.mobile.client.widgets.tree.TreeChangedEvent
Returns the newRoot.
getNextTransitionDirection() - Static method in class de.swm.commons.mobile.client.presenter.AbstractMobilePresenter
Liefert die richtung der naechsten Transition.
getNode() - Method in class de.swm.commons.mobile.client.widgets.tree.DefaultTreeImpl
 
getNode() - Method in interface de.swm.commons.mobile.client.widgets.tree.ITree
 
getNotificationBox() - Method in interface de.swm.commons.mobile.client.theme.base.BaseSWMMobileCssBundle
 
getNotificationBox() - Method in interface de.swm.commons.mobile.client.theme.bootstrap.BootstrapSWMMobileCssBundle
 
getNotificationBox() - Method in interface de.swm.commons.mobile.client.theme.bright.BrightSWMMobileCssBundle
 
getNotificationBox() - Method in interface de.swm.commons.mobile.client.theme.SWMMobileCssBundle
Defines one part of the SWMMobile widget system.
getOffsetX() - Method in class de.swm.commons.mobile.client.event.DragEvent
Returns the offsetX.
getOffsetY() - Method in class de.swm.commons.mobile.client.event.DragEvent
Returns the offsetY.
getOption1() - Method in class de.swm.commons.mobile.client.widgets.FlipSwitch
Gets the Name of the first option.
getOption2() - Method in class de.swm.commons.mobile.client.widgets.FlipSwitch
Gets the Name of the second option.
getOptions() - Method in class de.swm.commons.mobile.client.event.DragController
Returns the options.
getOrder() - Method in class de.swm.commons.mobile.client.utils.ISwmPopupUtil.ItemDesciptor
 
getOrientation() - Method in class de.swm.commons.mobile.client.orientation.OrientationChangeEvent
Getter for the field orientation.
getOrientation() - Static method in class de.swm.commons.mobile.client.orientation.OrientationController
Get the current orientation of the device
getOsDetection() - Static method in class de.swm.commons.mobile.client.SWMMobile
 
getPageCss() - Method in interface de.swm.commons.mobile.client.theme.base.BaseSWMMobileCssBundle
 
getPageCss() - Method in interface de.swm.commons.mobile.client.theme.bootstrap.BootstrapSWMMobileCssBundle
 
getPageCss() - Method in interface de.swm.commons.mobile.client.theme.bright.BrightSWMMobileCssBundle
 
getPageCss() - Method in interface de.swm.commons.mobile.client.theme.SWMMobileCssBundle
Defines one part of the SWMMobile widget system.
getPanelToOverlay() - Method in class de.swm.commons.mobile.client.widgets.NotificationBox
get the panel that the dialog overlays
getParent() - Method in class de.swm.commons.mobile.client.widgets.tree.DefaultTreeImpl
 
getParent() - Method in interface de.swm.commons.mobile.client.widgets.tree.ITree
 
getParsePattern() - Method in enum de.swm.commons.mobile.client.widgets.date.DateStyle
Gets the default date parse pattern.
getParsePatternRfc3339() - Method in enum de.swm.commons.mobile.client.widgets.date.DateStyle
Gets the pattern for parsing a RFC-3339 date string.
getParsePatternRfc3339Local() - Method in enum de.swm.commons.mobile.client.widgets.date.DateStyle
Gets the pattern for parsing a RFC-3339 date string in local manner.
getPlaceHolder() - Method in interface de.swm.commons.mobile.client.widgets.itf.IHasPlaceHolder
get the place holder
getPlaceHolder() - Method in class de.swm.commons.mobile.client.widgets.SearchBox
getPlaceHolder
getPopupsCss() - Method in interface de.swm.commons.mobile.client.theme.base.BaseSWMMobileCssBundle
 
getPopupsCss() - Method in interface de.swm.commons.mobile.client.theme.bootstrap.BootstrapSWMMobileCssBundle
 
getPopupsCss() - Method in interface de.swm.commons.mobile.client.theme.bright.BrightSWMMobileCssBundle
 
getPopupsCss() - Method in interface de.swm.commons.mobile.client.theme.SWMMobileCssBundle
Defines one part of the SWMMobile widget system.
getPosition(int, int) - Method in interface de.swm.commons.mobile.client.widgets.popup.SimplePopup.PositionCallback
Provides the opportunity to set the position of the SimplePopup right before the SimplePopup is shown.
getRatio() - Method in enum de.swm.commons.mobile.client.setup.Resolution
Returns the ratio.
getRight() - Method in interface de.swm.commons.mobile.client.theme.components.TreePanelCss
 
getRightButton() - Method in class de.swm.commons.mobile.client.widgets.experimental.FastHeaderPanel
Returns the right button
getRightButton() - Method in class de.swm.commons.mobile.client.widgets.HeaderPanel
Returns the right button
getRightButton() - Method in interface de.swm.commons.mobile.client.widgets.itf.IHeaderPanel
Returns the right button
getScrollPanelCss() - Method in interface de.swm.commons.mobile.client.theme.base.BaseSWMMobileCssBundle
 
getScrollPanelCss() - Method in interface de.swm.commons.mobile.client.theme.bootstrap.BootstrapSWMMobileCssBundle
 
getScrollPanelCss() - Method in interface de.swm.commons.mobile.client.theme.bright.BrightSWMMobileCssBundle
 
getScrollPanelCss() - Method in interface de.swm.commons.mobile.client.theme.SWMMobileCssBundle
Defines one part of the SWMMobile widget system.
getScrollPanelEventsHandler() - Method in class de.swm.commons.mobile.client.widgets.scroll.ScrollPanel
 
getScrollPosition() - Method in class de.swm.commons.mobile.client.widgets.scroll.AdaptiveScrollPanel
 
getScrollPosition() - Method in interface de.swm.commons.mobile.client.widgets.scroll.IScrollPanel
Returns the current scroll position.
getScrollPosition() - Method in class de.swm.commons.mobile.client.widgets.scroll.ScrollPanel
Returns the current scroll position.
getScrollPosition() - Method in class de.swm.commons.mobile.client.widgets.scroll.ScrollPanelWithScrollbar
Returns the current scroll position.
getScrollPosition() - Method in class de.swm.commons.mobile.client.widgets.scroll.SimpleScrollPanel
Returns the current scroll position.
getScrollToPosition() - Method in class de.swm.commons.mobile.client.widgets.scroll.AdaptiveScrollPanel
 
getScrollToPosition() - Method in interface de.swm.commons.mobile.client.widgets.scroll.IScrollPanel
Returns the next scroll position
getScrollToPosition() - Method in class de.swm.commons.mobile.client.widgets.scroll.ScrollPanel
Returns the next scroll position
getScrollToPosition() - Method in class de.swm.commons.mobile.client.widgets.scroll.ScrollPanelWithScrollbar
Returns the next scroll position
getScrollToPosition() - Method in class de.swm.commons.mobile.client.widgets.scroll.SimpleScrollPanel
 
getSearchBoxCss() - Method in interface de.swm.commons.mobile.client.theme.base.BaseSWMMobileCssBundle
 
getSearchBoxCss() - Method in interface de.swm.commons.mobile.client.theme.bootstrap.BootstrapSWMMobileCssBundle
 
getSearchBoxCss() - Method in interface de.swm.commons.mobile.client.theme.bright.BrightSWMMobileCssBundle
 
getSearchBoxCss() - Method in interface de.swm.commons.mobile.client.theme.SWMMobileCssBundle
Defines one part of the SWMMobile widget system.
getSelectable() - Method in class de.swm.commons.mobile.client.widgets.ListPanel
 
getSelectedIcon() - Method in class de.swm.commons.mobile.client.widgets.tree.DefaultTreeNodeImpl
 
getSelectedIcon() - Method in interface de.swm.commons.mobile.client.widgets.tree.ITreeNode
 
getSelectedItem() - Method in interface de.swm.commons.mobile.client.theme.components.TreePanelCss
 
getSelectedKey() - Method in class de.swm.commons.mobile.client.widgets.popup.SelectPopup
 
getSelectedTabIndex() - Method in class de.swm.commons.mobile.client.widgets.tab.TabPanel
 
getSelectedToolIndex() - Method in class de.swm.commons.mobile.client.widgets.toolbar.ToolbarPanel
 
getSelection() - Method in class de.swm.commons.mobile.client.event.SelectionChangedEvent
 
getSelectionHandler() - Method in class de.swm.commons.mobile.client.widgets.date.DatePopup
 
getSelectPanelCss() - Method in interface de.swm.commons.mobile.client.theme.base.BaseSWMMobileCssBundle
 
getSelectPanelCss() - Method in interface de.swm.commons.mobile.client.theme.bootstrap.BootstrapSWMMobileCssBundle
 
getSelectPanelCss() - Method in interface de.swm.commons.mobile.client.theme.bright.BrightSWMMobileCssBundle
 
getSelectPanelCss() - Method in interface de.swm.commons.mobile.client.theme.SWMMobileCssBundle
Defines one part of the SWMMobile widget system.
getShowArrow() - Method in class de.swm.commons.mobile.client.widgets.ListPanel
 
getSlide() - Method in interface de.swm.commons.mobile.client.theme.components.TreePanelCss
 
getSlide(int) - Method in class de.swm.commons.mobile.client.widgets.SlidePanel
Returns the Slide on the index position.
getSlideCount() - Method in class de.swm.commons.mobile.client.widgets.SlidePanel
 
getSlidePanelCss() - Method in interface de.swm.commons.mobile.client.theme.base.BaseSWMMobileCssBundle
 
getSlidePanelCss() - Method in interface de.swm.commons.mobile.client.theme.bootstrap.BootstrapSWMMobileCssBundle
 
getSlidePanelCss() - Method in interface de.swm.commons.mobile.client.theme.bright.BrightSWMMobileCssBundle
 
getSlidePanelCss() - Method in interface de.swm.commons.mobile.client.theme.SWMMobileCssBundle
Defines one part of the SWMMobile widget system.
getSlideProvider() - Method in class de.swm.commons.mobile.client.widgets.SlidePanel
 
getSliderCss() - Method in interface de.swm.commons.mobile.client.theme.base.BaseSWMMobileCssBundle
 
getSliderCss() - Method in interface de.swm.commons.mobile.client.theme.bootstrap.BootstrapSWMMobileCssBundle
 
getSliderCss() - Method in interface de.swm.commons.mobile.client.theme.bright.BrightSWMMobileCssBundle
 
getSliderCss() - Method in interface de.swm.commons.mobile.client.theme.SWMMobileCssBundle
Defines one part of the SWMMobile widget system.
getSource() - Method in class de.swm.commons.mobile.client.event.DragController
Returns the source.
getSpan() - Method in class de.swm.commons.mobile.client.utils.IntegerRange
 
getSpeed() - Method in class de.swm.commons.mobile.client.event.SwipeEvent
 
getStack(int) - Method in class de.swm.commons.mobile.client.widgets.accordion.AccordionPanel
Returns the accoordion stack.
getStartUrl() - Method in class de.swm.commons.mobile.client.SWMMobileSettings
Get the url to the image to use at startup if running on home screen
getStartValue() - Method in class de.swm.commons.mobile.client.utils.IntegerRange
 
getStatusBarStyle() - Method in class de.swm.commons.mobile.client.SWMMobileSettings
ios only get the style of the status bar if the app is running in full screen
getStopPropagation() - Method in class de.swm.commons.mobile.client.event.DragEvent
 
getStopPropagation() - Method in class de.swm.commons.mobile.client.event.SwipeEvent
 
getStyleName() - Method in class de.swm.commons.mobile.client.widgets.tree.DefaultTreeNodeImpl
 
getStyleName() - Method in interface de.swm.commons.mobile.client.widgets.tree.ITreeNode
 
getSubtitle() - Method in class de.swm.commons.mobile.client.widgets.DecoratedListItem
 
getSubtitleLabel() - Method in class de.swm.commons.mobile.client.widgets.DecoratedListItem
 
getSuppressClickRadius() - Method in class de.swm.commons.mobile.client.event.DragControllerOptions
REturns the minimum speed of a gesture which is interpreted as swiping.
getTabPanelCss() - Method in interface de.swm.commons.mobile.client.theme.base.BaseSWMMobileCssBundle
 
getTabPanelCss() - Method in interface de.swm.commons.mobile.client.theme.bootstrap.BootstrapSWMMobileCssBundle
 
getTabPanelCss() - Method in interface de.swm.commons.mobile.client.theme.bright.BrightSWMMobileCssBundle
 
getTabPanelCss() - Method in interface de.swm.commons.mobile.client.theme.SWMMobileCssBundle
Defines one part of the SWMMobile widget system.
getTarget() - Method in class de.swm.commons.mobile.client.event.SelectionChangedEvent
 
getTargetItemIndex(Element, EventTarget) - Static method in class de.swm.commons.mobile.client.utils.Utils
Retuns the index of the target relative to his parent.
getText() - Method in class de.swm.commons.mobile.client.utils.ISwmPopupUtil.ItemDesciptor
 
getText() - Method in class de.swm.commons.mobile.client.widgets.DecoratedTextBox
 
getText() - Method in class de.swm.commons.mobile.client.widgets.OnlyDesktopLabel
 
getText() - Method in class de.swm.commons.mobile.client.widgets.ReadOnlyBooleanBox
 
getText() - Method in class de.swm.commons.mobile.client.widgets.SearchBox
getText
getText() - Method in class de.swm.commons.mobile.client.widgets.SearchBoxLikeButton
getText
getTextBox() - Method in class de.swm.commons.mobile.client.widgets.DecoratedTextBox
 
getTextBoxCss() - Method in interface de.swm.commons.mobile.client.theme.base.BaseSWMMobileCssBundle
 
getTextBoxCss() - Method in interface de.swm.commons.mobile.client.theme.bootstrap.BootstrapSWMMobileCssBundle
 
getTextBoxCss() - Method in interface de.swm.commons.mobile.client.theme.bright.BrightSWMMobileCssBundle
 
getTextBoxCss() - Method in interface de.swm.commons.mobile.client.theme.SWMMobileCssBundle
Defines one part of the SWMMobile widget system.
getTextCss() - Method in interface de.swm.commons.mobile.client.theme.base.BaseSWMMobileCssBundle
 
getTextCss() - Method in interface de.swm.commons.mobile.client.theme.bootstrap.BootstrapSWMMobileCssBundle
 
getTextCss() - Method in interface de.swm.commons.mobile.client.theme.bright.BrightSWMMobileCssBundle
 
getTextCss() - Method in interface de.swm.commons.mobile.client.theme.SWMMobileCssBundle
General css resources for text
getTheme() - Static method in class de.swm.commons.mobile.client.SWMMobile
Return the current theme of the Application.
getTitle() - Method in class de.swm.commons.mobile.client.widgets.DecoratedListItem
 
getTitleLabel() - Method in class de.swm.commons.mobile.client.widgets.DecoratedListItem
 
getToolbarPanelCss() - Method in interface de.swm.commons.mobile.client.theme.base.BaseSWMMobileCssBundle
 
getToolbarPanelCss() - Method in interface de.swm.commons.mobile.client.theme.bootstrap.BootstrapSWMMobileCssBundle
 
getToolbarPanelCss() - Method in interface de.swm.commons.mobile.client.theme.bright.BrightSWMMobileCssBundle
 
getToolbarPanelCss() - Method in interface de.swm.commons.mobile.client.theme.SWMMobileCssBundle
Defines one part of the SWMMobile widget system.
getTop() - Method in class de.swm.commons.mobile.client.widgets.popup.SimplePopup.Position
 
getTransition() - Method in class de.swm.commons.mobile.client.page.SimplePage
Returns the current transition.
getTransition() - Method in class de.swm.commons.mobile.client.widgets.tab.TabPanel
 
getTransitionEventName(Element) - Static method in class de.swm.commons.mobile.client.utils.Utils
 
getTransitionIsRunning() - Static method in class de.swm.commons.mobile.client.presenter.AbstractMobilePresenter
Returns {code}true{code} if a transition is currently running (in this case, goToPage() has no effect).
getTransitionsCss() - Method in interface de.swm.commons.mobile.client.theme.base.BaseSWMMobileCssBundle
 
getTransitionsCss() - Method in interface de.swm.commons.mobile.client.theme.bootstrap.BootstrapSWMMobileCssBundle
 
getTransitionsCss() - Method in interface de.swm.commons.mobile.client.theme.bright.BrightSWMMobileCssBundle
 
getTransitionsCss() - Method in interface de.swm.commons.mobile.client.theme.SWMMobileCssBundle
Defines one part of the SWMMobile widget system.
getTranslateX(Element) - Static method in class de.swm.commons.mobile.client.utils.Utils
Returns the x position of an element.
getTranslateY(Element) - Static method in class de.swm.commons.mobile.client.utils.Utils
Returns the y position of an element.
getTreeBreadcrumbButton() - Method in interface de.swm.commons.mobile.client.theme.components.TreePanelCss
 
getTreeBreadcrumbLabel() - Method in interface de.swm.commons.mobile.client.theme.components.TreePanelCss
 
getTreeBreadcrumbPanel() - Method in interface de.swm.commons.mobile.client.theme.components.TreePanelCss
 
getTreeContainer() - Method in interface de.swm.commons.mobile.client.theme.components.TreePanelCss
 
getTreeLeftList() - Method in interface de.swm.commons.mobile.client.theme.components.TreePanelCss
 
getTreeList() - Method in interface de.swm.commons.mobile.client.theme.components.TreePanelCss
 
getTreeMiddleList() - Method in interface de.swm.commons.mobile.client.theme.components.TreePanelCss
 
getTreePanel() - Method in interface de.swm.commons.mobile.client.theme.components.TreePanelCss
 
getTreePanelCss() - Method in interface de.swm.commons.mobile.client.theme.base.BaseSWMMobileCssBundle
 
getTreePanelCss() - Method in interface de.swm.commons.mobile.client.theme.bootstrap.BootstrapSWMMobileCssBundle
 
getTreePanelCss() - Method in interface de.swm.commons.mobile.client.theme.bright.BrightSWMMobileCssBundle
 
getTreePanelCss() - Method in interface de.swm.commons.mobile.client.theme.SWMMobileCssBundle
Defines one part of the SWMMobile widget system.
getTreeRightList() - Method in interface de.swm.commons.mobile.client.theme.components.TreePanelCss
 
getTripListItemCss() - Method in interface de.swm.commons.mobile.client.theme.base.BaseSWMMobileCssBundle
 
getTripListItemCss() - Method in interface de.swm.commons.mobile.client.theme.bootstrap.BootstrapSWMMobileCssBundle
 
getTripListItemCss() - Method in interface de.swm.commons.mobile.client.theme.bright.BrightSWMMobileCssBundle
 
getTripListItemCss() - Method in interface de.swm.commons.mobile.client.theme.SWMMobileCssBundle
Defines one part of the SWMMobile widget system.
getType() - Static method in class de.swm.commons.mobile.client.orientation.OrientationChangeEvent
getType
getType() - Method in class de.swm.commons.mobile.client.utils.ISwmPopupUtil.ItemDesciptor
 
getType() - Static method in class de.swm.commons.mobile.client.widgets.IconClickEvent
Gets the event type associated with click events.
getType() - Method in class de.swm.commons.mobile.client.widgets.tree.TreeChangedEvent
Returns the type.
getUserData() - Method in class de.swm.commons.mobile.client.widgets.tree.DefaultTreeNodeImpl
 
getUserData() - Method in interface de.swm.commons.mobile.client.widgets.tree.ITreeNode
 
getUserObject() - Method in class de.swm.commons.mobile.client.widgets.DecoratedListItem
 
getValue() - Method in enum de.swm.commons.mobile.client.setup.Density
 
getValue() - Method in class de.swm.commons.mobile.client.widgets.date.DateTextBox
 
getValue() - Method in class de.swm.commons.mobile.client.widgets.date.DateTextBoxReadOnly
 
getValue() - Method in class de.swm.commons.mobile.client.widgets.DropDownList
 
getValue() - Method in class de.swm.commons.mobile.client.widgets.FlipSwitch
 
getValue() - Method in class de.swm.commons.mobile.client.widgets.GenericRadioButtonGroup
 
getValue(String) - Method in interface de.swm.commons.mobile.client.widgets.itf.IProvidesKeyAndValue
Gets the value for the specified Key
getValue() - Method in class de.swm.commons.mobile.client.widgets.ReadOnlyBooleanBox
 
getValue() - Method in class de.swm.commons.mobile.client.widgets.SearchBox
getKey
getValue() - Method in class de.swm.commons.mobile.client.widgets.Slider
 
getView() - Method in interface de.swm.commons.mobile.client.widgets.page.IPageWithoutHeader
Liefert die Page die vom View representiert wird.
getViewPort() - Method in class de.swm.commons.mobile.client.SWMMobileSettings
Get the viewport for the mgwt app
getVisibleLength() - Method in class de.swm.commons.mobile.client.base.BoxBase
Gets the number of visible characters.
getWideLeft() - Method in interface de.swm.commons.mobile.client.theme.components.TreePanelCss
 
getWideRight() - Method in interface de.swm.commons.mobile.client.theme.components.TreePanelCss
 
getWideTreeContainer() - Method in interface de.swm.commons.mobile.client.theme.components.TreePanelCss
 
getWideTreeList() - Method in interface de.swm.commons.mobile.client.theme.components.TreePanelCss
 
getWideTreeList0() - Method in interface de.swm.commons.mobile.client.theme.components.TreePanelCss
 
getWideTreeList1() - Method in interface de.swm.commons.mobile.client.theme.components.TreePanelCss
 
getWideTreeList2() - Method in interface de.swm.commons.mobile.client.theme.components.TreePanelCss
 
getWideTreeList3() - Method in interface de.swm.commons.mobile.client.theme.components.TreePanelCss
 
getWidget(int) - Method in class de.swm.commons.mobile.client.base.PanelBase
Returns an inner widget on index position
getWidget() - Method in class de.swm.commons.mobile.client.page.SimplePage
 
getWidget() - Method in class de.swm.commons.mobile.client.widgets.scroll.ScrollPanel
 
getWidget() - Method in class de.swm.commons.mobile.client.widgets.scroll.ScrollPanelWithScrollbar
 
getWidget() - Method in class de.swm.commons.mobile.client.widgets.scroll.SimpleScrollPanel
 
getWidget() - Method in class de.swm.commons.mobile.client.widgets.toolbar.ToolbarContent
 
getWidgetCount() - Method in class de.swm.commons.mobile.client.base.PanelBase
 
getWidth(Element) - Static method in class de.swm.commons.mobile.client.utils.Utils
Computes the width of passed HTML element.
getWidth() - Method in class de.swm.commons.mobile.client.widgets.popup.SimplePopup.Position
 
getX() - Method in class de.swm.commons.mobile.client.event.DragEvent
Returns the x.
getY() - Method in class de.swm.commons.mobile.client.event.DragEvent
Returns the y.
getYear() - Method in class de.swm.commons.mobile.client.widgets.date.DateCalculation
Gibt year zurück.
GhostClickPreventer - Class in de.swm.commons.mobile.client.utils
Helper class to prevent 'ghost clicks' (extra click events that occur when a touch end event is converted to a click event).
GhostClickPreventer() - Constructor for class de.swm.commons.mobile.client.utils.GhostClickPreventer
 
goTo(IPage, Direction) - Method in class de.swm.commons.mobile.client.page.SimplePage
goTo(IPage, Direction, ITransitionCompletedCallback) - Method in class de.swm.commons.mobile.client.page.SimplePage
goTo(IPage, Transition, Direction, ITransitionCompletedCallback) - Method in class de.swm.commons.mobile.client.page.SimplePage
Starts a transition for one page to another page.
gotoPage(IPage, IPageWithoutHeader) - Method in class de.swm.commons.mobile.client.presenter.AbstractMobilePresenter
Generic method to switch to another page.
gotoPage(IPage, IPageWithoutHeader, boolean, Transition, Direction) - Method in class de.swm.commons.mobile.client.presenter.AbstractMobilePresenter
Generic method to switch to another page.
gotoPage(IPage, IPageWithoutHeader) - Method in interface de.swm.commons.mobile.client.presenter.IMobilePresenter
Will display a view.
gotoPage(IPage, IPageWithoutHeader, boolean, Transition, Direction) - Method in interface de.swm.commons.mobile.client.presenter.IMobilePresenter
Will display a view.
gotoPageWithRootAsContentArea(IPageWithoutHeader) - Method in class de.swm.commons.mobile.client.presenter.AbstractMobilePresenter
Generische trasitionsmethode fuer den Seitenwechsel.
gotoPageWithRootAsContentArea(IPageWithoutHeader) - Method in interface de.swm.commons.mobile.client.presenter.IMobilePresenter
Will display a view but with root page as Cotent area.
gwtImage() - Method in interface de.swm.commons.mobile.client.theme.components.TabPanelCss
CSS Style name.
gwtImage() - Method in interface de.swm.commons.mobile.client.theme.components.ToolbarPanelCss
CSS Style name.
GwtTestcompile - Class in de.swm.commons.local.client
EntryPoint for the swm-mobile showcase.
GwtTestcompile() - Constructor for class de.swm.commons.local.client.GwtTestcompile
 

H

haltestelle() - Method in interface de.swm.commons.mobile.client.theme.base.BaseSWMMobileImageRessources
 
haltestelle() - Method in interface de.swm.commons.mobile.client.theme.bright.BrightSWMMobileImageRessources
 
haltestelle() - Method in interface de.swm.commons.mobile.client.theme.SWMMobileImageBundle
Transportation ressource.
hashCode() - Method in class de.swm.commons.mobile.client.utils.Point
 
HasIconClickHandlers - Interface in de.swm.commons.mobile.client.event
 
HasOrientationChangeHandler - Interface in de.swm.commons.mobile.client.orientation
HasOrientationChangeHandler interface.
hCenter() - Method in interface de.swm.commons.mobile.client.theme.components.HorizontalVerticalPanelCss
CSS Style name.
HeaderCss - Interface in de.swm.commons.mobile.client.theme.components
Represents a css resource for an Header.
headerPanel() - Method in interface de.swm.commons.mobile.client.theme.components.HeaderCss
CSS Style name.
HeaderPanel - Class in de.swm.commons.mobile.client.widgets
Header-Panel which is not maintaining any history.
HeaderPanel() - Constructor for class de.swm.commons.mobile.client.widgets.HeaderPanel
Default constructor.
headerPanelBackButton() - Method in interface de.swm.commons.mobile.client.constants.I18NConstants
i18n.
headerPanelNextButton() - Method in interface de.swm.commons.mobile.client.constants.I18NConstants
i18n.
headerText - Variable in class de.swm.commons.mobile.client.widgets.command.CommandItem
 
headerText - Variable in class de.swm.commons.mobile.client.widgets.ImageHighlightButton
 
hidden() - Method in interface de.swm.commons.mobile.client.theme.components.ButtonCss
CSS Style name.
hidden() - Method in interface de.swm.commons.mobile.client.theme.components.CommandPanelCss
CSS Style name.
hide() - Method in interface de.swm.commons.mobile.client.theme.components.SliderCss
CSS Style name.
hide() - Method in class de.swm.commons.mobile.client.widgets.popup.SimplePopup
 
hide(boolean) - Method in class de.swm.commons.mobile.client.widgets.popup.SimplePopup
 
hide() - Method in class de.swm.commons.mobile.client.widgets.popup.SlidePopup
 
hide() - Method in class de.swm.commons.mobile.client.widgets.ScrollBar
Hides the scrollbar immediately.
hideKeyBoard() - Static method in class de.swm.commons.mobile.client.utils.Utils
A utility method to hide the soft keyboard
HIGH_LANDER - Static variable in class de.swm.commons.mobile.client.widgets.NotificationBox
There should only be one NotificationBox!
highlightIcon() - Method in class de.swm.commons.mobile.client.widgets.command.CommandDropDown
 
highlightIcon - Variable in class de.swm.commons.mobile.client.widgets.command.CommandItem
 
highlightIcon() - Method in class de.swm.commons.mobile.client.widgets.command.CommandItem
 
highlightIcon - Variable in class de.swm.commons.mobile.client.widgets.ImageHighlightButton
 
highlightIcon() - Method in class de.swm.commons.mobile.client.widgets.ImageHighlightButton
 
horizontal() - Method in interface de.swm.commons.mobile.client.theme.components.CheckRadioBoxCss
CSS Style name.
horizontalPanel() - Method in interface de.swm.commons.mobile.client.theme.components.HorizontalVerticalPanelCss
CSS Style name.
HorizontalPanel - Class in de.swm.commons.mobile.client.widgets
Defines a horizontal panel.
HorizontalPanel() - Constructor for class de.swm.commons.mobile.client.widgets.HorizontalPanel
Default constructor.
HorizontalVerticalPanelCss - Interface in de.swm.commons.mobile.client.theme.components
Represents a css resource for a HorizontalPanel and VerticalPanel.
hvga() - Method in interface de.swm.commons.mobile.client.theme.components.DisplayCss
CSS Style name.

I

I18NConstants - Interface in de.swm.commons.mobile.client.constants
 
IBeforeAfterClickHanlder - Interface in de.swm.commons.mobile.client.widgets.itf
Click handler, which reacts to before and after click events.
icon - Variable in class de.swm.commons.mobile.client.widgets.command.CommandItem
 
icon - Variable in class de.swm.commons.mobile.client.widgets.ImageHighlightButton
 
IconClickEvent - Class in de.swm.commons.mobile.client.widgets
 
IconClickEvent(ClickEvent) - Constructor for class de.swm.commons.mobile.client.widgets.IconClickEvent
 
IconClickHandler - Interface in de.swm.commons.mobile.client.event
 
IErrorOutputElement - Interface in de.swm.commons.mobile.client.validation
Implementations of this interface are responsible to display the error output of registered components.
IHasPlaceHolder - Interface in de.swm.commons.mobile.client.widgets.itf
Widgets that implement this interface can display a text when they have no text set
IHasValidator - Interface in de.swm.commons.mobile.client.validation
Interface for widgets that contain validators.
IHeaderPanel - Interface in de.swm.commons.mobile.client.widgets.itf
HeaderPanel interface
imageButton() - Method in interface de.swm.commons.mobile.client.theme.components.ButtonCss
CSS Style name.
ImageButton - Class in de.swm.commons.mobile.client.widgets
A button with an image inside.
ImageButton() - Constructor for class de.swm.commons.mobile.client.widgets.ImageButton
 
ImageButton(ImageResource, ClickHandler) - Constructor for class de.swm.commons.mobile.client.widgets.ImageButton
Default constructor.
ImageHighlightButton - Class in de.swm.commons.mobile.client.widgets
Image button with a highlight image which can be different to the default (non highlight) image.
ImageHighlightButton(ImageResource) - Constructor for class de.swm.commons.mobile.client.widgets.ImageHighlightButton
 
ImageHighlightButton(ImageResource, ClickHandler) - Constructor for class de.swm.commons.mobile.client.widgets.ImageHighlightButton
 
ImageHighlightButton(String, ImageResource, ImageResource, ClickHandler) - Constructor for class de.swm.commons.mobile.client.widgets.ImageHighlightButton
 
IMainView - Interface in de.swm.commons.mobile.client.widgets.page
Defines the main view of an application.
img - Variable in class de.swm.commons.mobile.client.widgets.DecoratedListItem
 
IMobilePresenter - Interface in de.swm.commons.mobile.client.presenter
Base interface for all mobile presenter.
in() - Method in interface de.swm.commons.mobile.client.theme.components.TransitionsCss
CSS Style name.
incrementDay() - Method in class de.swm.commons.mobile.client.widgets.date.DateCalculation
Increments a day.
incrementHour() - Method in class de.swm.commons.mobile.client.widgets.date.DateCalculation
Increments a hour.
incrementMinute() - Method in class de.swm.commons.mobile.client.widgets.date.DateCalculation
Increments a minute.
incrementMonth() - Method in class de.swm.commons.mobile.client.widgets.date.DateCalculation
Increments a month.
incrementYear() - Method in class de.swm.commons.mobile.client.widgets.date.DateCalculation
Increments a year.
indexedScrollPanel() - Method in interface de.swm.commons.mobile.client.theme.components.IndexPanelCss
CSS Style name.
IndexedScrollPanel - Class in de.swm.commons.mobile.client.widgets
Indes scroll panel is a address book like widget that orders his entries alphabetically including a selection index displayed on the right.
IndexedScrollPanel() - Constructor for class de.swm.commons.mobile.client.widgets.IndexedScrollPanel
Default constructor.
IndexedScrollPanelWithPager - Class in de.swm.commons.mobile.client.widgets
Indes scroll panel is a address book like widget that orders his entries alphabetically including a selection index displayed on the right.
IndexedScrollPanelWithPager() - Constructor for class de.swm.commons.mobile.client.widgets.IndexedScrollPanelWithPager
Default constructor.
IndexedScrollPanelWithPager.IndexPanel - Class in de.swm.commons.mobile.client.widgets
Inner class that represents the alphabetical selection index.
IndexedScrollPanelWithPager.IndexPanel(ScrollPanel) - Constructor for class de.swm.commons.mobile.client.widgets.IndexedScrollPanelWithPager.IndexPanel
Default constructor.
indexHeaderListItem() - Method in interface de.swm.commons.mobile.client.theme.components.IndexPanelCss
CSS Style name.
indexPanel() - Method in interface de.swm.commons.mobile.client.theme.components.IndexPanelCss
CSS Style name.
IndexPanelCss - Interface in de.swm.commons.mobile.client.theme.components
Represents a css resource for a IndexedScrollPanelWithPager.
information() - Method in interface de.swm.commons.mobile.client.theme.base.BaseSWMMobileImageRessources
 
information() - Method in interface de.swm.commons.mobile.client.theme.bright.BrightSWMMobileImageRessources
 
information() - Method in interface de.swm.commons.mobile.client.theme.SWMMobileImageBundle
Defines one part of the SWMMobile widget system.
init() - Method in class de.swm.commons.mobile.client.event.DragController
Initializes the controller.
initWidget(Widget) - Method in class de.swm.commons.mobile.client.page.SimplePage
 
input() - Method in interface de.swm.commons.mobile.client.theme.components.SearchBoxCss
input
inputAsLabel() - Method in interface de.swm.commons.mobile.client.theme.components.SearchBoxCss
 
insert(Widget, int) - Method in class de.swm.commons.mobile.client.base.PanelBase
Inserts a widget
IntegerRange - Class in de.swm.commons.mobile.client.utils
Utility class to represent a mutable range of integer values with an optional distinguished value within the given range.
IntegerRange() - Constructor for class de.swm.commons.mobile.client.utils.IntegerRange
Create an empty range with a default span of values.
IntegerRange(int) - Constructor for class de.swm.commons.mobile.client.utils.IntegerRange
Create an integer range around the given value with a default span.
IntegerRange(int, int) - Constructor for class de.swm.commons.mobile.client.utils.IntegerRange
Create an integer range around the given value with a given span.
IntegerRange(int, int, int) - Constructor for class de.swm.commons.mobile.client.utils.IntegerRange
Create an integer range with the given start and end values.
interchanges() - Method in interface de.swm.commons.mobile.client.constants.I18NConstants
i18n.
internationalize(String, String) - Static method in class de.swm.commons.mobile.client.widgets.experimental.FastHeaderPanel
Sets the default text literals for next and back buttons.
internationalize(String, String) - Static method in class de.swm.commons.mobile.client.widgets.HeaderPanel
Sets the default text literals for next and back buttons.
iOs() - Method in interface de.swm.commons.mobile.client.theme.components.PageCss
CSS Style name.
IPageWithHeader - Interface in de.swm.commons.mobile.client.widgets.page
Interface for views that have a header panel.
IPageWithoutHeader - Interface in de.swm.commons.mobile.client.widgets.page
Interface for views without a header panel.
IProvidesKeyAndValue<T> - Interface in de.swm.commons.mobile.client.widgets.itf
Interface for widgets that have keys and values assigned to items belonging to the widget.
isAllTransitionsDisabled() - Static method in class de.swm.commons.mobile.client.presenter.AbstractMobilePresenter
Return value of transitionsFromMainViewDisabled (see AbstractMobilePresenter.setAllTransitionsDisabled(boolean) ).
isAndroid() - Method in interface de.swm.commons.mobile.client.setup.OsDetection
Are we running on an Android device
isAndroid() - Method in class de.swm.commons.mobile.client.setup.OsDetectionImpl
 
isAndroidPhone() - Method in interface de.swm.commons.mobile.client.setup.OsDetection
Are we running on an android phone.
isAndroidPhone() - Method in class de.swm.commons.mobile.client.setup.OsDetectionImpl
 
isAndroidTablet() - Method in interface de.swm.commons.mobile.client.setup.OsDetection
Are we running on an android tablet
isAndroidTablet() - Method in class de.swm.commons.mobile.client.setup.OsDetectionImpl
 
isBlackBerry() - Method in interface de.swm.commons.mobile.client.setup.OsDetection
Are we running on a blackberry device.
isBlackBerry() - Method in class de.swm.commons.mobile.client.setup.OsDetectionImpl
 
isCanceled() - Method in class de.swm.commons.mobile.client.widgets.progressbar.MobileProgressBar.CancelMonitor
 
isChangedByUser() - Method in class de.swm.commons.mobile.client.widgets.date.DateTextBox
Returns if the current date was changed by the user..
IScrollMonitor - Interface in de.swm.commons.mobile.client.widgets.scroll
Enables reactions to scroll gestures.
IScrollPanel - Interface in de.swm.commons.mobile.client.widgets.scroll
SWM S-IP-AN User: wiesed Date: 16.07.14 Time: 10:43
isDesktop() - Method in interface de.swm.commons.mobile.client.setup.OsDetection
Are we running in a desktop browser (chrome, safari or similiar)
isDesktop() - Method in class de.swm.commons.mobile.client.setup.OsDetectionImpl
 
isDisabled() - Method in class de.swm.commons.mobile.client.widgets.Button
 
isDisabled() - Method in class de.swm.commons.mobile.client.widgets.command.CommandItem
Retunrs true if disabled.
isDisabled() - Method in class de.swm.commons.mobile.client.widgets.SelectItem
 
isDisablePhoneNumberDetection() - Method in class de.swm.commons.mobile.client.SWMMobileSettings
ios only disable the auto detection of phonenumbers in your app
isEnabled() - Method in class de.swm.commons.mobile.client.widgets.DropDownList
 
isEnabled() - Method in class de.swm.commons.mobile.client.widgets.FlipSwitch
 
isEnabled() - Method in class de.swm.commons.mobile.client.widgets.GenericRadioButtonGroup
 
isEnabled() - Method in class de.swm.commons.mobile.client.widgets.SearchBox
Returns true if the widget is enabled, false if not.
isEnableNativeEventPropagation() - Method in class de.swm.commons.mobile.client.event.DragControllerOptions
Returns the enableNativeEventPropagation.
isExpended() - Method in class de.swm.commons.mobile.client.widgets.accordion.AccordionStack
 
isFlex() - Method in class de.swm.commons.mobile.client.widgets.ListPanel
Returns true is the css rendering is flexible.
isFullscreen() - Method in class de.swm.commons.mobile.client.SWMMobileSettings
Can the app be used in full screen mode
isHtmlFormControl(Element) - Static method in class de.swm.commons.mobile.client.utils.Utils
Returns true if the passed HTML element is a Form element.
isIOs() - Method in interface de.swm.commons.mobile.client.setup.OsDetection
Are we running on an ios device
isIOs() - Method in class de.swm.commons.mobile.client.setup.OsDetectionImpl
 
isIOS5() - Method in interface de.swm.commons.mobile.client.setup.OsDetection
Returns true if Ios5 is detected.
isIOS5() - Method in class de.swm.commons.mobile.client.setup.OsDetectionImpl
 
isIOS6() - Method in interface de.swm.commons.mobile.client.setup.OsDetection
Returns true if Ios6 is detected.
isIOS6() - Method in class de.swm.commons.mobile.client.setup.OsDetectionImpl
 
isIOS7() - Method in interface de.swm.commons.mobile.client.setup.OsDetection
Returns true if Ios7 is detected.
isIOS7() - Method in class de.swm.commons.mobile.client.setup.OsDetectionImpl
 
isIPad() - Method in interface de.swm.commons.mobile.client.setup.OsDetection
Are we running on an ipad
isIPad() - Method in class de.swm.commons.mobile.client.setup.OsDetectionImpl
 
isIPhone() - Method in interface de.swm.commons.mobile.client.setup.OsDetection
Are we running on an iphone or ipod touch
isIPhone() - Method in class de.swm.commons.mobile.client.setup.OsDetectionImpl
 
isMyStopPropagation() - Method in class de.swm.commons.mobile.client.event.DragEvent
Returns the myStopPropagation.
isNextClickSuppressed() - Method in class de.swm.commons.mobile.client.event.DragController
Check if next click is suppressed.
isOwningViewVisible() - Method in class de.swm.commons.mobile.client.presenter.AbstractMobilePresenter
Liefert rue wenn der vom Presenter kontollierte View sichtbar ist.
isOwningViewVisible() - Method in interface de.swm.commons.mobile.client.presenter.IMobilePresenter
True is one the presenters owning views is visible.
isPhone() - Method in interface de.swm.commons.mobile.client.setup.OsDetection
Are we running on a phone.
isPhone() - Method in class de.swm.commons.mobile.client.setup.OsDetectionImpl
 
ISpinnerStarted - Interface in de.swm.commons.mobile.client.widgets.itf
Callback, if a spinner is currently active.
isPreventScrolling() - Method in class de.swm.commons.mobile.client.SWMMobileSettings
Should swm-mobile prevent default scrolling behaviour
isRetina() - Method in interface de.swm.commons.mobile.client.setup.OsDetection
Are we running on the iphone retina display
isRetina() - Method in class de.swm.commons.mobile.client.setup.OsDetectionImpl
 
isRotate - Variable in class de.swm.commons.mobile.client.widgets.SlidePanel
 
isRotate() - Method in class de.swm.commons.mobile.client.widgets.SlidePanel
 
isScreenActive() - Method in class de.swm.commons.mobile.client.presenter.AbstractMobilePresenter
Returns true if this screen is active.
isSelected() - Method in class de.swm.commons.mobile.client.widgets.command.CommandItem
Returns the isSelected.
isSelected() - Method in class de.swm.commons.mobile.client.widgets.SelectItem
 
isShowScrollBar() - Method in class de.swm.commons.mobile.client.widgets.scroll.ScrollPanelWithScrollbar
Indicates if the scroll bar should be shown or not.
isSubclassOf(Class<?>, Class<?>) - Static method in class de.swm.commons.mobile.client.utils.Utils
Returns true if class1 ist sublass of class2
isSupported(OsDetection) - Method in class de.swm.commons.mobile.client.SWMMobile.ClientSupportedAsserter
 
IsSWMMobileWidget - Interface in de.swm.commons.mobile.client.widgets.itf
Marker interface for all SWMMobile Widgets.
IsSWMMobileWidgetHelper - Class in de.swm.commons.mobile.client.utils
Helper class for SWM Mobile widgets.
IsSWMMobileWidgetHelper() - Constructor for class de.swm.commons.mobile.client.utils.IsSWMMobileWidgetHelper
 
isTablet() - Method in interface de.swm.commons.mobile.client.setup.OsDetection
Are we running on a tablet device
isTablet() - Method in class de.swm.commons.mobile.client.setup.OsDetectionImpl
 
isTransitionsFromMainViewDisabled() - Method in class de.swm.commons.mobile.client.presenter.AbstractMobilePresenter
Return value of transitionsFromMainViewDisabled (see {@link #setTransitionsFromMainViewDisabled(boolean)).
isVisible() - Method in class de.swm.commons.mobile.client.widgets.NotificationBox
Returns true if this notification is currently visible.
isWebkit() - Method in interface de.swm.commons.mobile.client.setup.OsDetection
Are we running on a webkit device/browser.
isWebkit() - Method in class de.swm.commons.mobile.client.setup.OsDetectionImpl
 
ISwmPopupUtil - Interface in de.swm.commons.mobile.client.utils
Util class to create popup dialogs.
ISwmPopupUtil.ItemDesciptor<T> - Class in de.swm.commons.mobile.client.utils
ISwmPopupUtil.ItemDesciptor(String, ITypedAction<T>) - Constructor for class de.swm.commons.mobile.client.utils.ISwmPopupUtil.ItemDesciptor
Itemtyp = Itemtext, gleiche Reihenfolge ISwmPopupUtil.ItemDesciptor.order = 0.
ISwmPopupUtil.ItemDesciptor(String, T, ITypedAction<T>) - Constructor for class de.swm.commons.mobile.client.utils.ISwmPopupUtil.ItemDesciptor
Gleiche Reihenfolge ISwmPopupUtil.ItemDesciptor.order = 0.
ISwmPopupUtil.ItemDesciptor(String, int, ITypedAction<T>) - Constructor for class de.swm.commons.mobile.client.utils.ISwmPopupUtil.ItemDesciptor
Itemtyp = Itemtext.
ISwmPopupUtil.ItemDesciptor(String, T, int, ITypedAction<T>) - Constructor for class de.swm.commons.mobile.client.utils.ISwmPopupUtil.ItemDesciptor
Hauptkonstruktor.
ISwmPopupUtil.StatusPopupHandler - Interface in de.swm.commons.mobile.client.utils
Ein Handler zur Steuerung des StatusPopups ISwmPopupUtil.showStatusPopup(String, java.util.List).
isWVGA() - Static method in class de.swm.commons.mobile.client.utils.Utils
Bestimmt ob es sich um eine WVGA ausloesung handelt.
item() - Method in interface de.swm.commons.mobile.client.theme.components.TextBoxCss
CSS Style name.
itemSelected() - Method in interface de.swm.commons.mobile.client.theme.components.TextBoxCss
CSS Style name.
iterator() - Method in class de.swm.commons.mobile.client.base.PanelBase
 
iterator() - Method in class de.swm.commons.mobile.client.widgets.HeaderPanel
iterator() - Method in class de.swm.commons.mobile.client.widgets.NotificationBox
iterator() - Method in class de.swm.commons.mobile.client.widgets.scroll.AdaptiveScrollPanel
 
iterator() - Method in class de.swm.commons.mobile.client.widgets.Slide
 
iterator() - Method in class de.swm.commons.mobile.client.widgets.SlidePanel
 
iterator() - Method in class de.swm.commons.mobile.client.widgets.tab.Tab
 
iterator() - Method in class de.swm.commons.mobile.client.widgets.tab.TabContent
 
iterator() - Method in class de.swm.commons.mobile.client.widgets.tab.TabPanel
 
iterator() - Method in class de.swm.commons.mobile.client.widgets.toolbar.ToolbarContent
 
iterator() - Method in class de.swm.commons.mobile.client.widgets.toolbar.ToolbarElement
 
iterator() - Method in class de.swm.commons.mobile.client.widgets.toolbar.ToolbarPanel
 
ITree - Interface in de.swm.commons.mobile.client.widgets.tree
 
ITree.ITreeFinder - Interface in de.swm.commons.mobile.client.widgets.tree
Utility interface to specify logic for finding a specific (sub-)tree.
ITreeNode - Interface in de.swm.commons.mobile.client.widgets.tree
 
ITreeNode.ITreeNodeDisplay - Interface in de.swm.commons.mobile.client.widgets.tree
 
IValidator<T> - Interface in de.swm.commons.mobile.client.validation
Interface for validating a field's value.

J

journeyDeparturedBefore() - Method in interface de.swm.commons.mobile.client.constants.I18NConstants
i18n.
journeyDeparturedBeforeSuffix() - Method in interface de.swm.commons.mobile.client.constants.I18NConstants
i18n.
journeyTime() - Method in interface de.swm.commons.mobile.client.constants.I18NConstants
i18n.
journeyTimeHours() - Method in interface de.swm.commons.mobile.client.constants.I18NConstants
i18n.
journeyTimeMinutes() - Method in interface de.swm.commons.mobile.client.constants.I18NConstants
i18n.
journeyWillDepartureIn() - Method in interface de.swm.commons.mobile.client.constants.I18NConstants
i18n.

K

key - Variable in class de.swm.commons.mobile.client.widgets.SelectItem
 

L

LabelButton - Class in de.swm.commons.mobile.client.widgets
A button light grey with left handed text orientation.
LabelButton() - Constructor for class de.swm.commons.mobile.client.widgets.LabelButton
Default constructor.
LabelButton(String, ClickHandler) - Constructor for class de.swm.commons.mobile.client.widgets.LabelButton
Constructor.
LabelWithErrorOutput - Class in de.swm.commons.mobile.client.widgets
Defines a label with an included Error outut option.
LabelWithErrorOutput() - Constructor for class de.swm.commons.mobile.client.widgets.LabelWithErrorOutput
Default constructor.
LabelWithErrorOutput(String) - Constructor for class de.swm.commons.mobile.client.widgets.LabelWithErrorOutput
Default constructor.
leavePageQuestionHeader() - Method in interface de.swm.commons.mobile.client.constants.I18NConstants
i18n.
leavePageQuestionText() - Method in interface de.swm.commons.mobile.client.constants.I18NConstants
i18n.
leavePageRequest() - Method in class de.swm.commons.mobile.client.presenter.AbstractMobilePresenter
 
leavePageRequest() - Method in interface de.swm.commons.mobile.client.presenter.IMobilePresenter
Will return the decission to leave this Page.
LeavePageResponse - Enum in de.swm.commons.mobile.client.presenter
TODO Dokumentieren.
ListItem - Class in de.swm.commons.mobile.client.widgets
Defines a list item which can be placed inside a ListPanel A list item can have a left navigation arrow.
ListItem() - Constructor for class de.swm.commons.mobile.client.widgets.ListItem
Default constructor.
ListItem.ShowArrow - Enum in de.swm.commons.mobile.client.widgets
Arrow visibility.
listPanel() - Method in interface de.swm.commons.mobile.client.theme.components.ListPanelCss
CSS Style name.
ListPanel - Class in de.swm.commons.mobile.client.widgets
List panel which contains list items an is typically placed inside a ScrollPanel.
ListPanel() - Constructor for class de.swm.commons.mobile.client.widgets.ListPanel
Default constructor.
ListPanelCss - Interface in de.swm.commons.mobile.client.theme.components
Represents a css resource for Scrollpanel
ListPanelFlexCss - Interface in de.swm.commons.mobile.client.theme.components
Represents a css resource for ListPanel - flex Style
ListPanelWithStaticLastItem - Class in de.swm.commons.mobile.client.widgets
List panel which contains list items and a static element at the button of the list.
ListPanelWithStaticLastItem() - Constructor for class de.swm.commons.mobile.client.widgets.ListPanelWithStaticLastItem
 
load(IPage) - Static method in class de.swm.commons.mobile.client.page.SimplePage
Will load the page IPage.
load(SimplePage) - Static method in class de.swm.commons.mobile.client.page.SimplePage
Will load the page SimplePage.
loading() - Method in interface de.swm.commons.mobile.client.theme.base.BaseSWMMobileImageRessources
 
loading() - Method in interface de.swm.commons.mobile.client.theme.bright.BrightSWMMobileImageRessources
 
loading() - Method in interface de.swm.commons.mobile.client.theme.SWMMobileImageBundle
Defines one part of the SWMMobile widget system.
loadingIndicatorGlassPanel() - Method in interface de.swm.commons.mobile.client.theme.components.PopupsCss
CSS Style name.
loadingIndicatorHeader() - Method in interface de.swm.commons.mobile.client.theme.components.PopupsCss
CSS Style name.
loadingIndicatorPopup() - Method in interface de.swm.commons.mobile.client.theme.components.PopupsCss
CSS Style name.
LoadingIndicatorPopup - Class in de.swm.commons.mobile.client.widgets
Display a loading indicator and blocks the UI.
LoadingIndicatorPopup() - Constructor for class de.swm.commons.mobile.client.widgets.LoadingIndicatorPopup
Default constructor.
LoadingIndicatorPopup(boolean) - Constructor for class de.swm.commons.mobile.client.widgets.LoadingIndicatorPopup
Default constructor.
loadingIndicatorSubheader() - Method in interface de.swm.commons.mobile.client.theme.components.PopupsCss
CSS Style name.
loadSlide(int) - Method in interface de.swm.commons.mobile.client.widgets.SlidePanel.SlideProvider
Loads the slide on the index position

M

mainPanel - Variable in class de.swm.commons.mobile.client.widgets.DecoratedListItem
 
minus(Point) - Method in class de.swm.commons.mobile.client.utils.Point
Will subtract a point
MobileProgressBar - Class in de.swm.commons.mobile.client.widgets.progressbar
Progress bar for mobile applications.
MobileProgressBar() - Constructor for class de.swm.commons.mobile.client.widgets.progressbar.MobileProgressBar
Default constructor.
MobileProgressBar(boolean) - Constructor for class de.swm.commons.mobile.client.widgets.progressbar.MobileProgressBar
Constructor with possibility to enable info text.
MobileProgressBar.CancelMonitor - Class in de.swm.commons.mobile.client.widgets.progressbar
Hilfsklasse um einen laufenden callback zu canceln.
MobileProgressBar.CancelMonitor() - Constructor for class de.swm.commons.mobile.client.widgets.progressbar.MobileProgressBar.CancelMonitor
 
modify() - Method in interface de.swm.commons.mobile.client.theme.components.ListPanelFlexCss
CSS Style name.
moveNext() - Method in class de.swm.commons.mobile.client.widgets.SlidePanel
Moves to the next slide without boundary checks.
movePrevious() - Method in class de.swm.commons.mobile.client.widgets.SlidePanel
Moves to the previous slide without boundary checks.
myCount - Variable in class de.swm.commons.mobile.client.widgets.SlidePanel
 
myCurrent - Variable in class de.swm.commons.mobile.client.widgets.SlidePanel
 
myDisabled - Variable in class de.swm.commons.mobile.client.widgets.ListItem
 
myEnabled - Variable in class de.swm.commons.mobile.client.widgets.FlipSwitch
 
myFlowPanel - Variable in class de.swm.commons.mobile.client.base.PanelBase
 
myFrom - Variable in class de.swm.commons.mobile.client.page.Transition
 
myHtml - Variable in class de.swm.commons.mobile.client.widgets.FlipSwitch
 
myLabel - Variable in class de.swm.commons.mobile.client.widgets.Slider
 
myParent - Variable in class de.swm.commons.mobile.client.page.Transition
 
myReverse - Variable in class de.swm.commons.mobile.client.page.Transition
 
mySelected - Variable in class de.swm.commons.mobile.client.widgets.ListPanel
 
myShowArrow - Variable in class de.swm.commons.mobile.client.widgets.ListItem
 
mySlideProvider - Variable in class de.swm.commons.mobile.client.widgets.SlidePanel
 
mySlider - Variable in class de.swm.commons.mobile.client.widgets.Slider
 
mySlides - Variable in class de.swm.commons.mobile.client.widgets.SlidePanel
 
myTo - Variable in class de.swm.commons.mobile.client.page.Transition
 
myValue - Variable in class de.swm.commons.mobile.client.widgets.FlipSwitch
 
myValue - Variable in class de.swm.commons.mobile.client.widgets.Slider
 

N

next() - Method in class de.swm.commons.mobile.client.widgets.SlidePanel
Goes to the next slide.
nextButton() - Method in interface de.swm.commons.mobile.client.theme.components.ButtonBaseCss
CSS Style name.
nextButton() - Method in interface de.swm.commons.mobile.client.theme.components.ButtonCss
CSS Style name.
NextButton - Class in de.swm.commons.mobile.client.widgets
The next button typically placed inside a IHeaderPanel.
NextButton() - Constructor for class de.swm.commons.mobile.client.widgets.NextButton
Default constructor with an caption.
NextButton(String, ClickHandler) - Constructor for class de.swm.commons.mobile.client.widgets.NextButton
Default constructor.
NextButton(String, FastClickHelper.FastClickHandler) - Constructor for class de.swm.commons.mobile.client.widgets.NextButton
Alternative constructor.
noButton() - Method in interface de.swm.commons.mobile.client.constants.I18NConstants
i18n.
normalIcon - Variable in class de.swm.commons.mobile.client.widgets.command.CommandItem
 
normalIcon - Variable in class de.swm.commons.mobile.client.widgets.ImageHighlightButton
 
NotificationBox - Class in de.swm.commons.mobile.client.widgets
A notification box wich displays a message at the botton of the Page.
NotificationBox() - Constructor for class de.swm.commons.mobile.client.widgets.NotificationBox
Construct a popin dialog
NotificationBoxCss - Interface in de.swm.commons.mobile.client.theme.components
Represents a css resource for a NotificationBox.
nowButton() - Method in interface de.swm.commons.mobile.client.constants.I18NConstants
i18n.
NumberDoubleTextBox - Class in de.swm.commons.mobile.client.widgets
Defines a box for double values.
NumberDoubleTextBox() - Constructor for class de.swm.commons.mobile.client.widgets.NumberDoubleTextBox
Default constructor.
NumberLongTextBox - Class in de.swm.commons.mobile.client.widgets
Defines a box for long values.
NumberLongTextBox() - Constructor for class de.swm.commons.mobile.client.widgets.NumberLongTextBox
Default constructor.
NumberTextBox - Class in de.swm.commons.mobile.client.widgets
Defines a box for integer values.
NumberTextBox() - Constructor for class de.swm.commons.mobile.client.widgets.NumberTextBox
Default constructor.
numberToString(double) - Method in class de.swm.commons.mobile.client.setup.ViewPort
 

O

onAttach() - Method in class de.swm.commons.mobile.client.widgets.SearchBox
onAttach() - Method in class de.swm.commons.mobile.client.widgets.SearchBoxLikeButton
onBack(ClickEvent) - Method in interface de.swm.commons.mobile.client.presenter.AbstractMobilePresenter.IBackCallback
 
onBlur(BlurEvent) - Method in class de.swm.commons.mobile.client.base.BoxBase
 
onBlur(BlurEvent) - Method in class de.swm.commons.mobile.client.widgets.DropDownList
 
onBlur(BlurEvent) - Method in class de.swm.commons.mobile.client.widgets.TextArea
 
onBottom(DragEvent) - Method in interface de.swm.commons.mobile.client.event.ScrollPanelEventsHandler
Fires if bottom boundary will be exceeded.
onBrowserEvent(Event) - Method in class de.swm.commons.mobile.client.event.DragController
 
onBrowserEvent(Event) - Method in class de.swm.commons.mobile.client.event.DragControllerDesktop
 
onBrowserEvent(Event) - Method in class de.swm.commons.mobile.client.event.DragControllerMobile
 
onBrowserEvent(Event) - Method in class de.swm.commons.mobile.client.page.Transition
 
onBrowserEvent(Event) - Method in class de.swm.commons.mobile.client.widgets.scroll.SimpleScrollPanel
 
onChange(ChangeEvent) - Method in class de.swm.commons.mobile.client.widgets.DropDownList
 
onClick(ClickEvent) - Method in class de.swm.commons.mobile.client.widgets.accordion.AccordionHeader
 
onClick(ClickEvent) - Method in class de.swm.commons.mobile.client.widgets.CheckBoxGroup
 
onClick(ClickEvent) - Method in class de.swm.commons.mobile.client.widgets.FlipSwitch
 
onClick(ClickEvent) - Method in class de.swm.commons.mobile.client.widgets.GenericRadioButtonGroup
 
onClick(ClickEvent) - Method in class de.swm.commons.mobile.client.widgets.ListPanel
 
onClick(ClickEvent) - Method in class de.swm.commons.mobile.client.widgets.PagingListPanel
 
onClick(ClickEvent) - Method in class de.swm.commons.mobile.client.widgets.SelectPanel
 
onClick(ClickEvent) - Method in class de.swm.commons.mobile.client.widgets.tab.TabPanel
 
onClose(AccordionEvent) - Method in interface de.swm.commons.mobile.client.event.AccordionEventsHandler
 
onDetach() - Method in class de.swm.commons.mobile.client.widgets.SearchBox
onDetach() - Method in class de.swm.commons.mobile.client.widgets.SearchBoxLikeButton
onDragEnd(DragEvent) - Method in interface de.swm.commons.mobile.client.event.DragEventsHandler
When the drag ends
onDragEnd(DragEvent) - Method in class de.swm.commons.mobile.client.widgets.accordion.AccordionHeader
 
onDragEnd(DragEvent) - Method in class de.swm.commons.mobile.client.widgets.Button
 
onDragEnd(DragEvent) - Method in class de.swm.commons.mobile.client.widgets.CheckBoxGroup
 
onDragEnd(DragEvent) - Method in class de.swm.commons.mobile.client.widgets.command.CommandItem
 
onDragEnd(DragEvent) - Method in class de.swm.commons.mobile.client.widgets.DecoratedSuggestBox
 
onDragEnd(DragEvent) - Method in class de.swm.commons.mobile.client.widgets.DecoratedTextBox
 
onDragEnd(DragEvent) - Method in class de.swm.commons.mobile.client.widgets.FlipSwitch
 
onDragEnd(DragEvent) - Method in class de.swm.commons.mobile.client.widgets.ImageHighlightButton
 
onDragEnd(DragEvent) - Method in class de.swm.commons.mobile.client.widgets.IndexedScrollPanelWithPager.IndexPanel
 
onDragEnd(DragEvent) - Method in class de.swm.commons.mobile.client.widgets.LabelButton
When the drag ends
onDragEnd(DragEvent) - Method in class de.swm.commons.mobile.client.widgets.ListPanel
 
onDragEnd(DragEvent) - Method in class de.swm.commons.mobile.client.widgets.PaintableCanvas
 
onDragEnd(DragEvent) - Method in class de.swm.commons.mobile.client.widgets.scroll.ScrollPanel
 
onDragEnd(DragEvent) - Method in class de.swm.commons.mobile.client.widgets.scroll.ScrollPanelWithScrollbar
 
onDragEnd(DragEvent) - Method in class de.swm.commons.mobile.client.widgets.SelectPanel
 
onDragEnd(DragEvent) - Method in class de.swm.commons.mobile.client.widgets.Slider
 
onDragEnd(DragEvent) - Method in class de.swm.commons.mobile.client.widgets.toolbar.ToolbarHeader
When the drag ends
onDragMove(DragEvent) - Method in interface de.swm.commons.mobile.client.event.DragEventsHandler
When the drag is ongoing.
onDragMove(DragEvent) - Method in class de.swm.commons.mobile.client.widgets.accordion.AccordionHeader
 
onDragMove(DragEvent) - Method in class de.swm.commons.mobile.client.widgets.Button
 
onDragMove(DragEvent) - Method in class de.swm.commons.mobile.client.widgets.CheckBoxGroup
 
onDragMove(DragEvent) - Method in class de.swm.commons.mobile.client.widgets.command.CommandItem
 
onDragMove(DragEvent) - Method in class de.swm.commons.mobile.client.widgets.DecoratedSuggestBox
 
onDragMove(DragEvent) - Method in class de.swm.commons.mobile.client.widgets.DecoratedTextBox
 
onDragMove(DragEvent) - Method in class de.swm.commons.mobile.client.widgets.FlipSwitch
 
onDragMove(DragEvent) - Method in class de.swm.commons.mobile.client.widgets.ImageHighlightButton
 
onDragMove(DragEvent) - Method in class de.swm.commons.mobile.client.widgets.IndexedScrollPanelWithPager.IndexPanel
 
onDragMove(DragEvent) - Method in class de.swm.commons.mobile.client.widgets.LabelButton
Überschreibt die Button-Methode und Propagiert das Event weiter (wichtig für Scrollbare liste aus LabelButtons.
onDragMove(DragEvent) - Method in class de.swm.commons.mobile.client.widgets.ListPanel
 
onDragMove(DragEvent) - Method in class de.swm.commons.mobile.client.widgets.PaintableCanvas
 
onDragMove(DragEvent) - Method in class de.swm.commons.mobile.client.widgets.scroll.ScrollPanel
 
onDragMove(DragEvent) - Method in class de.swm.commons.mobile.client.widgets.scroll.ScrollPanelWithScrollbar
 
onDragMove(DragEvent) - Method in class de.swm.commons.mobile.client.widgets.SelectPanel
 
onDragMove(DragEvent) - Method in class de.swm.commons.mobile.client.widgets.Slider
 
onDragMove(DragEvent) - Method in class de.swm.commons.mobile.client.widgets.toolbar.ToolbarHeader
When the drag is ongoing.
onDragStart(DragEvent) - Method in interface de.swm.commons.mobile.client.event.DragEventsHandler
When the drag starts.
onDragStart(DragEvent) - Method in class de.swm.commons.mobile.client.widgets.accordion.AccordionHeader
 
onDragStart(DragEvent) - Method in class de.swm.commons.mobile.client.widgets.Button
 
onDragStart(DragEvent) - Method in class de.swm.commons.mobile.client.widgets.CheckBoxGroup
 
onDragStart(DragEvent) - Method in class de.swm.commons.mobile.client.widgets.command.CommandItem
 
onDragStart(DragEvent) - Method in class de.swm.commons.mobile.client.widgets.DecoratedSuggestBox
 
onDragStart(DragEvent) - Method in class de.swm.commons.mobile.client.widgets.DecoratedTextBox
 
onDragStart(DragEvent) - Method in class de.swm.commons.mobile.client.widgets.FlipSwitch
 
onDragStart(DragEvent) - Method in class de.swm.commons.mobile.client.widgets.ImageHighlightButton
 
onDragStart(DragEvent) - Method in class de.swm.commons.mobile.client.widgets.IndexedScrollPanelWithPager.IndexPanel
 
onDragStart(DragEvent) - Method in class de.swm.commons.mobile.client.widgets.LabelButton
When the drag starts.
onDragStart(DragEvent) - Method in class de.swm.commons.mobile.client.widgets.ListPanel
 
onDragStart(DragEvent) - Method in class de.swm.commons.mobile.client.widgets.PaintableCanvas
 
onDragStart(DragEvent) - Method in class de.swm.commons.mobile.client.widgets.scroll.ScrollPanel
 
onDragStart(DragEvent) - Method in class de.swm.commons.mobile.client.widgets.scroll.ScrollPanelWithScrollbar
 
onDragStart(DragEvent) - Method in class de.swm.commons.mobile.client.widgets.SelectPanel
 
onDragStart(DragEvent) - Method in class de.swm.commons.mobile.client.widgets.Slider
 
onDragStart(DragEvent) - Method in class de.swm.commons.mobile.client.widgets.toolbar.ToolbarHeader
When the drag starts.
onEnd(Event, Point) - Method in class de.swm.commons.mobile.client.event.DragController
Will be invoked after the movement of an element is completed.
onEvent(Event) - Method in interface de.swm.commons.mobile.client.event.EventHandler
When the event is fired.
onExpand(AccordionEvent) - Method in interface de.swm.commons.mobile.client.event.AccordionEventsHandler
 
onFailure(Throwable) - Method in class de.swm.commons.mobile.client.utils.AsyncCallbackSuccess
Called when an asynchronous call fails to complete normally.
onFastClick(FastClickHelper.FastClickEvent) - Method in interface de.swm.commons.mobile.client.event.FastClickHelper.FastClickHandler
 
onFocus(FocusEvent) - Method in class de.swm.commons.mobile.client.base.BoxBase
 
onFocus(FocusEvent) - Method in class de.swm.commons.mobile.client.widgets.DropDownList
 
onFocus(FocusEvent) - Method in class de.swm.commons.mobile.client.widgets.TextArea
 
onHide() - Method in class de.swm.commons.mobile.client.widgets.popup.SimplePopup
 
onHide() - Method in class de.swm.commons.mobile.client.widgets.popup.SlidePopup
 
onIconClick(IconClickEvent) - Method in interface de.swm.commons.mobile.client.event.IconClickHandler
 
onInitialLoad() - Method in class de.swm.commons.mobile.client.base.BoxBase
 
onInitialLoad() - Method in class de.swm.commons.mobile.client.widgets.accordion.AccordionStack
 
onInitialLoad() - Method in class de.swm.commons.mobile.client.widgets.Button
 
onInitialLoad() - Method in class de.swm.commons.mobile.client.widgets.CheckBox
 
onInitialLoad() - Method in class de.swm.commons.mobile.client.widgets.command.CommandItem
 
onInitialLoad() - Method in class de.swm.commons.mobile.client.widgets.FlipSwitch
 
onInitialLoad() - Method in class de.swm.commons.mobile.client.widgets.GenericRadioButtonGroup
 
onInitialLoad() - Method in class de.swm.commons.mobile.client.widgets.ImageHighlightButton
 
onInitialLoad() - Method in interface de.swm.commons.mobile.client.widgets.itf.IsSWMMobileWidget
When the widget is loaded first time.
onInitialLoad() - Method in class de.swm.commons.mobile.client.widgets.NotificationBox
When the widget is loaded first time.
onInitialLoad() - Method in class de.swm.commons.mobile.client.widgets.RadioButton
 
onInitialLoad() - Method in class de.swm.commons.mobile.client.widgets.SearchBoxLikeButton
When the widget is loaded first time.
onInitialLoad() - Method in class de.swm.commons.mobile.client.widgets.SlidePanel
 
onInitialLoad() - Method in class de.swm.commons.mobile.client.widgets.SWMMobileWidgetBase
When the widget is initially loaded.
onInitialLoad() - Method in class de.swm.commons.mobile.client.widgets.tab.TabPanel
 
onInitialLoad() - Method in class de.swm.commons.mobile.client.widgets.TextArea
 
onInitialLoad() - Method in class de.swm.commons.mobile.client.widgets.toolbar.ToolbarHeader
When the widget is loaded first time.
onInitialLoad() - Method in class de.swm.commons.mobile.client.widgets.toolbar.ToolbarPanel
 
onKeyUp(KeyUpEvent) - Method in class de.swm.commons.mobile.client.widgets.TextArea
 
onLeftButtonClick(FastClickHelper.FastClickEvent) - Method in class de.swm.commons.mobile.client.widgets.experimental.FastHeaderPanel
When the left button was clicked
onLoad() - Method in class de.swm.commons.mobile.client.base.BoxBase
 
onLoad() - Method in class de.swm.commons.mobile.client.widgets.accordion.AccordionHeader
 
onLoad() - Method in class de.swm.commons.mobile.client.widgets.Button
 
onLoad() - Method in class de.swm.commons.mobile.client.widgets.CheckBox
 
onLoad() - Method in class de.swm.commons.mobile.client.widgets.CheckBoxGroup
 
onLoad() - Method in class de.swm.commons.mobile.client.widgets.command.CommandItem
 
onLoad() - Method in class de.swm.commons.mobile.client.widgets.DecoratedSuggestBox
 
onLoad() - Method in class de.swm.commons.mobile.client.widgets.DecoratedTextBox
 
onLoad() - Method in class de.swm.commons.mobile.client.widgets.FlipSwitch
 
onLoad() - Method in class de.swm.commons.mobile.client.widgets.ImageHighlightButton
 
onLoad() - Method in class de.swm.commons.mobile.client.widgets.IndexedScrollPanelWithPager.IndexPanel
 
onLoad() - Method in class de.swm.commons.mobile.client.widgets.ListPanel
 
onLoad() - Method in class de.swm.commons.mobile.client.widgets.PagingListPanel
 
onLoad() - Method in class de.swm.commons.mobile.client.widgets.RadioButton
 
onLoad() - Method in class de.swm.commons.mobile.client.widgets.scroll.AdaptiveScrollPanel
 
onLoad() - Method in class de.swm.commons.mobile.client.widgets.scroll.ScrollPanel
 
onLoad() - Method in class de.swm.commons.mobile.client.widgets.scroll.ScrollPanelWithScrollbar
 
onLoad() - Method in class de.swm.commons.mobile.client.widgets.scroll.SimpleScrollPanel
 
onLoad() - Method in class de.swm.commons.mobile.client.widgets.SelectPanel
 
onLoad() - Method in class de.swm.commons.mobile.client.widgets.SlidePanel
 
onLoad() - Method in class de.swm.commons.mobile.client.widgets.Slider
 
onLoad() - Method in class de.swm.commons.mobile.client.widgets.SWMMobileWidgetBase
 
onLoad() - Method in class de.swm.commons.mobile.client.widgets.TextArea
 
onLoad() - Method in class de.swm.commons.mobile.client.widgets.toolbar.ToolbarHeader
 
onLoad() - Method in class de.swm.commons.mobile.client.widgets.tree.TreePanel
 
onLoad() - Method in class de.swm.commons.mobile.client.widgets.tree.WideTreePanel
 
OnlyDesktopLabel - Class in de.swm.commons.mobile.client.widgets
This label is only visible on desktop devices.
OnlyDesktopLabel() - Constructor for class de.swm.commons.mobile.client.widgets.OnlyDesktopLabel
 
OnlyDesktopLabel(String) - Constructor for class de.swm.commons.mobile.client.widgets.OnlyDesktopLabel
 
OnlyDesktopLabel(String, HasDirection.Direction) - Constructor for class de.swm.commons.mobile.client.widgets.OnlyDesktopLabel
 
OnlyDesktopLabel(String, DirectionEstimator) - Constructor for class de.swm.commons.mobile.client.widgets.OnlyDesktopLabel
 
OnlyDesktopLabel(String, boolean) - Constructor for class de.swm.commons.mobile.client.widgets.OnlyDesktopLabel
 
onModuleLoad() - Method in class de.swm.commons.local.client.GwtTestcompile
 
onMouseDown(Event) - Method in class de.swm.commons.mobile.client.event.DragControllerDesktop
Will be invoked on Mouse down event.
onMouseMove(Event) - Method in class de.swm.commons.mobile.client.event.DragControllerDesktop
Will be invoked on Mouse move event.
onMouseUp(Event) - Method in class de.swm.commons.mobile.client.event.DragControllerDesktop
Will be invoked on Mouse up event.
onMove(Event, Point) - Method in class de.swm.commons.mobile.client.event.DragController
Will be invoked after an element will be moved.
onOrientationChanged(OrientationChangeEvent) - Method in interface de.swm.commons.mobile.client.orientation.OrientationChangeHandler
will be fired on OrientationChanged events.
onPageChange(IMobilePresenter, IPageWithoutHeader) - Method in interface de.swm.commons.mobile.client.presenter.PresenterController.IPageChangeListener
Will be fired on a page change event.
onScrollEnd() - Method in interface de.swm.commons.mobile.client.widgets.scroll.IScrollMonitor
 
onScrollStart() - Method in interface de.swm.commons.mobile.client.widgets.scroll.IScrollMonitor
 
onSelectionChanged(SelectionChangedEvent) - Method in interface de.swm.commons.mobile.client.event.SelectionChangedHandler
Will be fired, when the selection will change.
onShow() - Method in class de.swm.commons.mobile.client.widgets.popup.SimplePopup
 
onShow() - Method in class de.swm.commons.mobile.client.widgets.popup.SlidePopup
 
onStart(Event, Point) - Method in class de.swm.commons.mobile.client.event.DragController
May need an onPreStart event to indicate that mouse is down, but no movement yet, // so onStart event can actually mean drag is indeed started.
onSwipeHorizontal(SwipeEvent) - Method in interface de.swm.commons.mobile.client.event.SwipeEventsHandler
When the user swipes horizontal
onSwipeHorizontal(SwipeEvent) - Method in class de.swm.commons.mobile.client.widgets.scroll.ScrollPanel
 
onSwipeHorizontal(SwipeEvent) - Method in class de.swm.commons.mobile.client.widgets.scroll.ScrollPanelWithScrollbar
 
onSwipeHorizontal(SwipeEvent) - Method in class de.swm.commons.mobile.client.widgets.SlidePanel
 
onSwipeHorizontal(SwipeEvent) - Method in class de.swm.commons.mobile.client.widgets.tree.TreePanel
 
onSwipeHorizontal(SwipeEvent) - Method in class de.swm.commons.mobile.client.widgets.tree.WideTreePanel
 
onSwipeVertical(SwipeEvent) - Method in interface de.swm.commons.mobile.client.event.SwipeEventsHandler
When the user swipes vertical.
onSwipeVertical(SwipeEvent) - Method in class de.swm.commons.mobile.client.widgets.scroll.ScrollPanel
 
onSwipeVertical(SwipeEvent) - Method in class de.swm.commons.mobile.client.widgets.scroll.ScrollPanelWithScrollbar
 
onSwipeVertical(SwipeEvent) - Method in class de.swm.commons.mobile.client.widgets.SlidePanel
 
onSwipeVertical(SwipeEvent) - Method in class de.swm.commons.mobile.client.widgets.tree.TreePanel
 
onSwipeVertical(SwipeEvent) - Method in class de.swm.commons.mobile.client.widgets.tree.WideTreePanel
 
onTop(DragEvent) - Method in interface de.swm.commons.mobile.client.event.ScrollPanelEventsHandler
Fires if top boundary will be exceeded.
onTouchEnd(TouchEvent) - Method in class de.swm.commons.mobile.client.event.DragControllerMobile
Will be invoked on touch end.
onTouchMove(TouchEvent) - Method in class de.swm.commons.mobile.client.event.DragControllerMobile
Will be invoked on touch move.
onTouchStart(TouchEvent) - Method in class de.swm.commons.mobile.client.event.DragControllerMobile
Will be invoked on touch start.
onTransitionEnd() - Method in class de.swm.commons.mobile.client.base.BoxBase
 
onTransitionEnd() - Method in class de.swm.commons.mobile.client.page.SimplePage
 
onTransitionEnd() - Method in class de.swm.commons.mobile.client.page.Transition
Will be called after the transition is completed.
onTransitionEnd() - Method in class de.swm.commons.mobile.client.widgets.Button
 
onTransitionEnd() - Method in class de.swm.commons.mobile.client.widgets.CheckBox
 
onTransitionEnd() - Method in class de.swm.commons.mobile.client.widgets.command.CommandItem
 
onTransitionEnd() - Method in class de.swm.commons.mobile.client.widgets.ImageHighlightButton
 
onTransitionEnd() - Method in interface de.swm.commons.mobile.client.widgets.itf.IsSWMMobileWidget
When an transition containing this widget ends.
onTransitionEnd() - Method in class de.swm.commons.mobile.client.widgets.NotificationBox
When an transition containing this widget ends.
onTransitionEnd() - Method in class de.swm.commons.mobile.client.widgets.RadioButton
 
onTransitionEnd() - Method in class de.swm.commons.mobile.client.widgets.SearchBoxLikeButton
When an transition containing this widget ends.
onTransitionEnd() - Method in class de.swm.commons.mobile.client.widgets.SlidePanel
 
onTransitionEnd() - Method in class de.swm.commons.mobile.client.widgets.SWMMobileWidgetBase
When a transition ends.
onTransitionEnd() - Method in class de.swm.commons.mobile.client.widgets.tab.TabContent
 
onTransitionEnd() - Method in class de.swm.commons.mobile.client.widgets.TextArea
 
onTransitionEnd() - Method in class de.swm.commons.mobile.client.widgets.toolbar.ToolbarContent
 
onTransitionEnd() - Method in class de.swm.commons.mobile.client.widgets.toolbar.ToolbarHeader
When an transition containing this widget ends.
onTreeChanged(TreeChangedEvent) - Method in interface de.swm.commons.mobile.client.widgets.tree.TreeChangedHandler
Will be fired, when the tree will change.
onUnload() - Method in class de.swm.commons.mobile.client.widgets.accordion.AccordionHeader
 
onUnload() - Method in class de.swm.commons.mobile.client.widgets.Button
 
onUnload() - Method in class de.swm.commons.mobile.client.widgets.CheckBoxGroup
 
onUnload() - Method in class de.swm.commons.mobile.client.widgets.command.CommandItem
 
onUnload() - Method in class de.swm.commons.mobile.client.widgets.DecoratedSuggestBox
 
onUnload() - Method in class de.swm.commons.mobile.client.widgets.DecoratedTextBox
 
onUnload() - Method in class de.swm.commons.mobile.client.widgets.DropDownList
 
onUnload() - Method in class de.swm.commons.mobile.client.widgets.FlipSwitch
 
onUnload() - Method in class de.swm.commons.mobile.client.widgets.ImageHighlightButton
 
onUnload() - Method in class de.swm.commons.mobile.client.widgets.IndexedScrollPanelWithPager.IndexPanel
 
onUnload() - Method in class de.swm.commons.mobile.client.widgets.ListPanel
 
onUnload() - Method in class de.swm.commons.mobile.client.widgets.scroll.ScrollPanel
 
onUnload() - Method in class de.swm.commons.mobile.client.widgets.scroll.ScrollPanelWithScrollbar
 
onUnload() - Method in class de.swm.commons.mobile.client.widgets.scroll.SimpleScrollPanel
 
onUnload() - Method in class de.swm.commons.mobile.client.widgets.SelectItem
 
onUnload() - Method in class de.swm.commons.mobile.client.widgets.SelectPanel
 
onUnload() - Method in class de.swm.commons.mobile.client.widgets.SlidePanel
 
onUnload() - Method in class de.swm.commons.mobile.client.widgets.Slider
 
onUnload() - Method in class de.swm.commons.mobile.client.widgets.toolbar.ToolbarHeader
 
onUnload() - Method in class de.swm.commons.mobile.client.widgets.tree.TreePanel
 
onUnload() - Method in class de.swm.commons.mobile.client.widgets.tree.WideTreePanel
 
onValueChange(ValueChangeEvent<Boolean>) - Method in class de.swm.commons.mobile.client.widgets.CheckBoxGroup
 
Orientation - Enum in de.swm.commons.mobile.client.orientation
Gets the current device orientation.
OrientationChangeEvent - Class in de.swm.commons.mobile.client.orientation
Event handler for orientation change events.
OrientationChangeEvent(Orientation) - Constructor for class de.swm.commons.mobile.client.orientation.OrientationChangeEvent
Constructor for OrientationChangeEvent.
OrientationChangeHandler - Interface in de.swm.commons.mobile.client.orientation
Event handler for orientation changes.
OrientationController - Class in de.swm.commons.mobile.client.orientation
Controller that supports orientation changes.
OrientationController() - Constructor for class de.swm.commons.mobile.client.orientation.OrientationController
 
OsDetection - Interface in de.swm.commons.mobile.client.setup
This interface provides information on which os platform swm-mobile is currently running.
OsDetectionGenerator - Class in de.swm.commons.mobile.generator
The OsDetectionGenerator creates the implementation for OsDetection for each platform.
OsDetectionGenerator() - Constructor for class de.swm.commons.mobile.generator.OsDetectionGenerator
 
OsDetectionImpl - Class in de.swm.commons.mobile.client.setup
The OsDetection implementation can either be generated be GWT Compiler using code>OSDetectionGenerator or this implementation can be used.
OsDetectionImpl() - Constructor for class de.swm.commons.mobile.client.setup.OsDetectionImpl
Default constructor.
OsDetectionImpl(String) - Constructor for class de.swm.commons.mobile.client.setup.OsDetectionImpl
Default constructor.
out() - Method in interface de.swm.commons.mobile.client.theme.components.TransitionsCss
CSS Style name.

P

page() - Method in interface de.swm.commons.mobile.client.theme.components.PageCss
CSS Style name.
PageCss - Interface in de.swm.commons.mobile.client.theme.components
FIXME: Aufspalten in OsCss und PageCss Represents a css resource for a Page.
pageX() - Method in class de.swm.commons.mobile.client.event.Touch
Client page x position.
pageY() - Method in class de.swm.commons.mobile.client.event.Touch
Client page y position.
PagingListPanel - Class in de.swm.commons.mobile.client.widgets
List panel which enables paging.
PagingListPanel() - Constructor for class de.swm.commons.mobile.client.widgets.PagingListPanel
 
PagingListPanel.ListItemProvider - Interface in de.swm.commons.mobile.client.widgets
Data provider.
PaintableCanvas - Class in de.swm.commons.mobile.client.widgets
Canvas element which is able to be painted with different colors and line widths.
PaintableCanvas(int, int) - Constructor for class de.swm.commons.mobile.client.widgets.PaintableCanvas
 
paintLine(int, int, int, int) - Method in class de.swm.commons.mobile.client.widgets.PaintableCanvas
 
panel - Variable in class de.swm.commons.mobile.client.widgets.popup.SimplePopup
 
panel - Variable in class de.swm.commons.mobile.client.widgets.Slide
 
panel - Variable in class de.swm.commons.mobile.client.widgets.tab.TabContent
 
panel - Variable in class de.swm.commons.mobile.client.widgets.toolbar.ToolbarContent
 
PanelBase - Class in de.swm.commons.mobile.client.base
Base widget for all SWM-Mobile panels.
PanelBase() - Constructor for class de.swm.commons.mobile.client.base.PanelBase
Default constructor.
panelToOverlay - Variable in class de.swm.commons.mobile.client.widgets.NotificationBox
 
parse(CharSequence) - Method in class de.swm.commons.mobile.client.widgets.date.DateTimeParser
 
parseRfc3339(String, DateStyle, boolean) - Method in class de.swm.commons.mobile.client.widgets.date.DateCalculation
Will pase a String in Rfc3339 spcification to an Date according teh DateStyle.
parseRfc3339Timestamp(String, boolean) - Method in class de.swm.commons.mobile.client.widgets.date.DateCalculation
Will pase a String in Rfc3339 spcification to an Date as timestamp.
PasswordTextBox - Class in de.swm.commons.mobile.client.widgets
Textbox for password input.
PasswordTextBox() - Constructor for class de.swm.commons.mobile.client.widgets.PasswordTextBox
Textbox for password input.
plus(Point) - Method in class de.swm.commons.mobile.client.utils.Point
Will add a point.
Point - Class in de.swm.commons.mobile.client.utils
Defines a Point on a Screen.
Point(Point) - Constructor for class de.swm.commons.mobile.client.utils.Point
Default constructor.
Point(double, double) - Constructor for class de.swm.commons.mobile.client.utils.Point
Constructor.
pointer() - Method in interface de.swm.commons.mobile.client.theme.components.ButtonBaseCss
CSS Style name.
POP - Static variable in class de.swm.commons.mobile.client.page.Transition
Defines a transition.
pop() - Method in interface de.swm.commons.mobile.client.theme.components.TransitionsCss
CSS Style name.
PopupsCss - Interface in de.swm.commons.mobile.client.theme.components
Represents a css resource for a various Popup-Pannels e.g.
prepare() - Method in class de.swm.commons.mobile.client.page.Transition
Will prepare the next transition.
PresenterController - Class in de.swm.commons.mobile.client.presenter
Controlls the currently active presenter.
PresenterController.IPageChangeListener - Interface in de.swm.commons.mobile.client.presenter
Lister which allows a applictionlisten to Page change events.
pressed() - Method in interface de.swm.commons.mobile.client.theme.components.AccordionPanelCss
CSS Style name.
pressed() - Method in interface de.swm.commons.mobile.client.theme.components.ButtonBaseCss
CSS Style name.
pressed() - Method in interface de.swm.commons.mobile.client.theme.components.CheckRadioBoxCss
CSS Style name.
pressed() - Method in interface de.swm.commons.mobile.client.theme.components.CommandPanelCss
CSS Style name.
pressed() - Method in interface de.swm.commons.mobile.client.theme.components.ListPanelCss
CSS Style name.
pressed() - Method in interface de.swm.commons.mobile.client.theme.components.SelectPanelCss
CSS Style name.
preventDefault() - Method in interface de.swm.commons.mobile.client.event.FastClickHelper.FastClickEvent
 
preventGhostClick(Event, Point) - Method in class de.swm.commons.mobile.client.utils.GhostClickPreventer
 
previous() - Method in class de.swm.commons.mobile.client.widgets.SlidePanel
Goes to the previous slide.
provideItems(int, int, AsyncCallback<List<ListItem>>) - Method in interface de.swm.commons.mobile.client.widgets.PagingListPanel.ListItemProvider
Will provide more items from the server.

Q

qvga() - Method in interface de.swm.commons.mobile.client.theme.components.DisplayCss
CSS Style name.

R

radioButton() - Method in interface de.swm.commons.mobile.client.theme.components.CheckRadioBoxCss
CSS Style name.
RadioButton - Class in de.swm.commons.mobile.client.widgets
Radio button input widget.
RadioButton() - Constructor for class de.swm.commons.mobile.client.widgets.RadioButton
Default constructor.
radioButtonGroup() - Method in interface de.swm.commons.mobile.client.theme.components.CheckRadioBoxCss
CSS Style name.
RadioButtonGroup - Class in de.swm.commons.mobile.client.widgets
Container for a group of RadioButtons, that contain simple Strings as values.
RadioButtonGroup() - Constructor for class de.swm.commons.mobile.client.widgets.RadioButtonGroup
 
RADIUS - Static variable in class de.swm.commons.mobile.client.widgets.SearchBox
The radius that a finger can move before the touch is not considered a simple touch anymore
ReadOnlyBooleanBox - Class in de.swm.commons.mobile.client.widgets
Defines a Label with yes no values bound to a boolean editor.
ReadOnlyBooleanBox() - Constructor for class de.swm.commons.mobile.client.widgets.ReadOnlyBooleanBox
Default constructor.
redirect(String) - Static method in class de.swm.commons.mobile.client.utils.Utils
Fuhrt ein Redirect der url durch.
redirectIfClientUnsupported(SWMMobile.ClientSupportedAsserter, String) - Static method in class de.swm.commons.mobile.client.SWMMobile
Checks if client is supported by the application.
registerEvents() - Method in class de.swm.commons.mobile.client.event.DragController
Subscribes base browser events - equal for all DragController implementations..
registerEvents() - Method in class de.swm.commons.mobile.client.event.DragControllerDesktop
 
registerEvents() - Method in class de.swm.commons.mobile.client.event.DragControllerMobile
 
registerTransitionEndEvent() - Method in class de.swm.commons.mobile.client.page.Transition
Event which will be fired, after the transition is completed.
relativeTimeChooserLabel() - Method in interface de.swm.commons.mobile.client.constants.I18NConstants
i18n.
releaseDragCapture(DragEventsHandler) - Method in class de.swm.commons.mobile.client.event.DragController
Will capture release drag events.
releaseSwipeCapture(SwipeEventsHandler) - Method in class de.swm.commons.mobile.client.event.DragController
Will capture release swipe events.
rememberGhostClick(Point) - Method in class de.swm.commons.mobile.client.utils.GhostClickPreventer
 
remove(Widget) - Method in class de.swm.commons.mobile.client.base.PanelBase
 
remove(int) - Method in class de.swm.commons.mobile.client.base.PanelBase
Removes an widget on index potion
remove(Widget) - Method in class de.swm.commons.mobile.client.widgets.HeaderPanel
remove(Widget) - Method in class de.swm.commons.mobile.client.widgets.NotificationBox
remove(Widget) - Method in class de.swm.commons.mobile.client.widgets.scroll.AdaptiveScrollPanel
 
remove(Widget) - Method in class de.swm.commons.mobile.client.widgets.Slide
 
remove(Widget) - Method in class de.swm.commons.mobile.client.widgets.SlidePanel
 
remove(Widget) - Method in class de.swm.commons.mobile.client.widgets.tab.Tab
 
remove(Widget) - Method in class de.swm.commons.mobile.client.widgets.tab.TabContent
 
remove(Widget) - Method in class de.swm.commons.mobile.client.widgets.tab.TabPanel
 
remove(Widget) - Method in class de.swm.commons.mobile.client.widgets.toolbar.ToolbarContent
 
remove(Widget) - Method in class de.swm.commons.mobile.client.widgets.toolbar.ToolbarElement
 
remove(Widget) - Method in class de.swm.commons.mobile.client.widgets.toolbar.ToolbarPanel
 
removeAllValidators() - Method in class de.swm.commons.mobile.client.base.BoxBase
Will remove all registered validators.
removeAllValidators() - Method in class de.swm.commons.mobile.client.validation.impl.ValidationHelper
Will remove all registered validators.
removeAllValidators() - Method in class de.swm.commons.mobile.client.widgets.TextArea
Will remove all registered validators.
removeDragEventsHandler(DragEventsHandler) - Method in class de.swm.commons.mobile.client.event.DragController
Allow components to remove registered drag events.
removeEmptyIndexes() - Method in class de.swm.commons.mobile.client.widgets.IndexedScrollPanel
Reomoves the header of empty indexes.
removeEventListener(Element, String, boolean, JavaScriptObject) - Static method in class de.swm.commons.mobile.client.utils.Utils
Removes an event listener form an HTML element.
removePageChangeListener(PresenterController.IPageChangeListener) - Method in class de.swm.commons.mobile.client.presenter.PresenterController
Will remove a page change listener.
removeSelectionHandler(ToolbarPanel.ToolbarSelectionHandler) - Method in class de.swm.commons.mobile.client.widgets.toolbar.ToolbarPanel
Removes the selection handler.
removeSwipeEventHandler(SwipeEventsHandler) - Method in class de.swm.commons.mobile.client.event.DragController
Allow components to remove registered swipe events.
removeTitleBar() - Static method in class de.swm.commons.mobile.client.utils.Utils
Removes the Title bar on Adroid
removeTransitionStyles() - Method in class de.swm.commons.mobile.client.page.Transition
Will remove the transition styles.
render(Object) - Method in class de.swm.commons.mobile.client.base.BoxBase.ToStringRenderer
 
render(Object, Appendable) - Method in class de.swm.commons.mobile.client.base.BoxBase.ToStringRenderer
 
renderScrollbar(int, int, int, int) - Method in class de.swm.commons.mobile.client.widgets.ScrollBar
This method renders the scrollbar according to the height of the widget.
reset() - Method in class de.swm.commons.mobile.client.widgets.scroll.ScrollPanel
Scrolls to the default position.
reset() - Method in class de.swm.commons.mobile.client.widgets.scroll.ScrollPanelWithScrollbar
 
reset() - Method in class de.swm.commons.mobile.client.widgets.scroll.SimpleScrollPanel
Scrolls to the default position.
Resolution - Enum in de.swm.commons.mobile.client.setup
Defines the resolution aspect ratio.
restoreScrollPosition() - Method in class de.swm.commons.mobile.client.widgets.scroll.SimpleScrollPanel
 
resume() - Method in class de.swm.commons.mobile.client.event.DragController
Enabeld the drag controller after an suspend.
reverse() - Method in interface de.swm.commons.mobile.client.theme.components.TransitionsCss
CSS Style name.
round() - Method in interface de.swm.commons.mobile.client.theme.components.SearchBoxCss
round

S

sbahn() - Method in interface de.swm.commons.mobile.client.theme.base.BaseSWMMobileImageRessources
 
sbahn() - Method in interface de.swm.commons.mobile.client.theme.bright.BrightSWMMobileImageRessources
 
sbahn() - Method in interface de.swm.commons.mobile.client.theme.SWMMobileImageBundle
Transportation ressource.
sbahn_small() - Method in interface de.swm.commons.mobile.client.theme.base.BaseSWMMobileImageRessources
 
sbahn_small() - Method in interface de.swm.commons.mobile.client.theme.bright.BrightSWMMobileImageRessources
 
sbahn_small() - Method in interface de.swm.commons.mobile.client.theme.SWMMobileImageBundle
Transportation ressource.
screenX() - Method in class de.swm.commons.mobile.client.event.Touch
Client screen x position.
screenY() - Method in class de.swm.commons.mobile.client.event.Touch
Client screen y position.
scrollbar() - Method in interface de.swm.commons.mobile.client.theme.components.ScrollPanelCss
CSS Style name.
ScrollBar - Class in de.swm.commons.mobile.client.widgets
Scrollbar which is used to indicate the scroll position in a scroll panel.
ScrollBar() - Constructor for class de.swm.commons.mobile.client.widgets.ScrollBar
default constructor.
scrollbarFiller() - Method in interface de.swm.commons.mobile.client.theme.components.ScrollPanelCss
CSS Style name.
scrollbarIndicator() - Method in interface de.swm.commons.mobile.client.theme.components.ScrollPanelCss
CSS Style name.
scrollbarPanel() - Method in interface de.swm.commons.mobile.client.theme.components.ScrollPanelCss
CSS Style name.
scrollbarRail() - Method in interface de.swm.commons.mobile.client.theme.components.ScrollPanelCss
CSS Style name.
scrollbarTable() - Method in interface de.swm.commons.mobile.client.theme.components.ScrollPanelCss
CSS Style name.
scrollPanel() - Method in interface de.swm.commons.mobile.client.theme.components.ScrollPanelCss
CSS Style name.
ScrollPanel - Class in de.swm.commons.mobile.client.widgets.scroll
Scroll panel - has the ability to keep the IHeaderPanel implementations always on the top.
ScrollPanel() - Constructor for class de.swm.commons.mobile.client.widgets.scroll.ScrollPanel
Default constructor.
ScrollPanelCss - Interface in de.swm.commons.mobile.client.theme.components
Represents a css resource for ScrollPanel
Uses Ressources from Page (iOS)
ScrollPanelEventsHandler - Interface in de.swm.commons.mobile.client.event
This class is handling the events on scrolling to top or bottom of a scroll panel.
ScrollPanelWithScrollbar - Class in de.swm.commons.mobile.client.widgets.scroll
Scroll panel - has the ability to keep the IHeaderPanel implementations always on the top.
ScrollPanelWithScrollbar() - Constructor for class de.swm.commons.mobile.client.widgets.scroll.ScrollPanelWithScrollbar
Default constructor.
searchBox() - Method in interface de.swm.commons.mobile.client.theme.components.SearchBoxCss
searchBox
SearchBox - Class in de.swm.commons.mobile.client.widgets
A search widget
SearchBox() - Constructor for class de.swm.commons.mobile.client.widgets.SearchBox
Construct a search box
SearchBox(SearchBoxCss) - Constructor for class de.swm.commons.mobile.client.widgets.SearchBox
Construct a search box with a given css
SearchBox.ClearButton - Class in de.swm.commons.mobile.client.widgets
 
SearchBox.ClearButton() - Constructor for class de.swm.commons.mobile.client.widgets.SearchBox.ClearButton
 
SearchBoxCss - Interface in de.swm.commons.mobile.client.theme.components
MSearchBoxCss interface.
SearchBoxLikeButton - Class in de.swm.commons.mobile.client.widgets
A button which looks like a search widget.
SearchBoxLikeButton() - Constructor for class de.swm.commons.mobile.client.widgets.SearchBoxLikeButton
Construct a search box
SearchBoxLikeButton(SearchBoxCss) - Constructor for class de.swm.commons.mobile.client.widgets.SearchBoxLikeButton
Construct a search box with a given css
searchClearImage() - Method in interface de.swm.commons.mobile.client.theme.base.BaseSWMMobileCssBundle
 
searchClearImage() - Method in interface de.swm.commons.mobile.client.theme.bootstrap.BootstrapSWMMobileCssBundle
 
searchClearImage() - Method in interface de.swm.commons.mobile.client.theme.bright.BrightSWMMobileCssBundle
 
searchClearImage() - Method in interface de.swm.commons.mobile.client.theme.SWMMobileCssBundle
Resource used inside a CSS Bundle.
searchClearTouchedImage() - Method in interface de.swm.commons.mobile.client.theme.base.BaseSWMMobileCssBundle
 
searchClearTouchedImage() - Method in interface de.swm.commons.mobile.client.theme.bootstrap.BootstrapSWMMobileCssBundle
 
searchClearTouchedImage() - Method in interface de.swm.commons.mobile.client.theme.bright.BrightSWMMobileCssBundle
 
searchClearTouchedImage() - Method in interface de.swm.commons.mobile.client.theme.SWMMobileCssBundle
Resource used inside a CSS Bundle.
searchSearchImage() - Method in interface de.swm.commons.mobile.client.theme.base.BaseSWMMobileCssBundle
 
searchSearchImage() - Method in interface de.swm.commons.mobile.client.theme.bootstrap.BootstrapSWMMobileCssBundle
 
searchSearchImage() - Method in interface de.swm.commons.mobile.client.theme.bright.BrightSWMMobileCssBundle
 
searchSearchImage() - Method in interface de.swm.commons.mobile.client.theme.SWMMobileCssBundle
Resource used inside a CSS Bundle.
selected() - Method in interface de.swm.commons.mobile.client.theme.components.CheckRadioBoxCss
CSS Style name.
selected() - Method in interface de.swm.commons.mobile.client.theme.components.TabPanelCss
CSS Style name.
selected() - Method in interface de.swm.commons.mobile.client.theme.components.ToolbarPanelCss
CSS Style name.
selected - Variable in class de.swm.commons.mobile.client.widgets.SelectItem
 
selectImage(boolean) - Method in class de.swm.commons.mobile.client.widgets.toolbar.ToolbarHeader
Selects the image (displays the selected Image icon)
SelectionChangedEvent - Class in de.swm.commons.mobile.client.event
Event handler when a selection will change.
SelectionChangedEvent(int, EventTarget) - Constructor for class de.swm.commons.mobile.client.event.SelectionChangedEvent
Default constructor.
SelectionChangedHandler - Interface in de.swm.commons.mobile.client.event
Event handler for selected elements.
selectionHandler - Variable in class de.swm.commons.mobile.client.widgets.popup.SimpleDatePopup
The underlying selection handler.
SelectItem - Class in de.swm.commons.mobile.client.widgets
Defines a select item which can be placed inside a SelectPanel.
SelectItem(String, String, boolean) - Constructor for class de.swm.commons.mobile.client.widgets.SelectItem
 
selectPanel() - Method in interface de.swm.commons.mobile.client.theme.components.SelectPanelCss
CSS Style name.
SelectPanel - Class in de.swm.commons.mobile.client.widgets
Select panel which contains select items.
SelectPanel() - Constructor for class de.swm.commons.mobile.client.widgets.SelectPanel
Default constructor.
SelectPanelCss - Interface in de.swm.commons.mobile.client.theme.components
Represents a css resource for SelectPanel
selectPopup() - Method in interface de.swm.commons.mobile.client.theme.components.PopupsCss
CSS Style name.
SelectPopup - Class in de.swm.commons.mobile.client.widgets.popup
 
SelectPopup() - Constructor for class de.swm.commons.mobile.client.widgets.popup.SelectPopup
 
selectTab(int) - Method in class de.swm.commons.mobile.client.widgets.tab.TabPanel
Selects a tab by his index position.
selectTool(int) - Method in class de.swm.commons.mobile.client.widgets.toolbar.ToolbarPanel
Selects a tool on index position
selectTool(int, boolean) - Method in class de.swm.commons.mobile.client.widgets.toolbar.ToolbarPanel
Selects a tool on index position
selectTool(int, boolean, boolean) - Method in class de.swm.commons.mobile.client.widgets.toolbar.ToolbarPanel
Selects a tool on index position
setAcceptableValues(Collection<T>) - Method in class de.swm.commons.mobile.client.widgets.DropDownList
 
setAcceptableValues(Collection<T>) - Method in class de.swm.commons.mobile.client.widgets.GenericRadioButtonGroup
 
setActivePresenter(IMobilePresenter, IPageWithoutHeader) - Method in class de.swm.commons.mobile.client.presenter.PresenterController
Will set the currently active presenter.
setAllTransitionsDisabled(boolean) - Static method in class de.swm.commons.mobile.client.presenter.AbstractMobilePresenter
If set to {code}true{code}, no transition effect is performed when page switch originates from ANY view (i.e., in {@link #gotoPage(IPage, IPageWithoutHeader)
setArrivalTime(Date) - Method in class de.swm.commons.mobile.client.widgets.publictransport.TripListItem
 
setAutoHide(boolean) - Method in class de.swm.commons.mobile.client.widgets.popup.SimplePopup
 
setBadgeValue(String) - Method in class de.swm.commons.mobile.client.widgets.toolbar.ToolbarHeader
Sets the text to be displayed in form of a 'badge' on top of the header image.
setBadgeValue(int, String) - Method in class de.swm.commons.mobile.client.widgets.toolbar.ToolbarPanel
Sets the text to be displayed in form of a 'badge' on top of the header image of a tool.
setCanceled(boolean) - Method in class de.swm.commons.mobile.client.widgets.progressbar.MobileProgressBar.CancelMonitor
 
setCaption(String) - Method in class de.swm.commons.mobile.client.widgets.Button
Sets the cation of the button
setCaption(String) - Method in class de.swm.commons.mobile.client.widgets.DecoratedTextBox
 
setCaption(String) - Method in class de.swm.commons.mobile.client.widgets.experimental.FastHeaderPanel
Sets the caption.
setCaption(String) - Method in class de.swm.commons.mobile.client.widgets.HeaderPanel
Sets the caption.
setCaption(String) - Method in interface de.swm.commons.mobile.client.widgets.itf.IHeaderPanel
Sets the caption.
setCategoryImage(Image) - Method in class de.swm.commons.mobile.client.widgets.publictransport.TripListItem
The image for the trip category.
setColor(String) - Method in class de.swm.commons.mobile.client.widgets.PaintableCanvas
 
setDateTimeSelectionCaptionVisible(boolean) - Method in class de.swm.commons.mobile.client.widgets.date.DatePopup
Sets the visibility of the caption for the date/time selection (default: caption is not visible).
setDateTimeSelectionCaptionVisible(boolean) - Method in class de.swm.commons.mobile.client.widgets.popup.SimpleDatePopup
Sets the visibility of the caption for the date/time selection (default: caption is not visible).
setDay(String) - Method in class de.swm.commons.mobile.client.widgets.date.DateCalculation
Sets manually the day.
setDefaultTransition(Transition) - Static method in class de.swm.commons.mobile.client.page.SimplePage
nabeld to overwrite the default tration (see goto(..))
setDelay(long) - Method in class de.swm.commons.mobile.client.widgets.publictransport.TripListItem
The delay in minutes (if to late or to early).
setDepartureTime(Date) - Method in class de.swm.commons.mobile.client.widgets.publictransport.TripListItem
 
setDisabled(boolean) - Method in class de.swm.commons.mobile.client.widgets.Button
Disables/Enables the button.
setDisabled(boolean) - Method in class de.swm.commons.mobile.client.widgets.command.CommandDropDown
Disables / Enables this item.
setDisabled(boolean) - Method in class de.swm.commons.mobile.client.widgets.command.CommandItem
Disables / Enables this item.
setDisabled(boolean) - Method in class de.swm.commons.mobile.client.widgets.DecoratedListItem
Disabled/enables the widget.
setDisabled(boolean) - Method in class de.swm.commons.mobile.client.widgets.ListItem
Disabled/enables the widget.
setDisabled(boolean) - Method in class de.swm.commons.mobile.client.widgets.publictransport.ConnectionListItem
 
setDisabled(boolean) - Method in class de.swm.commons.mobile.client.widgets.SelectItem
Disabled/enables the widget.
setDisablePhoneNumberDetection(boolean) - Method in class de.swm.commons.mobile.client.SWMMobileSettings
ios only disable the auto detection of phonenumbers in your app
setDisplay(ITreeNode.ITreeNodeDisplay) - Method in class de.swm.commons.mobile.client.widgets.tree.DefaultTreeNodeImpl
 
setDisplayValue(boolean) - Method in class de.swm.commons.mobile.client.widgets.Slider
If the current value should be displayed.
setDragEndListener(JavaScriptObject) - Method in class de.swm.commons.mobile.client.event.DragController
dragEndListener the dragEndListener to set.
setDragMoveListener(JavaScriptObject) - Method in class de.swm.commons.mobile.client.event.DragController
dragMoveListener the dragMoveListener to set.
setDragStartListener(JavaScriptObject) - Method in class de.swm.commons.mobile.client.event.DragController
dragStartListener the dragStartListener to set.
setEnabled(boolean) - Method in class de.swm.commons.mobile.client.widgets.CheckBox
 
setEnabled(boolean) - Method in class de.swm.commons.mobile.client.widgets.DecoratedTextBox
Enables / Disables the widget.
setEnabled(boolean) - Method in class de.swm.commons.mobile.client.widgets.DropDownList
 
setEnabled(boolean) - Method in class de.swm.commons.mobile.client.widgets.FlipSwitch
Enables/disables the widget.
setEnabled(boolean) - Method in class de.swm.commons.mobile.client.widgets.GenericRadioButtonGroup
 
setEnabled(boolean) - Method in class de.swm.commons.mobile.client.widgets.SearchBox
Sets whether this widget is enabled.
setEnableNativeEventPropagation(boolean) - Method in class de.swm.commons.mobile.client.event.DragControllerOptions
enableNativeEventPropagation the enableNativeEventPropagation to set.
setFlex(boolean) - Method in class de.swm.commons.mobile.client.widgets.ListPanel
Enabled/disables flexible css rendering.
setFocus(boolean) - Method in class de.swm.commons.mobile.client.widgets.DecoratedTextBox
Sets the focus.
setFocus(boolean) - Method in class de.swm.commons.mobile.client.widgets.SearchBox
Will set the focus of the search box.
setFullscreen(boolean) - Method in class de.swm.commons.mobile.client.SWMMobileSettings
Can the app be used in full screen
setGlassEnabled(boolean) - Method in class de.swm.commons.mobile.client.widgets.popup.SimplePopup
When enabled, the background will be blocked with a semi-transparent pane the next time it is shown.
setHasBackButton(boolean) - Method in class de.swm.commons.mobile.client.widgets.experimental.FastHeaderPanel
Will display the back button.
setHasBackButton(boolean) - Method in class de.swm.commons.mobile.client.widgets.HeaderPanel
Will display the back button.
setHasNextButton(boolean) - Method in class de.swm.commons.mobile.client.widgets.experimental.FastHeaderPanel
Will display the next button.
setHasNextButton(boolean) - Method in class de.swm.commons.mobile.client.widgets.HeaderPanel
Will display the next button.
setHasTextBox(boolean) - Method in class de.swm.commons.mobile.client.widgets.scroll.ScrollPanel
 
setHasTextBox(boolean) - Method in class de.swm.commons.mobile.client.widgets.scroll.ScrollPanelWithScrollbar
 
setHeaderText(String) - Method in class de.swm.commons.mobile.client.widgets.command.CommandItem
Sets the header text.
setHeaderText(String) - Method in class de.swm.commons.mobile.client.widgets.ImageHighlightButton
 
setHeaderVisible(boolean) - Method in class de.swm.commons.mobile.client.widgets.toolbar.ToolbarPanel
True if the header should be visible.
setHeight(int) - Method in class de.swm.commons.mobile.client.setup.ViewPort
Set the height of the viewport
setHeight(int) - Method in class de.swm.commons.mobile.client.widgets.PaintableCanvas
 
setHeight(String) - Method in class de.swm.commons.mobile.client.widgets.tree.TreePanel
 
setHeightToDeviceHeight() - Method in class de.swm.commons.mobile.client.setup.ViewPort
Set the height to device height
setHideBackBttonsOnAndroid(boolean) - Static method in class de.swm.commons.mobile.client.widgets.HeaderPanel
If true - back button will not be visible on android.
setHighlightIcon(ImageResource) - Method in class de.swm.commons.mobile.client.widgets.command.CommandItem
 
setHighlightIcon(ImageResource) - Method in class de.swm.commons.mobile.client.widgets.ImageHighlightButton
 
setHour(String) - Method in class de.swm.commons.mobile.client.widgets.date.DateCalculation
Sets manually the day.
setHTML(String) - Method in class de.swm.commons.mobile.client.widgets.BackButton
 
setHTML(String) - Method in class de.swm.commons.mobile.client.widgets.NextButton
 
setIcon(ImageResource) - Method in class de.swm.commons.mobile.client.widgets.ImageButton
 
setIcon(ImageResource) - Method in class de.swm.commons.mobile.client.widgets.ImageHighlightButton
 
setIconUrl(String) - Method in class de.swm.commons.mobile.client.SWMMobileSettings
Set the icon url to use on the home screen on ios
setIconVisible(boolean) - Method in class de.swm.commons.mobile.client.widgets.DecoratedTextBox
 
setImage(ImageResource) - Method in class de.swm.commons.mobile.client.widgets.CheckBox
Sets an image to be displayed as a label for the checkbox.
setImage(ImageResource) - Method in class de.swm.commons.mobile.client.widgets.DecoratedListItem
Sets an image.
setImage(ImageResource) - Method in class de.swm.commons.mobile.client.widgets.PaintableCanvas
 
setImageOnIcon(ImageResource) - Method in class de.swm.commons.mobile.client.widgets.command.CommandDropDown
 
setImageOnIcon(ImageResource) - Method in class de.swm.commons.mobile.client.widgets.command.CommandItem
Tauscht während der Laufzeit das Icon aus (wenn sich ein Item beispielsweise deaktiviert).
setIndexedItems(int, List<ListItem>) - Method in class de.swm.commons.mobile.client.widgets.IndexedScrollPanel
Adds the items to the pannel.
setIndexedItems(int, List<ListItem>) - Method in class de.swm.commons.mobile.client.widgets.IndexedScrollPanelWithPager
Adds the items to the pannel.
setInfotext(String) - Method in class de.swm.commons.mobile.client.widgets.publictransport.ConnectionListItem
Setzt den Infotext in der Zeitdauer anzeige.
setInitialScale(double) - Method in class de.swm.commons.mobile.client.setup.ViewPort
set the initial scale of the viewport
setKey(String) - Method in class de.swm.commons.mobile.client.widgets.DropDownItem
 
setKeyValueProvider(IProvidesKeyAndValue<T>) - Method in class de.swm.commons.mobile.client.widgets.DropDownList
keyValueProvider the keyValueProvider to set.
setKeyValueProvider(IProvidesKeyAndValue<T>) - Method in class de.swm.commons.mobile.client.widgets.GenericRadioButtonGroup
KyValueProvider: the keyValueProvider to set.
setLastItem(ListItem) - Method in class de.swm.commons.mobile.client.widgets.ListPanelWithStaticLastItem
Sets the last mot button item.
setLeaveToEvent(IEvent) - Method in class de.swm.commons.mobile.client.presenter.AbstractMobilePresenter
 
setLeftButton(String) - Method in class de.swm.commons.mobile.client.widgets.experimental.FastHeaderPanel
Sets the left button with the given caption.
setLeftButton(String) - Method in class de.swm.commons.mobile.client.widgets.HeaderPanel
Sets the left button with the given caption.
setLeftButton(String) - Method in interface de.swm.commons.mobile.client.widgets.itf.IHeaderPanel
Sets the left button with the given caption.
setLeftButtonClickHandler(FastClickHelper.FastClickHandler) - Method in class de.swm.commons.mobile.client.widgets.experimental.FastHeaderPanel
setLeftButtonClickHandler(ClickHandler) - Method in class de.swm.commons.mobile.client.widgets.experimental.FastHeaderPanel
 
setLeftButtonClickHandler(ClickHandler) - Method in class de.swm.commons.mobile.client.widgets.HeaderPanel
Click handler for the left button.
setLeftButtonClickHandler(ClickHandler) - Method in interface de.swm.commons.mobile.client.widgets.itf.IHeaderPanel
Click handler for the left button.
setLeftButtonTouchHandler(TouchStartHandler) - Method in class de.swm.commons.mobile.client.widgets.HeaderPanel
setLeftWidget(Widget) - Method in class de.swm.commons.mobile.client.widgets.experimental.FastHeaderPanel
Sets the widget displayed on the left side.
setLeftWidget(Widget) - Method in class de.swm.commons.mobile.client.widgets.HeaderPanel
Sets the widget displayed on the left side.
setLimit(int) - Method in class de.swm.commons.mobile.client.widgets.DecoratedSuggestBox
Max limit of suggestions.
setLineWidth(int) - Method in class de.swm.commons.mobile.client.widgets.PaintableCanvas
 
setLoadingImage(ImageResource) - Method in class de.swm.commons.mobile.client.widgets.LoadingIndicatorPopup
Sets the loading image.
setLoadingImage(ImageResource) - Method in class de.swm.commons.mobile.client.widgets.progressbar.MobileProgressBar
Sets the loading indicator image inside the loading indicator popup.
setLoadingSubtitleText(String) - Method in class de.swm.commons.mobile.client.widgets.LoadingIndicatorPopup
Sets the loading sub label
setLoadingSubtitleText(String) - Method in class de.swm.commons.mobile.client.widgets.progressbar.MobileProgressBar
Sets the subtitle that is shown inside the loading indicator popup.
setLoadingText(String) - Method in class de.swm.commons.mobile.client.widgets.LoadingIndicatorPopup
Sets the loading label
setLoadingText(String) - Method in class de.swm.commons.mobile.client.widgets.progressbar.MobileProgressBar
Sets the information text that is shown inside the loading indicator popup.
setMaximumScale(double) - Method in class de.swm.commons.mobile.client.setup.ViewPort
Set the maximum scale of the viewport
setMaxLength(int) - Method in class de.swm.commons.mobile.client.base.BoxBase
Sets the maximum allowable length.
setMaxSpeed(int) - Method in class de.swm.commons.mobile.client.event.DragControllerOptions
Sets the upper boundary of the speed of a gesture.
setMinimumScale(double) - Method in class de.swm.commons.mobile.client.setup.ViewPort
set the minimum scaling of the viewport
setMinSpeed(int) - Method in class de.swm.commons.mobile.client.event.DragControllerOptions
Sets the lower boundary of the speed of a gesture.
setMinSwipeSpeed(double) - Method in class de.swm.commons.mobile.client.event.DragControllerOptions
Sets the minimum speed of a gesture which is interpreted as swiping.
setMinute(String) - Method in class de.swm.commons.mobile.client.widgets.date.DateCalculation
Sets manually the day.
setMonth(String) - Method in class de.swm.commons.mobile.client.widgets.date.DateCalculation
Sets manually the day.
setMoreIcon(ImageResource) - Method in class de.swm.commons.mobile.client.widgets.PagingListPanel
 
setMoreText(String) - Method in class de.swm.commons.mobile.client.widgets.PagingListPanel
 
setName(String) - Method in class de.swm.commons.mobile.client.widgets.GenericRadioButtonGroup
Sets the name of the slideUpPanel.
setName(String) - Method in class de.swm.commons.mobile.client.widgets.SearchBox
setNode(ITreeNode) - Method in interface de.swm.commons.mobile.client.widgets.tree.ITreeNode.ITreeNodeDisplay
 
setNormalIcon(ImageResource) - Method in class de.swm.commons.mobile.client.widgets.command.CommandItem
 
setNormalIcon(ImageResource) - Method in class de.swm.commons.mobile.client.widgets.ImageHighlightButton
 
setOffsetHeight(int) - Method in class de.swm.commons.mobile.client.widgets.scroll.AdaptiveScrollPanel
 
setOffsetHeight(int) - Method in interface de.swm.commons.mobile.client.widgets.scroll.IScrollPanel
A value greater zero will set the offset height of the panel manually.
setOffsetHeight(int) - Method in class de.swm.commons.mobile.client.widgets.scroll.ScrollPanel
A value greater zero will set the offset height of the panel manually.
setOffsetHeight(int) - Method in class de.swm.commons.mobile.client.widgets.scroll.ScrollPanelWithScrollbar
 
setOffsetHeight(int) - Method in class de.swm.commons.mobile.client.widgets.scroll.SimpleScrollPanel
 
setOption1(String) - Method in class de.swm.commons.mobile.client.widgets.FlipSwitch
Gets the Name of the first option.
setOption2(String) - Method in class de.swm.commons.mobile.client.widgets.FlipSwitch
Sets the Name of the second option.
setOuterToolebarElement(ToolbarElement) - Method in class de.swm.commons.mobile.client.widgets.toolbar.ToolbarHeader
Sets the element were this element is places inside.
setOverscrollButtonTolerance(int) - Method in class de.swm.commons.mobile.client.widgets.scroll.ScrollPanel
Sets the button overscroll tolerance in px
setOwningPanel(ToolbarPanel, int) - Method in class de.swm.commons.mobile.client.widgets.toolbar.ToolbarElement
Will set the owning panel of this element
setPageResolutionCSS() - Static method in class de.swm.commons.mobile.client.SWMMobile
Sets the css matching the screen resolution.
setPageSize(int) - Method in class de.swm.commons.mobile.client.widgets.PagingListPanel
 
setPanelToOverlay(HasWidgets) - Method in class de.swm.commons.mobile.client.widgets.NotificationBox
Set the area to cover
setParent(HasWidgets) - Method in class de.swm.commons.mobile.client.page.SimplePage
Defines the parent object of a page (by default this is the root object).
setParent(ITree) - Method in class de.swm.commons.mobile.client.widgets.tree.DefaultTreeImpl
 
setParent(ITree) - Method in interface de.swm.commons.mobile.client.widgets.tree.ITree
 
setPlaceHolder(String) - Method in interface de.swm.commons.mobile.client.widgets.itf.IHasPlaceHolder
set a place holder
setPlaceHolder(String) - Method in class de.swm.commons.mobile.client.widgets.SearchBox
set a place holder
setPlaceHolder(String) - Method in class de.swm.commons.mobile.client.widgets.TextBox
Sets a Placeholder for a text Box.
setPosition(double, double) - Method in class de.swm.commons.mobile.client.utils.Point
Will change the postion o this point.
setPositionToBottom() - Method in class de.swm.commons.mobile.client.widgets.scroll.AdaptiveScrollPanel
 
setPositionToBottom() - Method in interface de.swm.commons.mobile.client.widgets.scroll.IScrollPanel
Scrolls to the button.
setPositionToBottom() - Method in class de.swm.commons.mobile.client.widgets.scroll.ScrollPanel
Scrolls to the button.
setPositionToBottom() - Method in class de.swm.commons.mobile.client.widgets.scroll.ScrollPanelWithScrollbar
Scrolls to the button.
setPositionToBottom() - Method in class de.swm.commons.mobile.client.widgets.scroll.SimpleScrollPanel
Scrolls to the bottom.
setPostionToTop() - Method in class de.swm.commons.mobile.client.widgets.scroll.AdaptiveScrollPanel
 
setPostionToTop() - Method in interface de.swm.commons.mobile.client.widgets.scroll.IScrollPanel
Scrolls to the top.
setPostionToTop() - Method in class de.swm.commons.mobile.client.widgets.scroll.ScrollPanel
Scrolls to the top.
setPostionToTop() - Method in class de.swm.commons.mobile.client.widgets.scroll.ScrollPanelWithScrollbar
Scrolls to the top.
setPostionToTop() - Method in class de.swm.commons.mobile.client.widgets.scroll.SimpleScrollPanel
Scrolls to the top.
setPreventScrolling(boolean) - Method in class de.swm.commons.mobile.client.SWMMobileSettings
Should swm-mobile prevent default scrolling behaviour
setProgressImage(ImageResource) - Method in class de.swm.commons.mobile.client.widgets.publictransport.TripListItem
Image for the progress bar.
setProvider(PagingListPanel.ListItemProvider) - Method in class de.swm.commons.mobile.client.widgets.PagingListPanel
 
setRange(int, int) - Method in class de.swm.commons.mobile.client.utils.IntegerRange
Sets the lower and upper boundary of the range.
setRecomended(boolean) - Method in class de.swm.commons.mobile.client.widgets.publictransport.ConnectionListItem
Marks the connection as the next recommended connection.
setRenderer(Renderer<T>) - Method in class de.swm.commons.mobile.client.widgets.DropDownList
renderer the renderer to set.
setRenderer(Renderer<T>) - Method in class de.swm.commons.mobile.client.widgets.GenericRadioButtonGroup
Renderer: the renderer to set.
setRightButton(String) - Method in class de.swm.commons.mobile.client.widgets.experimental.FastHeaderPanel
Sets the right button with the given caption.
setRightButton(Button) - Method in class de.swm.commons.mobile.client.widgets.experimental.FastHeaderPanel
Will set a pre-constructed button as right button.
setRightButton(String) - Method in class de.swm.commons.mobile.client.widgets.HeaderPanel
Sets the right button with the given caption.
setRightButton(Button) - Method in class de.swm.commons.mobile.client.widgets.HeaderPanel
Will set a pre-constructed button as right button.
setRightButton(Button) - Method in interface de.swm.commons.mobile.client.widgets.itf.IHeaderPanel
Sets the right button .
setRightButton(String) - Method in interface de.swm.commons.mobile.client.widgets.itf.IHeaderPanel
Sets the right button with the given caption.
setRightButtonClickHandler(FastClickHelper.FastClickHandler) - Method in class de.swm.commons.mobile.client.widgets.experimental.FastHeaderPanel
setRightButtonClickHandler(ClickHandler) - Method in class de.swm.commons.mobile.client.widgets.experimental.FastHeaderPanel
 
setRightButtonClickHandler(ClickHandler) - Method in class de.swm.commons.mobile.client.widgets.HeaderPanel
Click handler for the right button.
setRightButtonClickHandler(ClickHandler) - Method in interface de.swm.commons.mobile.client.widgets.itf.IHeaderPanel
Click handler for the right button.
setRightButtonTouchHandler(TouchStartHandler) - Method in class de.swm.commons.mobile.client.widgets.HeaderPanel
setRightWidget(Widget) - Method in class de.swm.commons.mobile.client.widgets.experimental.FastHeaderPanel
Sets the widget displayed on the right side.
setRightWidget(Widget) - Method in class de.swm.commons.mobile.client.widgets.HeaderPanel
Sets the widget displayed on the right side.
setRootContentArea(IPage, IPageWithoutHeader) - Method in class de.swm.commons.mobile.client.presenter.AbstractMobilePresenter
Generische trasitionsmethode fuer den Seitenwechsel.
setRotate(boolean) - Method in class de.swm.commons.mobile.client.widgets.SlidePanel
 
setScrollMonitor(IScrollMonitor) - Method in class de.swm.commons.mobile.client.widgets.scroll.AdaptiveScrollPanel
 
setScrollMonitor(IScrollMonitor) - Method in interface de.swm.commons.mobile.client.widgets.scroll.IScrollPanel
A scroll monitor provides callback when the scrolling is done.
setScrollMonitor(IScrollMonitor) - Method in class de.swm.commons.mobile.client.widgets.scroll.ScrollPanel
A scroll monitor provides callback when the scrolling is done.
setScrollMonitor(IScrollMonitor) - Method in class de.swm.commons.mobile.client.widgets.scroll.ScrollPanelWithScrollbar
 
setScrollMonitor(IScrollMonitor) - Method in class de.swm.commons.mobile.client.widgets.scroll.SimpleScrollPanel
 
setScrollPosition(int) - Method in class de.swm.commons.mobile.client.widgets.scroll.AdaptiveScrollPanel
 
setScrollPosition(int) - Method in interface de.swm.commons.mobile.client.widgets.scroll.IScrollPanel
Sets the croll position
setScrollPosition(int) - Method in class de.swm.commons.mobile.client.widgets.scroll.ScrollPanel
Sets the croll position
setScrollPosition(int) - Method in class de.swm.commons.mobile.client.widgets.scroll.ScrollPanelWithScrollbar
 
setScrollPosition(int, int) - Method in class de.swm.commons.mobile.client.widgets.scroll.ScrollPanelWithScrollbar
Sets the scroll position
setScrollPosition(int) - Method in class de.swm.commons.mobile.client.widgets.scroll.SimpleScrollPanel
Sets the croll position
setSecondaryStyle(String) - Method in class de.swm.commons.mobile.client.base.BoxBase
 
setSecondaryStyle(Widget, String) - Method in class de.swm.commons.mobile.client.utils.IsSWMMobileWidgetHelper
Adds a secondary style to a widget.
setSecondaryStyle(String) - Method in class de.swm.commons.mobile.client.widgets.Button
 
setSecondaryStyle(String) - Method in class de.swm.commons.mobile.client.widgets.CheckBox
 
setSecondaryStyle(String) - Method in class de.swm.commons.mobile.client.widgets.command.CommandItem
 
setSecondaryStyle(String) - Method in class de.swm.commons.mobile.client.widgets.ImageHighlightButton
 
setSecondaryStyle(String) - Method in interface de.swm.commons.mobile.client.widgets.itf.IsSWMMobileWidget
Will set the secondary style.
setSecondaryStyle(String) - Method in class de.swm.commons.mobile.client.widgets.NotificationBox
Will set the secondary style.
setSecondaryStyle(String) - Method in class de.swm.commons.mobile.client.widgets.RadioButton
 
setSecondaryStyle(String) - Method in class de.swm.commons.mobile.client.widgets.SearchBoxLikeButton
Will set the secondary style.
setSecondaryStyle(String) - Method in class de.swm.commons.mobile.client.widgets.SWMMobileWidgetBase
Adds a secondary or dependent style name to this object.
setSecondaryStyle(String) - Method in class de.swm.commons.mobile.client.widgets.TextArea
 
setSecondaryStyle(String) - Method in class de.swm.commons.mobile.client.widgets.toolbar.ToolbarHeader
Will set the secondary style.
setSelectable(boolean) - Method in class de.swm.commons.mobile.client.widgets.ListPanel
 
setSelected(boolean) - Method in class de.swm.commons.mobile.client.widgets.command.CommandItem
Selects permanetly the item.
setSelected(boolean) - Method in class de.swm.commons.mobile.client.widgets.SelectItem
 
setSelected(boolean, boolean) - Method in class de.swm.commons.mobile.client.widgets.toolbar.ToolbarElement
Will select/unselect only the current element.
setSelected(boolean) - Method in class de.swm.commons.mobile.client.widgets.toolbar.ToolbarHeader
Selects or unselects this toolbar header.
setSelectionEnabled(boolean) - Method in class de.swm.commons.mobile.client.widgets.toolbar.ToolbarHeader
If false he header will not be viually selected (will stay static)
setSelectionHandler(DatePopup.DateSelectionHandler) - Method in class de.swm.commons.mobile.client.widgets.date.DatePopup
 
setShowArrow(boolean) - Method in class de.swm.commons.mobile.client.widgets.ListItem
Shows/hides the right arrow icon
setShowArrow(boolean) - Method in class de.swm.commons.mobile.client.widgets.ListPanel
Global visibility of the right arrow
setShowLoadingIndicator(boolean) - Method in class de.swm.commons.mobile.client.widgets.PagingListPanel
 
setShowScrollBar(boolean) - Method in class de.swm.commons.mobile.client.widgets.scroll.ScrollPanelWithScrollbar
Indicates if the scroll bar should be shown or not.
setShowSpinnerBetweenTransitions(boolean) - Static method in class de.swm.commons.mobile.client.presenter.AbstractMobilePresenter
Enabled or disabled the spinner between transitions.
setShowSpinnerBetweenTransitions(boolean) - Method in class de.swm.commons.mobile.client.widgets.tab.TabPanel
True, if a spinner will be shown betreen transisitions.
setSize(String, String) - Method in class de.swm.commons.mobile.client.widgets.DropDownList
Sets the size of the Drop Down List
setSlideCount(int) - Method in class de.swm.commons.mobile.client.widgets.SlidePanel
 
setSlideProvider(SlidePanel.SlideProvider) - Method in class de.swm.commons.mobile.client.widgets.SlidePanel
 
setSource(Widget) - Method in class de.swm.commons.mobile.client.event.DragController
source the source to set.
setSpan(int) - Method in class de.swm.commons.mobile.client.utils.IntegerRange
Sets the span of the range around the given distinguished value.
setStartUrl(String) - Method in class de.swm.commons.mobile.client.SWMMobileSettings
Set the url to the image to use at startup if running on home screen
setStatusBarStyle(StatusBarStyle) - Method in class de.swm.commons.mobile.client.SWMMobileSettings
ios only set the style of the status bar if the app is running in full screen
setSubtitle(String) - Method in class de.swm.commons.mobile.client.widgets.DecoratedListItem
Sets the subtitle.
setSubtitle(String) - Method in class de.swm.commons.mobile.client.widgets.publictransport.TripListItem
Sets the subtitle.
setSuppressClickRadius(int) - Method in class de.swm.commons.mobile.client.event.DragControllerOptions
Sets the minimum speed of a gesture which is interpreted as swiping.
setSuppressNextClick(boolean) - Method in class de.swm.commons.mobile.client.event.DragController
 
setTargetDensity(int) - Method in class de.swm.commons.mobile.client.setup.ViewPort
android only set the target density in dpi
setTargetDensity(Density) - Method in class de.swm.commons.mobile.client.setup.ViewPort
android only

set the target density

setText(String) - Method in class de.swm.commons.mobile.client.widgets.DecoratedTextBox
 
setText(String) - Method in class de.swm.commons.mobile.client.widgets.LabelWithErrorOutput
Sets the label's content to the given text.
setText(String) - Method in class de.swm.commons.mobile.client.widgets.OnlyDesktopLabel
 
setText(String) - Method in class de.swm.commons.mobile.client.widgets.ReadOnlyBooleanBox
 
setText(String) - Method in class de.swm.commons.mobile.client.widgets.SearchBox
setText(String) - Method in class de.swm.commons.mobile.client.widgets.SearchBoxLikeButton
setText(String) - Method in class de.swm.commons.mobile.client.widgets.SelectItem
 
setText(String) - Method in class de.swm.commons.mobile.client.widgets.TextArea
 
setTheme(SWMMobileTheme) - Static method in class de.swm.commons.mobile.client.SWMMobile
Sets the current theme of the Application.
setTime(String) - Method in class de.swm.commons.mobile.client.widgets.publictransport.TripListItem
Sets the departure time.
setTitle(String) - Method in class de.swm.commons.mobile.client.widgets.DecoratedListItem
Sets an title.
setTitle(String) - Method in class de.swm.commons.mobile.client.widgets.publictransport.TripListItem
Sets the title.
setTransition(Transition) - Method in class de.swm.commons.mobile.client.widgets.tab.TabPanel
Sets the transition effect shown when switching between the tabs.
setTransitionDuration(Element, double) - Static method in class de.swm.commons.mobile.client.utils.Utils
Sets a duration of an Transition.
setTransitionEndCallback(ITransitionCompletedCallback) - Method in class de.swm.commons.mobile.client.page.SimplePage
setTransitionsFromMainViewDisabled(boolean) - Method in class de.swm.commons.mobile.client.presenter.AbstractMobilePresenter
If set to {code}true{code}, no transition effect is performed when page switch originates from main view (i.e., in #gotoPage(IPage, IPageWithoutHeader) the originator is an instance of {@link IMainView}).
setTranslateX(Element, double) - Static method in class de.swm.commons.mobile.client.utils.Utils
Moves an element on x-axis.
setTranslateY(Element, double) - Static method in class de.swm.commons.mobile.client.utils.Utils
Moves an element on y-axis.
setTree(ITree) - Method in class de.swm.commons.mobile.client.widgets.tree.TreePanel
 
setTree(ITree) - Method in class de.swm.commons.mobile.client.widgets.tree.WideTreePanel
 
setUserData(Object) - Method in class de.swm.commons.mobile.client.widgets.tree.DefaultTreeNodeImpl
 
setUserObject(Object) - Method in class de.swm.commons.mobile.client.widgets.DecoratedListItem
 
setUserScaleAble(boolean) - Method in class de.swm.commons.mobile.client.setup.ViewPort
Should the viewport be scalable by the user
setValue(int) - Method in class de.swm.commons.mobile.client.utils.IntegerRange
Sets the distinguished value of the integer range.
setValue(Boolean) - Method in class de.swm.commons.mobile.client.widgets.CheckBox
 
setValue(Boolean, boolean) - Method in class de.swm.commons.mobile.client.widgets.CheckBox
 
setValue(Date) - Method in class de.swm.commons.mobile.client.widgets.date.DateTextBox
 
setValue(Date, boolean) - Method in class de.swm.commons.mobile.client.widgets.date.DateTextBox
 
setValue(Date) - Method in class de.swm.commons.mobile.client.widgets.date.DateTextBoxReadOnly
 
setValue(Date, boolean) - Method in class de.swm.commons.mobile.client.widgets.date.DateTextBoxReadOnly
 
setValue(T) - Method in class de.swm.commons.mobile.client.widgets.DropDownList
 
setValue(T, boolean) - Method in class de.swm.commons.mobile.client.widgets.DropDownList
 
setValue(Boolean) - Method in class de.swm.commons.mobile.client.widgets.FlipSwitch
 
setValue(Boolean, boolean) - Method in class de.swm.commons.mobile.client.widgets.FlipSwitch
 
setValue(T) - Method in class de.swm.commons.mobile.client.widgets.GenericRadioButtonGroup
 
setValue(T, boolean) - Method in class de.swm.commons.mobile.client.widgets.GenericRadioButtonGroup
 
setValue(Boolean) - Method in class de.swm.commons.mobile.client.widgets.RadioButton
 
setValue(Boolean, boolean) - Method in class de.swm.commons.mobile.client.widgets.RadioButton
 
setValue(Boolean) - Method in class de.swm.commons.mobile.client.widgets.ReadOnlyBooleanBox
 
setValue(Boolean, boolean) - Method in class de.swm.commons.mobile.client.widgets.ReadOnlyBooleanBox
 
setValue(String) - Method in class de.swm.commons.mobile.client.widgets.SearchBox
setKey
setValue(String, boolean) - Method in class de.swm.commons.mobile.client.widgets.SearchBox
setValue(Integer) - Method in class de.swm.commons.mobile.client.widgets.Slider
Sets the value.
setValue(Integer, boolean) - Method in class de.swm.commons.mobile.client.widgets.Slider
 
setVertical(boolean) - Method in class de.swm.commons.mobile.client.widgets.CheckBoxGroup
Will display the check box group vertical or horizontal.
setViewPort(ViewPort) - Method in class de.swm.commons.mobile.client.SWMMobileSettings
Set the viewport the the mgwt app
setVisible(boolean) - Method in class de.swm.commons.mobile.client.widgets.ErrorListItem
 
setVisible(boolean) - Method in interface de.swm.commons.mobile.client.widgets.itf.IHeaderPanel
Sets the header panel visible or invisible.
setVisible(boolean) - Method in class de.swm.commons.mobile.client.widgets.popup.SimplePopup
 
setVisibleLength(int) - Method in class de.swm.commons.mobile.client.base.BoxBase
Sets the number of visible characters.
setWidth(int) - Method in class de.swm.commons.mobile.client.setup.ViewPort
Set the width of the viewport
setWidth(int) - Method in class de.swm.commons.mobile.client.widgets.PaintableCanvas
 
setWidthToDeviceWidth() - Method in class de.swm.commons.mobile.client.setup.ViewPort
Set width to device width

Most common for most apps

setYear(String) - Method in class de.swm.commons.mobile.client.widgets.date.DateCalculation
Sets manually the day.
show(SimplePopup.PositionCallback) - Method in class de.swm.commons.mobile.client.widgets.popup.SimplePopup
 
show() - Method in class de.swm.commons.mobile.client.widgets.popup.SlidePopup
 
showArrow(boolean) - Method in class de.swm.commons.mobile.client.widgets.accordion.AccordionHeader
Hides/Shows the accordion arrow.
showCentered(boolean) - Method in class de.swm.commons.mobile.client.widgets.command.CommandPopup
Will display the command popup in the center of the display
showCentered(boolean) - Method in class de.swm.commons.mobile.client.widgets.date.DatePopup
Will display the popup centered.
showCentered(boolean) - Method in class de.swm.commons.mobile.client.widgets.LoadingIndicatorPopup
Shows the indicator.
showCentered(boolean) - Method in class de.swm.commons.mobile.client.widgets.popup.SimplePopup
 
showCloseButton(boolean, HasWidgets) - Method in class de.swm.commons.mobile.client.widgets.NotificationBox
Defines if the notificationbox should have a close button or not.
showDialog() - Method in class de.swm.commons.mobile.client.widgets.progressbar.MobileProgressBar
Zeigt den Wartebalken an.
showListPopup(String, List<ISwmPopupUtil.ItemDesciptor>) - Method in interface de.swm.commons.mobile.client.utils.ISwmPopupUtil
Zeigt ein Popup mit einer beliebig Langen Listenansicht.
showListPopup(String, List<ISwmPopupUtil.ItemDesciptor>) - Method in class de.swm.commons.mobile.client.utils.SwmPopupUtilImpl
 
showMultiButtonPopup(String, List<String>, List<ISwmPopupUtil.ItemDesciptor<T>>) - Method in interface de.swm.commons.mobile.client.utils.ISwmPopupUtil
Zeigt ein Popup mit beliebig vielen Buttons.
showMultiButtonPopup(String, List<String>, List<ISwmPopupUtil.ItemDesciptor<T>>) - Method in class de.swm.commons.mobile.client.utils.SwmPopupUtilImpl
 
showPopup(boolean, String, String, ClickHandler) - Method in interface de.swm.commons.mobile.client.utils.ISwmPopupUtil
Zeigt eine Infobox an.
showPopup(String, String) - Method in interface de.swm.commons.mobile.client.utils.ISwmPopupUtil
Zeigt eine Infobox an.
showPopup(boolean, String, List<String>, ClickHandler) - Method in interface de.swm.commons.mobile.client.utils.ISwmPopupUtil
Zeigt eine Infobox an.
showPopup(boolean, String, String, ClickHandler, ClickHandler) - Method in interface de.swm.commons.mobile.client.utils.ISwmPopupUtil
Zeigt eine Infobox an.
showPopup(boolean, String, List<String>, ClickHandler, ClickHandler) - Method in interface de.swm.commons.mobile.client.utils.ISwmPopupUtil
Zeigt eine Infobox an.
showPopup(boolean, String, String, String, String, ClickHandler, ClickHandler) - Method in interface de.swm.commons.mobile.client.utils.ISwmPopupUtil
Zeigt eine Infobox an.
showPopup(String, String) - Method in class de.swm.commons.mobile.client.utils.SwmPopupUtilImpl
 
showPopup(boolean, String, String, ClickHandler) - Method in class de.swm.commons.mobile.client.utils.SwmPopupUtilImpl
 
showPopup(boolean, String, List<String>, ClickHandler) - Method in class de.swm.commons.mobile.client.utils.SwmPopupUtilImpl
 
showPopup(boolean, String, String, ClickHandler, ClickHandler) - Method in class de.swm.commons.mobile.client.utils.SwmPopupUtilImpl
 
showPopup(boolean, String, List<String>, ClickHandler, ClickHandler) - Method in class de.swm.commons.mobile.client.utils.SwmPopupUtilImpl
 
showPopup(boolean, String, String, String, String, ClickHandler, ClickHandler) - Method in class de.swm.commons.mobile.client.utils.SwmPopupUtilImpl
 
showPopupDialog(HasWidgets, String...) - Static method in class de.swm.commons.mobile.client.widgets.NotificationBox
Will dispay a notification for 5 seconds and hide it again.
showPopupDialog(HasWidgets, int, int, String...) - Static method in class de.swm.commons.mobile.client.widgets.NotificationBox
Will display a notification box, which will fade in and out after a specified time.
showPopupDialog(HasWidgets, int, int, boolean, String...) - Static method in class de.swm.commons.mobile.client.widgets.NotificationBox
Will display a notification box, which will fade in and out after a specified time and defines if it should have a close button or not.
showPopupYesNo(boolean, String, String, ClickHandler, ClickHandler) - Method in interface de.swm.commons.mobile.client.utils.ISwmPopupUtil
Zeigt eine Infobox an.
showPopupYesNo(boolean, String, String, ClickHandler, ClickHandler) - Method in class de.swm.commons.mobile.client.utils.SwmPopupUtilImpl
 
showRelativeTo(UIObject) - Method in class de.swm.commons.mobile.client.widgets.popup.SimplePopup
Normally, the popup is positioned directly below the relative target, with its left edge aligned with the left edge of the target.
showStatusPopup(String, List<String>) - Method in interface de.swm.commons.mobile.client.utils.ISwmPopupUtil
This popup retus a hanlder.
showStatusPopup(String, List<String>) - Method in class de.swm.commons.mobile.client.utils.SwmPopupUtilImpl
 
SimpleDatePopup - Class in de.swm.commons.mobile.client.widgets.popup
Popup to select date and time.
SimpleDatePopup(Date, DateStyle, SimpleDatePopup.DateSelectionHandler) - Constructor for class de.swm.commons.mobile.client.widgets.popup.SimpleDatePopup
Default constructor.
SimpleDatePopup.DateSelectionHandler - Interface in de.swm.commons.mobile.client.widgets.popup
Date selection handler.
SimplePage - Class in de.swm.commons.mobile.client.page
A Page describes the current screen content.
SimplePage() - Constructor for class de.swm.commons.mobile.client.page.SimplePage
 
simplePopup() - Method in interface de.swm.commons.mobile.client.theme.components.PopupsCss
CSS Style name.
SimplePopup - Class in de.swm.commons.mobile.client.widgets.popup
 
SimplePopup() - Constructor for class de.swm.commons.mobile.client.widgets.popup.SimplePopup
 
SimplePopup(Widget[]) - Constructor for class de.swm.commons.mobile.client.widgets.popup.SimplePopup
 
SimplePopup.Position - Class in de.swm.commons.mobile.client.widgets.popup
 
SimplePopup.Position(int, int) - Constructor for class de.swm.commons.mobile.client.widgets.popup.SimplePopup.Position
Specify position of the popup.
SimplePopup.Position(int, int, double, double) - Constructor for class de.swm.commons.mobile.client.widgets.popup.SimplePopup.Position
Specify position and dimension of the popup.
SimplePopup.PositionCallback - Interface in de.swm.commons.mobile.client.widgets.popup
A callback that is used to set the position of a SimplePopup right before it is shown.
simplePopupGlass() - Method in interface de.swm.commons.mobile.client.theme.components.PopupsCss
CSS Style name.
simpleScrollPanel() - Method in interface de.swm.commons.mobile.client.theme.components.ScrollPanelCss
CSS Style name.
SimpleScrollPanel - Class in de.swm.commons.mobile.client.widgets.scroll
Improved scroll panel (still experimental)
SimpleScrollPanel() - Constructor for class de.swm.commons.mobile.client.widgets.scroll.SimpleScrollPanel
 
sinkEventsImpl(Element, int) - Method in class com.google.gwt.user.client.impl.DOMImplMobileSafari
sinkEventsImpl(Element, int) - Method in class com.google.gwt.user.client.impl.DOMImplMozillaWithTransistions
sinkEventsImpl(Element, int) - Method in class com.google.gwt.user.client.impl.DOMImplSafariWithTransistion
sinkEventsImpl0(Element, int) - Method in class com.google.gwt.user.client.impl.DOMImplMobileSafari
 
sinkEventsImpl0(Element, int) - Method in class com.google.gwt.user.client.impl.DOMImplMozillaWithTransistions
 
sinkEventsImpl0(Element, int) - Method in class com.google.gwt.user.client.impl.DOMImplSafariWithTransistion
 
SLIDE - Static variable in class de.swm.commons.mobile.client.page.Transition
Defines a transition.
slide() - Method in interface de.swm.commons.mobile.client.theme.components.SlidePanelCss
CSS Style name.
slide() - Method in interface de.swm.commons.mobile.client.theme.components.TransitionsCss
CSS Style name.
Slide - Class in de.swm.commons.mobile.client.widgets
A slide panel reacts to finger slide gestures (sliding events).
Slide() - Constructor for class de.swm.commons.mobile.client.widgets.Slide
Default constructor.
SLIDEDOWN - Static variable in class de.swm.commons.mobile.client.page.Transition
Defines a transition.
slidedown() - Method in interface de.swm.commons.mobile.client.theme.components.TransitionsCss
CSS Style name.
slidePanel() - Method in interface de.swm.commons.mobile.client.theme.components.SlidePanelCss
CSS Style name.
SlidePanel - Class in de.swm.commons.mobile.client.widgets
* A slide panel reacts to finger slide gestures (sliding events).
SlidePanel() - Constructor for class de.swm.commons.mobile.client.widgets.SlidePanel
Default constructor.
SlidePanel(int) - Constructor for class de.swm.commons.mobile.client.widgets.SlidePanel
Slide constructor.
SlidePanel.SlideProvider - Interface in de.swm.commons.mobile.client.widgets
Slide Provider provides Slides for the SlidePanel.
SlidePanelCss - Interface in de.swm.commons.mobile.client.theme.components
Represents a css resource for a SlidePanel.
slidePopup() - Method in interface de.swm.commons.mobile.client.theme.components.PopupsCss
CSS Style name.
SlidePopup - Class in de.swm.commons.mobile.client.widgets.popup
 
SlidePopup() - Constructor for class de.swm.commons.mobile.client.widgets.popup.SlidePopup
 
slider() - Method in interface de.swm.commons.mobile.client.theme.components.SliderCss
CSS Style name.
Slider - Class in de.swm.commons.mobile.client.widgets
Integer value slider with data binding support.
Slider() - Constructor for class de.swm.commons.mobile.client.widgets.Slider
Default constructor.
SliderCss - Interface in de.swm.commons.mobile.client.theme.components
Represents a css resource for a Slider
SLIDEUP - Static variable in class de.swm.commons.mobile.client.page.Transition
Defines a transition.
slideup() - Method in interface de.swm.commons.mobile.client.theme.components.TransitionsCss
CSS Style name.
slideUpPanel - Variable in class de.swm.commons.mobile.client.widgets.NotificationBox
 
SPINNER_DELAY_MILLIS - Static variable in class de.swm.commons.mobile.client.widgets.tab.TabPanel
 
spinnerStarted() - Method in interface de.swm.commons.mobile.client.widgets.itf.ISpinnerStarted
 
STANDARD_COLOR - Static variable in class de.swm.commons.mobile.client.widgets.PaintableCanvas
 
STANDARD_LINE_WIDTH - Static variable in class de.swm.commons.mobile.client.widgets.PaintableCanvas
 
start(SWMMobileWidgetBase, SWMMobileWidgetBase, HasWidgets) - Static method in class de.swm.commons.mobile.client.page.Transition
Will perform a transition.
start(SWMMobileWidgetBase, SWMMobileWidgetBase, HasWidgets, boolean) - Method in class de.swm.commons.mobile.client.page.Transition
Will perform a transition.
start() - Method in class de.swm.commons.mobile.client.page.Transition
Will start the next transition.
start() - Method in interface de.swm.commons.mobile.client.theme.components.TransitionsCss
CSS Style name.
start(AsyncCallback<T>) - Method in class de.swm.commons.mobile.client.widgets.progressbar.MobileProgressBar
start(RunAsyncCallback) - Method in class de.swm.commons.mobile.client.widgets.progressbar.MobileProgressBar
StatusBarStyle - Enum in de.swm.commons.mobile.client.setup
All possible styles for the statusbar if the app is running in fullscreen.
stopPropagation() - Method in class de.swm.commons.mobile.client.event.DragEvent
Will stop the event propagation.
stopPropagation() - Method in interface de.swm.commons.mobile.client.event.FastClickHelper.FastClickEvent
 
stopPropagation() - Method in class de.swm.commons.mobile.client.event.SwipeEvent
Will stop the event propagation.
subSubtitle() - Method in interface de.swm.commons.mobile.client.theme.components.TextCss
CSS Style name.
subtitle() - Method in interface de.swm.commons.mobile.client.theme.components.TextCss
CSS Style name.
subtitleLabel - Variable in class de.swm.commons.mobile.client.widgets.DecoratedListItem
 
suggestPopupContent() - Method in interface de.swm.commons.mobile.client.theme.components.TextBoxCss
CSS Style name.
suppressNextClick() - Method in class de.swm.commons.mobile.client.event.DragController
Will supressed next click.
suspend() - Method in class de.swm.commons.mobile.client.event.DragController
Supends the drag controller.
SWAP - Static variable in class de.swm.commons.mobile.client.page.Transition
Defines a transition.
swap0() - Method in interface de.swm.commons.mobile.client.theme.components.TransitionsCss
CSS Style name.
swap1() - Method in interface de.swm.commons.mobile.client.theme.components.TransitionsCss
CSS Style name.
SwipeEvent - Class in de.swm.commons.mobile.client.event
Represents a swipe event.
SwipeEvent(Event, SwipeEvent.Type, double) - Constructor for class de.swm.commons.mobile.client.event.SwipeEvent
Default constructor.
SwipeEvent.Type - Enum in de.swm.commons.mobile.client.event
Swipe direction.
SwipeEventsHandler - Interface in de.swm.commons.mobile.client.event
Event handler for swipe events.
SWMMobile - Class in de.swm.commons.mobile.client
Base class of the framework.
SWMMobile.ClientSupportedAsserter - Class in de.swm.commons.mobile.client
Checks if client is supported by SWM-mobile.
SWMMobile.ClientSupportedAsserter() - Constructor for class de.swm.commons.mobile.client.SWMMobile.ClientSupportedAsserter
 
SWMMobileCssBundle - Interface in de.swm.commons.mobile.client.theme
Base class for a ClientBundle implementation.
SWMMobileImageBundle - Interface in de.swm.commons.mobile.client.theme
Base class for a ClientBundle image bundle implementation.
SWMMobileSettings - Class in de.swm.commons.mobile.client
Enables mobile applications to define settings programatically.
SWMMobileSettings() - Constructor for class de.swm.commons.mobile.client.SWMMobileSettings
 
SWMMobileTheme - Interface in de.swm.commons.mobile.client.theme
Defines a schema.
SWMMobileWidgetBase - Class in de.swm.commons.mobile.client.widgets
Base class for all SWM-Mobile widgets.
SWMMobileWidgetBase() - Constructor for class de.swm.commons.mobile.client.widgets.SWMMobileWidgetBase
 
SwmPopupUtilImpl - Class in de.swm.commons.mobile.client.utils
Hilfsklasse um ein popup fenser anzuzeigen.
SwmPopupUtilImpl() - Constructor for class de.swm.commons.mobile.client.utils.SwmPopupUtilImpl
 

T

Tab - Class in de.swm.commons.mobile.client.widgets.tab
A Tab is the content of a TabPanel.
Tab() - Constructor for class de.swm.commons.mobile.client.widgets.tab.Tab
Default constructor.
TabContent - Class in de.swm.commons.mobile.client.widgets.tab
A TabContent is a Content of an Tab.
TabContent() - Constructor for class de.swm.commons.mobile.client.widgets.tab.TabContent
Default constructor.
TabHeader - Class in de.swm.commons.mobile.client.widgets.tab
Each Tab has a header which is always visible.
TabHeader() - Constructor for class de.swm.commons.mobile.client.widgets.tab.TabHeader
 
tabPanel() - Method in interface de.swm.commons.mobile.client.theme.components.TabPanelCss
CSS Style name.
TabPanel - Class in de.swm.commons.mobile.client.widgets.tab
A Tab panel containts several Tabs.
TabPanel() - Constructor for class de.swm.commons.mobile.client.widgets.tab.TabPanel
Default constructor.
TabPanelCss - Interface in de.swm.commons.mobile.client.theme.components
Represents a css resource for a TabPanelCss.
targetTouches() - Method in class de.swm.commons.mobile.client.event.TouchEvent
Target Touches - a list of fingers on the current DOM element.
TelTextBox - Class in de.swm.commons.mobile.client.widgets
Textbox with the HTML5 input type tel
TelTextBox() - Constructor for class de.swm.commons.mobile.client.widgets.TelTextBox
Default constructor.
textArea() - Method in interface de.swm.commons.mobile.client.theme.components.TextBoxCss
CSS Style name.
TextArea - Class in de.swm.commons.mobile.client.widgets
Input type for larger text elements.
TextArea() - Constructor for class de.swm.commons.mobile.client.widgets.TextArea
Default constructor.
textBox() - Method in interface de.swm.commons.mobile.client.theme.components.TextBoxCss
CSS Style name.
TextBox - Class in de.swm.commons.mobile.client.widgets
Textbox with the HTML5 input type text
TextBox() - Constructor for class de.swm.commons.mobile.client.widgets.TextBox
Default constructor.
TextBoxCss - Interface in de.swm.commons.mobile.client.theme.components
Represents a css resource for a TextBox and TextArea.
TextCss - Interface in de.swm.commons.mobile.client.theme.components
Represents a css resource for general Text formatting.
textLabel - Variable in class de.swm.commons.mobile.client.widgets.SelectItem
 
title() - Method in interface de.swm.commons.mobile.client.theme.components.TextCss
CSS Style name.
titleLabel - Variable in class de.swm.commons.mobile.client.widgets.DecoratedListItem
 
toggle() - Method in class de.swm.commons.mobile.client.widgets.accordion.AccordionStack
Will invert the stack (close if opened, close if open).
ToolbarContent - Class in de.swm.commons.mobile.client.widgets.toolbar
The content of an ToolbarPanel.
ToolbarContent() - Constructor for class de.swm.commons.mobile.client.widgets.toolbar.ToolbarContent
Default constructor.
ToolbarElement - Class in de.swm.commons.mobile.client.widgets.toolbar
A ToolbarPanel contains different ToolbarElements. e.g.:

Tab1 Content

ToolbarElement() - Constructor for class de.swm.commons.mobile.client.widgets.toolbar.ToolbarElement
Default constructor.
ToolbarHeader - Class in de.swm.commons.mobile.client.widgets.toolbar
Header of the Toolbar containing an image and a capture
ToolbarHeader(String, ImageResource, ImageResource) - Constructor for class de.swm.commons.mobile.client.widgets.toolbar.ToolbarHeader
Default constructor.
toolbarPanel() - Method in interface de.swm.commons.mobile.client.theme.components.ToolbarPanelCss
CSS Style name.
ToolbarPanel - Class in de.swm.commons.mobile.client.widgets.toolbar
A Toolbar can be places on the bottom of an IPage.
ToolbarPanel() - Constructor for class de.swm.commons.mobile.client.widgets.toolbar.ToolbarPanel
Default constructor.
ToolbarPanel(int) - Constructor for class de.swm.commons.mobile.client.widgets.toolbar.ToolbarPanel
Constructor using a selection index.
ToolbarPanel.ToolbarSelectionHandler - Interface in de.swm.commons.mobile.client.widgets.toolbar
Tool bas selection handler.
ToolbarPanelCss - Interface in de.swm.commons.mobile.client.theme.components
Represents a css resource for a ToolbarPanel.
toolbarPannel() - Method in interface de.swm.commons.mobile.client.widgets.page.IMainView
Liefert das zentrale Toolbar pannel der Hauptseite.
toolSelected(int, ToolbarElement) - Method in interface de.swm.commons.mobile.client.widgets.toolbar.ToolbarPanel.ToolbarSelectionHandler
Callback to determine which tool was selected.
toString() - Method in class de.swm.commons.mobile.client.utils.Point
 
Touch - Class in de.swm.commons.mobile.client.event
Java script wrapper for browsers touch events.
Touch() - Constructor for class de.swm.commons.mobile.client.event.Touch
Default constructor.
touches() - Method in class de.swm.commons.mobile.client.event.TouchEvent
All Touches - a list of all fingers currently on the screen.
TouchEvent - Class in de.swm.commons.mobile.client.event
Low level the touch event wrapper to use native browser touch events. http://www.html5rocks.com/en/mobile/touch.html
TouchEvent() - Constructor for class de.swm.commons.mobile.client.event.TouchEvent
Default constructor.
touchTarget - Variable in class de.swm.commons.mobile.client.event.DragControllerMobile
 
tram() - Method in interface de.swm.commons.mobile.client.theme.base.BaseSWMMobileImageRessources
 
tram() - Method in interface de.swm.commons.mobile.client.theme.bright.BrightSWMMobileImageRessources
 
tram() - Method in interface de.swm.commons.mobile.client.theme.SWMMobileImageBundle
Transportation ressource.
tram_small() - Method in interface de.swm.commons.mobile.client.theme.base.BaseSWMMobileImageRessources
 
tram_small() - Method in interface de.swm.commons.mobile.client.theme.bright.BrightSWMMobileImageRessources
 
tram_small() - Method in interface de.swm.commons.mobile.client.theme.SWMMobileImageBundle
Transportation ressource.
transformEaseOut() - Method in interface de.swm.commons.mobile.client.theme.components.AnimationCss
CSS Style name.
transformLinear() - Method in interface de.swm.commons.mobile.client.theme.components.AnimationCss
CSS Style name.
Transition - Class in de.swm.commons.mobile.client.page
Defines a Transition.
Transition(String) - Constructor for class de.swm.commons.mobile.client.page.Transition
Default constructor.
TransitionsCss - Interface in de.swm.commons.mobile.client.theme.components
Definines css ressources for transitions.
transitionStyleName - Variable in class de.swm.commons.mobile.client.page.Transition
 
TreeChangedEvent - Class in de.swm.commons.mobile.client.widgets.tree
Dieses event wird geworfen, sobald sich die Baumstruktur geaendert hat.
TreeChangedEvent(ITree, TreeChangedEvent.EventType) - Constructor for class de.swm.commons.mobile.client.widgets.tree.TreeChangedEvent
Default constructor.
TreeChangedEvent.EventType - Enum in de.swm.commons.mobile.client.widgets.tree
Unterevent-Typ.
TreeChangedHandler - Interface in de.swm.commons.mobile.client.widgets.tree
Event handler for tree changes.
TreePanel - Class in de.swm.commons.mobile.client.widgets.tree
 
TreePanel() - Constructor for class de.swm.commons.mobile.client.widgets.tree.TreePanel
 
TreePanel(boolean) - Constructor for class de.swm.commons.mobile.client.widgets.tree.TreePanel
 
TreePanelCss - Interface in de.swm.commons.mobile.client.theme.components
Represents a css resource for a TreePanel or a WideTreePanel.
tripEarly() - Method in interface de.swm.commons.mobile.client.theme.components.TripListItemCss
CSS Style name.
tripHPanel() - Method in interface de.swm.commons.mobile.client.theme.components.TripListItemCss
CSS Style name.
tripLate() - Method in interface de.swm.commons.mobile.client.theme.components.TripListItemCss
CSS Style name.
TripListItem - Class in de.swm.commons.mobile.client.widgets.publictransport
ListItem which represents an individual component of a trip.
TripListItem(ImageResource, ImageResource, String, String, String) - Constructor for class de.swm.commons.mobile.client.widgets.publictransport.TripListItem
Default constructor.
TripListItem(ImageResource, ImageResource, String, String, String, String) - Constructor for class de.swm.commons.mobile.client.widgets.publictransport.TripListItem
Default constructor.
TripListItem(ImageResource, ImageResource, String, String, String, String, String, String) - Constructor for class de.swm.commons.mobile.client.widgets.publictransport.TripListItem
Default constructor.
TripListItemCss - Interface in de.swm.commons.mobile.client.theme.components
Represents a css resource for a AccordionPanel.
tripListItemSubSubtitle() - Method in interface de.swm.commons.mobile.client.theme.components.TripListItemCss
 
tripListItemSubtitle() - Method in interface de.swm.commons.mobile.client.theme.components.TripListItemCss
CSS Style name.
tripListItemTime() - Method in interface de.swm.commons.mobile.client.theme.components.TripListItemCss
CSS Style name.
tripListItemTitle() - Method in interface de.swm.commons.mobile.client.theme.components.TripListItemCss
CSS Style name.
tripListMainPanel() - Method in interface de.swm.commons.mobile.client.theme.components.TripListItemCss
CSS Style name.
tripListTimeLabel() - Method in interface de.swm.commons.mobile.client.theme.components.TripListItemCss
 
tripListTimePanel() - Method in interface de.swm.commons.mobile.client.theme.components.TripListItemCss
 
tripListTitlePanel() - Method in interface de.swm.commons.mobile.client.theme.components.TripListItemCss
 
tripPunctual() - Method in interface de.swm.commons.mobile.client.theme.components.TripListItemCss
CSS Style name.
tripTransportImage() - Method in interface de.swm.commons.mobile.client.theme.components.TripListItemCss
CSS Style name.
tripVPanel() - Method in interface de.swm.commons.mobile.client.theme.components.TripListItemCss
 
TYPE - Static variable in class de.swm.commons.mobile.client.event.SelectionChangedEvent
GWT Event type system.
TYPE - Static variable in class de.swm.commons.mobile.client.widgets.tree.TreeChangedEvent
GWT Event type system.

U

ubahn() - Method in interface de.swm.commons.mobile.client.theme.base.BaseSWMMobileImageRessources
 
ubahn() - Method in interface de.swm.commons.mobile.client.theme.bright.BrightSWMMobileImageRessources
 
ubahn() - Method in interface de.swm.commons.mobile.client.theme.SWMMobileImageBundle
Transportation ressource.
ubahn_small() - Method in interface de.swm.commons.mobile.client.theme.base.BaseSWMMobileImageRessources
 
ubahn_small() - Method in interface de.swm.commons.mobile.client.theme.bright.BrightSWMMobileImageRessources
 
ubahn_small() - Method in interface de.swm.commons.mobile.client.theme.SWMMobileImageBundle
Transportation ressource.
unhighlightIcon() - Method in class de.swm.commons.mobile.client.widgets.command.CommandDropDown
 
unhighlightIcon() - Method in class de.swm.commons.mobile.client.widgets.command.CommandItem
 
unhighlightIcon() - Method in class de.swm.commons.mobile.client.widgets.ImageHighlightButton
 
unknown() - Method in interface de.swm.commons.mobile.client.theme.base.BaseSWMMobileImageRessources
 
unknown() - Method in interface de.swm.commons.mobile.client.theme.bright.BrightSWMMobileImageRessources
 
unknown() - Method in interface de.swm.commons.mobile.client.theme.SWMMobileImageBundle
Transportation ressource.
unknownSmall() - Method in interface de.swm.commons.mobile.client.theme.base.BaseSWMMobileImageRessources
 
unknownSmall() - Method in interface de.swm.commons.mobile.client.theme.bright.BrightSWMMobileImageRessources
 
unknownSmall() - Method in interface de.swm.commons.mobile.client.theme.SWMMobileImageBundle
Transportation ressource.
unregisterEvents() - Method in class de.swm.commons.mobile.client.event.DragController
un-Subscribes base browser events - equal for all DragController implementations..
unregisterEvents() - Method in class de.swm.commons.mobile.client.event.DragControllerDesktop
 
unregisterEvents() - Method in class de.swm.commons.mobile.client.event.DragControllerMobile
 
unselectAllElements() - Method in class de.swm.commons.mobile.client.widgets.toolbar.ToolbarElement
Will unselect all elements placed in one ToolbarPanel.
unselectAllElements() - Method in class de.swm.commons.mobile.client.widgets.toolbar.ToolbarPanel
 
updateCheckedStyle(Boolean) - Method in class de.swm.commons.mobile.client.widgets.RadioButton
Updates the style if checked.
updateIndex() - Method in class de.swm.commons.mobile.client.widgets.IndexedScrollPanelWithPager
Updated the index.
updateTime(Date) - Method in class de.swm.commons.mobile.client.widgets.publictransport.ConnectionListItem
Aktualisiert die Anzeige der lokalen Abfahrtszeit.
UrlTextBox - Class in de.swm.commons.mobile.client.widgets
Textbox with the HTML5 input type url
UrlTextBox() - Constructor for class de.swm.commons.mobile.client.widgets.UrlTextBox
Default constructor.
userObject - Variable in class de.swm.commons.mobile.client.widgets.DecoratedListItem
 
Utils - Class in de.swm.commons.mobile.client.utils
Utility, to e.g. write to the browser's console.
Utils() - Constructor for class de.swm.commons.mobile.client.utils.Utils
 

V

validate() - Method in interface de.swm.commons.mobile.client.validation.IHasValidator
Validates the current content of the widget with the underlying validators.
validate(HasValue<T>) - Method in class de.swm.commons.mobile.client.validation.impl.ValidationHelper
Executes the validator.
validate(HasValue<T>) - Method in interface de.swm.commons.mobile.client.validation.IValidator
Validates the fields value.
validate() - Method in class de.swm.commons.mobile.client.widgets.NumberTextBox
 
validate() - Method in class de.swm.commons.mobile.client.widgets.TextArea
 
ValidationHelper<T> - Class in de.swm.commons.mobile.client.validation.impl
Helper class for validation.
ValidationHelper() - Constructor for class de.swm.commons.mobile.client.validation.impl.ValidationHelper
 
valueOf(String) - Static method in enum de.swm.commons.mobile.client.event.AccordionEvent.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.swm.commons.mobile.client.event.DragEvent.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.swm.commons.mobile.client.event.SwipeEvent.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.swm.commons.mobile.client.orientation.Orientation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.swm.commons.mobile.client.presenter.LeavePageResponse
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.swm.commons.mobile.client.setup.Density
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.swm.commons.mobile.client.setup.Resolution
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.swm.commons.mobile.client.setup.StatusBarStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.swm.commons.mobile.client.widgets.date.DateStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.swm.commons.mobile.client.widgets.ListItem.ShowArrow
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.swm.commons.mobile.client.widgets.publictransport.ConnectionListItem.TransportMeans
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.swm.commons.mobile.client.widgets.tree.TreeChangedEvent.EventType
Returns the enum constant of this type with the specified name.
values() - Static method in enum de.swm.commons.mobile.client.event.AccordionEvent.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.swm.commons.mobile.client.event.DragEvent.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.swm.commons.mobile.client.event.SwipeEvent.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.swm.commons.mobile.client.orientation.Orientation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.swm.commons.mobile.client.presenter.LeavePageResponse
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.swm.commons.mobile.client.setup.Density
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.swm.commons.mobile.client.setup.Resolution
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.swm.commons.mobile.client.setup.StatusBarStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.swm.commons.mobile.client.widgets.date.DateStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.swm.commons.mobile.client.widgets.ListItem.ShowArrow
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.swm.commons.mobile.client.widgets.publictransport.ConnectionListItem.TransportMeans
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.swm.commons.mobile.client.widgets.tree.TreeChangedEvent.EventType
Returns an array containing the constants of this enum type, in the order they are declared.
vertical() - Method in interface de.swm.commons.mobile.client.theme.components.CheckRadioBoxCss
CSS Style name.
verticalPanel() - Method in interface de.swm.commons.mobile.client.theme.components.HorizontalVerticalPanelCss
CSS Style name.
VerticalPanel - Class in de.swm.commons.mobile.client.widgets
Vertical panel for mobile devices.
VerticalPanel() - Constructor for class de.swm.commons.mobile.client.widgets.VerticalPanel
Default constructor.
ViewPort - Class in de.swm.commons.mobile.client.setup
Defines the viewport inside the HTML Page.
ViewPort() - Constructor for class de.swm.commons.mobile.client.setup.ViewPort
 
vPanel - Variable in class de.swm.commons.mobile.client.widgets.DecoratedListItem
 

W

walk() - Method in interface de.swm.commons.mobile.client.theme.base.BaseSWMMobileImageRessources
 
walk() - Method in interface de.swm.commons.mobile.client.theme.bright.BrightSWMMobileImageRessources
 
walk() - Method in interface de.swm.commons.mobile.client.theme.SWMMobileImageBundle
Transportation ressource.
walk_small() - Method in interface de.swm.commons.mobile.client.theme.base.BaseSWMMobileImageRessources
 
walk_small() - Method in interface de.swm.commons.mobile.client.theme.bright.BrightSWMMobileImageRessources
 
walk_small() - Method in interface de.swm.commons.mobile.client.theme.SWMMobileImageBundle
Transportation ressource.
WideTreePanel - Class in de.swm.commons.mobile.client.widgets.tree
 
WideTreePanel() - Constructor for class de.swm.commons.mobile.client.widgets.tree.WideTreePanel
 
WideTreePanel(boolean) - Constructor for class de.swm.commons.mobile.client.widgets.tree.WideTreePanel
 
wrapAsFastClickHandler(ClickHandler) - Static method in class de.swm.commons.mobile.client.event.FastClickHelper
Wraps a fast click Handler to a click Hanlder
wvga() - Method in interface de.swm.commons.mobile.client.theme.components.DisplayCss
CSS Style name.

X

xPos() - Method in class de.swm.commons.mobile.client.utils.Point
Will return the x position.

Y

yesButton() - Method in interface de.swm.commons.mobile.client.constants.I18NConstants
i18n.
yPos() - Method in class de.swm.commons.mobile.client.utils.Point
Will return the y position.
A B C D E F G H I J K L M N O P Q R S T U V W X Y 

Copyright © 2011–2015 SWM. All rights reserved.