- 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
-
- 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
-
- 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
-
- 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
-
- generate(TreeLogger, GeneratorContext, String) - Method in class de.swm.commons.mobile.generator.OsDetectionGenerator
- GenericRadioButtonGroup<T> - Class in de.swm.commons.mobile.client.widgets
-
- 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
-
- 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
-
- 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
-
- 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
-
- ISwmPopupUtil.ItemDesciptor(String, T, ITypedAction<T>) - Constructor for class de.swm.commons.mobile.client.utils.ISwmPopupUtil.ItemDesciptor
-
- 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
-
- 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.
- 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
-
- SlidePanelCss - Interface in de.swm.commons.mobile.client.theme.components
-
- 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
-
- 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
-