| Modifier and Type | Method and Description |
|---|---|
void |
DragController.addDragEventsHandler(DragEventsHandler dragHandler)
Allow components to register drag events.
|
boolean |
DragController.captureDragEvents(DragEventsHandler cachingHandler)
Will capture drag events.
|
void |
DragEvent.dispatch(DragEventsHandler handler)
Will dispatch this event.
|
boolean |
DragController.releaseDragCapture(DragEventsHandler cachingHandler)
Will capture release drag events.
|
void |
DragController.removeDragEventsHandler(DragEventsHandler dragHandler)
Allow components to remove registered drag events.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BackButton
Back button which is not maintaining any history.
|
class |
BigButton
A big fat green button.
|
class |
Button
A button.
|
class |
CheckBoxGroup
Defines a group of check boxes.
|
class |
DecoratedSuggestBox
Suggest box with icon decoration.
|
class |
DecoratedTextBox
Test box with an image decoration (right corner)
|
class |
FlipSwitch
Flip-Switch (boolean widget) with data binding.
|
class |
GenericRadioButtonGroup<T>
Container for a group of
RadioButtons. |
class |
ImageButton
A button with an image inside.
|
class |
ImageHighlightButton
Image button with a highlight image which can be different to the default (non highlight) image.
|
class |
IndexedScrollPanelWithPager.IndexPanel
Inner class that represents the alphabetical selection index.
|
class |
LabelButton
A button light grey with left handed text orientation.
|
class |
ListPanel
List panel which contains list items an is typically placed inside a
ScrollPanel. |
class |
ListPanelWithStaticLastItem
List panel which contains list items and a static element at the button of the
list.
|
class |
NextButton
The next button typically placed inside a
IHeaderPanel. |
class |
PagingListPanel
List panel which enables paging.
|
class |
PaintableCanvas
Canvas element which is able to be painted with different colors and line widths.
|
class |
RadioButtonGroup
Container for a group of
RadioButtons, that contain simple Strings as values. |
class |
SelectPanel
Select panel which contains select items.
|
class |
Slider
Integer value slider with data binding support.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.event.shared.HandlerRegistration |
FlipSwitch.addDragHandler(DragEventsHandler hanlder)
Add a drag handler to the widget.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AccordionHeader
Defines the visible header of an
AccordionStack. |
| Modifier and Type | Class and Description |
|---|---|
class |
CommandDropDown
Defines a command bar containing command widgets with drop down selection (DropDownItems).
|
class |
CommandItem
Defines a command bar containing command widgets (CommandItems).
|
| Modifier and Type | Class and Description |
|---|---|
class |
ScrollPanel
Scroll panel - has the ability to keep the
IHeaderPanel implementations always on the top. |
class |
ScrollPanelWithScrollbar
Scroll panel - has the ability to keep the
IHeaderPanel implementations always on the top. |
| Modifier and Type | Class and Description |
|---|---|
class |
ToolbarHeader
Header of the Toolbar containing an image and a capture
|
Copyright © 2011–2015 SWM. All rights reserved.