Overlord Commons: GWT 2.0.8.Final
A B C D F G H I L M O P R S T U V W 

A

AbstractAnimation - Class in org.overlord.commons.gwt.client.local.animations
Base class for animations.
AbstractAnimation(Widget) - Constructor for class org.overlord.commons.gwt.client.local.animations.AbstractAnimation
Constructor.
add(Widget) - Method in class org.overlord.commons.gwt.client.local.widgets.AnchorPanel
Adds a new child widget to the panel.
add(Widget) - Method in class org.overlord.commons.gwt.client.local.widgets.SpanPanel
Adds a new child widget to the panel.
add(Widget) - Method in class org.overlord.commons.gwt.client.local.widgets.UnorderedListPanel
 
add(Widget) - Method in class org.overlord.commons.gwt.client.local.widgets.WidgetTable
 
add(int, int, Widget) - Method in class org.overlord.commons.gwt.client.local.widgets.WidgetTable
Adds a single widget to the table, at the right row and column.
addOption(String, String) - Method in class org.overlord.commons.gwt.client.local.widgets.SplitButtonDropdown
Adds an option to the dropdown.
addTableSortHandler(TableSortEvent.Handler) - Method in interface org.overlord.commons.gwt.client.local.events.TableSortEvent.HasTableSortHandlers
Adds a handler to the widget.
addTableSortHandler(TableSortEvent.Handler) - Method in class org.overlord.commons.gwt.client.local.widgets.SortableTemplatedWidgetTable
 
addValueChangeHandler(ValueChangeHandler<Integer>) - Method in class org.overlord.commons.gwt.client.local.widgets.Pager
 
AnchorPanel - Class in org.overlord.commons.gwt.client.local.widgets
Just like a FlowPanel except parented by an anchor (a) rather than a div.
AnchorPanel() - Constructor for class org.overlord.commons.gwt.client.local.widgets.AnchorPanel
Creates an empty flow panel.
ascending - Variable in class org.overlord.commons.gwt.client.local.widgets.SortableTemplatedWidgetTable.SortColumn
 
AsyncActionButton - Class in org.overlord.commons.gwt.client.local.widgets
A GWT button that supports the concept of an async action.
AsyncActionButton() - Constructor for class org.overlord.commons.gwt.client.local.widgets.AsyncActionButton
Constructor.

B

BusAuthenticationFilter - Class in org.overlord.commons.gwt.server.filters
Filter that is used to protect the Errai bus.
BusAuthenticationFilter() - Constructor for class org.overlord.commons.gwt.server.filters.BusAuthenticationFilter
C'tor
ButtonSizeEnum - Enum in org.overlord.commons.gwt.client.local.widgets
Enum for the different button sizes in bootstrap.

C

children - Variable in class org.overlord.commons.gwt.client.local.widgets.WidgetTable
 
clear() - Method in class org.overlord.commons.gwt.client.local.widgets.AnchorPanel
 
clear() - Method in class org.overlord.commons.gwt.client.local.widgets.SpanPanel
 
clear() - Method in class org.overlord.commons.gwt.client.local.widgets.UnorderedListPanel
 
clear() - Method in class org.overlord.commons.gwt.client.local.widgets.WidgetTable
 
columnClasses - Variable in class org.overlord.commons.gwt.client.local.widgets.WidgetTable
Extra class information for the data column TD's.
columnCount - Variable in class org.overlord.commons.gwt.client.local.widgets.WidgetTable
 
columnId - Variable in class org.overlord.commons.gwt.client.local.widgets.SortableTemplatedWidgetTable.SortColumn
 
configureColumnSorting() - Method in class org.overlord.commons.gwt.client.local.widgets.SortableTemplatedWidgetTable
Subclasses have an opportunity here to configure which columns can be used to sort.

D

DateBox - Class in org.overlord.commons.gwt.client.local.widgets
Like a text box, except it deals with dates and presents the user with a calendar picker widget.
DateBox() - Constructor for class org.overlord.commons.gwt.client.local.widgets.DateBox
Constructor.
deleteRow(int) - Method in class org.overlord.commons.gwt.client.local.widgets.WidgetTable
Remove a single row and all its widgets from the table
destroy() - Method in class org.overlord.commons.gwt.client.local.widgets.ModalDialog
Called to remove the dialog from the root panel.
destroy() - Method in class org.overlord.commons.gwt.server.filters.BusAuthenticationFilter
 
destroy() - Method in class org.overlord.commons.gwt.server.filters.GWTCacheControlFilter
 
destroy() - Method in class org.overlord.commons.gwt.server.filters.PostAuthenticationRedirectFilter
 
destroy() - Method in class org.overlord.commons.gwt.server.filters.ResourceCacheControlFilter
 
destroy() - Method in class org.overlord.commons.gwt.server.filters.SimpleCorsFilter
 
destroy() - Method in class org.overlord.commons.gwt.server.filters.UploadAuthenticationFilter
 
destroy() - Method in class org.overlord.commons.gwt.server.filters.WelcomeFileFilter
 
dispatch(TableSortEvent.Handler) - Method in class org.overlord.commons.gwt.client.local.events.TableSortEvent
 
doAttachInit() - Method in class org.overlord.commons.gwt.client.local.widgets.SortableTemplatedWidgetTable
 
doAttachInit() - Method in class org.overlord.commons.gwt.client.local.widgets.TemplatedWidgetTable
Called when the table is attached.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.overlord.commons.gwt.server.filters.BusAuthenticationFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.overlord.commons.gwt.server.filters.GWTCacheControlFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.overlord.commons.gwt.server.filters.PostAuthenticationRedirectFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.overlord.commons.gwt.server.filters.ResourceCacheControlFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.overlord.commons.gwt.server.filters.SimpleCorsFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.overlord.commons.gwt.server.filters.UploadAuthenticationFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.overlord.commons.gwt.server.filters.WelcomeFileFilter
 
doOnCancel() - Method in class org.overlord.commons.gwt.client.local.animations.AbstractAnimation
Called when the animation is cancelled.
doOnCancel() - Method in class org.overlord.commons.gwt.client.local.animations.FadeInAnimation
 
doOnCancel() - Method in class org.overlord.commons.gwt.client.local.animations.FadeOutAnimation
 
doOnCancel() - Method in class org.overlord.commons.gwt.client.local.animations.MoveAnimation
 
doOnComplete() - Method in class org.overlord.commons.gwt.client.local.animations.AbstractAnimation
Called when the animation completes.
doOnComplete() - Method in class org.overlord.commons.gwt.client.local.animations.MoveAnimation
 

F

FadeInAnimation - Class in org.overlord.commons.gwt.client.local.animations
GWT animation used to fade in a widget.
FadeInAnimation(Widget) - Constructor for class org.overlord.commons.gwt.client.local.animations.FadeInAnimation
Constructor.
FadeOutAnimation - Class in org.overlord.commons.gwt.client.local.animations
GWT animation used to fade out a widget.
FadeOutAnimation(Widget) - Constructor for class org.overlord.commons.gwt.client.local.animations.FadeOutAnimation
Constructor.
fire(HasHandlers, String, boolean) - Static method in class org.overlord.commons.gwt.client.local.events.TableSortEvent
Fires the event.
fireValueChangeEvent(int, int) - Method in class org.overlord.commons.gwt.client.local.widgets.Pager
Fires a value change event.
FontAwesomeIcon - Class in org.overlord.commons.gwt.client.local.widgets
Can be used with font awesome.
FontAwesomeIcon() - Constructor for class org.overlord.commons.gwt.client.local.widgets.FontAwesomeIcon
Constructor.
FontAwesomeIcon(String) - Constructor for class org.overlord.commons.gwt.client.local.widgets.FontAwesomeIcon
Constructor.
FontAwesomeIcon(String, boolean) - Constructor for class org.overlord.commons.gwt.client.local.widgets.FontAwesomeIcon
Constructor.

G

getActionText() - Method in class org.overlord.commons.gwt.client.local.widgets.AsyncActionButton
 
getAssociatedType() - Method in class org.overlord.commons.gwt.client.local.events.TableSortEvent
 
getButtonClasses() - Method in enum org.overlord.commons.gwt.client.local.widgets.ButtonSizeEnum
The HTML class(es) to use for the button.
getColumnId() - Method in class org.overlord.commons.gwt.client.local.widgets.SortableTableHeader
 
getCurrentSortColumn() - Method in class org.overlord.commons.gwt.client.local.widgets.SortableTemplatedWidgetTable
 
getDateValue() - Method in class org.overlord.commons.gwt.client.local.widgets.DateBox
 
getDefaultSortColumn() - Method in class org.overlord.commons.gwt.client.local.widgets.SortableTemplatedWidgetTable
 
getFrom() - Method in class org.overlord.commons.gwt.client.local.animations.MoveAnimation
 
getHeaderId() - Method in class org.overlord.commons.gwt.client.local.events.TableSortEvent
 
getHTML() - Method in class org.overlord.commons.gwt.client.local.widgets.HtmlSnippet
 
getHTML() - Method in class org.overlord.commons.gwt.client.local.widgets.TemplatedWidgetTable
 
getIcon() - Method in class org.overlord.commons.gwt.client.local.widgets.AsyncActionButton
 
getLabel() - Method in class org.overlord.commons.gwt.client.local.widgets.SortableTableHeader
 
getPage() - Method in class org.overlord.commons.gwt.client.local.widgets.Pager
Gets the current page (that this pager thinks is selected).
getProperty() - Method in class org.overlord.commons.gwt.client.local.animations.MoveAnimation
 
getRow(int) - Method in class org.overlord.commons.gwt.client.local.widgets.WidgetTable
Gets the row element at a given index.
getRowCount() - Method in class org.overlord.commons.gwt.client.local.widgets.WidgetTable
 
getTargetWidget() - Method in class org.overlord.commons.gwt.client.local.animations.AbstractAnimation
 
getText() - Method in class org.overlord.commons.gwt.client.local.widgets.HtmlSnippet
 
getText() - Method in class org.overlord.commons.gwt.client.local.widgets.IconLabel
 
getText() - Method in class org.overlord.commons.gwt.client.local.widgets.LabelLabel
 
getText() - Method in class org.overlord.commons.gwt.client.local.widgets.ParagraphLabel
 
getText() - Method in class org.overlord.commons.gwt.client.local.widgets.TemplatedFormPanel
 
getText() - Method in class org.overlord.commons.gwt.client.local.widgets.TemplatedWidgetTable
 
getTo() - Method in class org.overlord.commons.gwt.client.local.animations.MoveAnimation
 
getType() - Static method in class org.overlord.commons.gwt.client.local.events.TableSortEvent
Gets the type associated with this event.
getValue() - Method in class org.overlord.commons.gwt.client.local.widgets.Pager
 
getWidget(int) - Method in class org.overlord.commons.gwt.client.local.widgets.UnorderedListPanel
 
getWidgetCount() - Method in class org.overlord.commons.gwt.client.local.widgets.UnorderedListPanel
 
getWidgetIndex(Widget) - Method in class org.overlord.commons.gwt.client.local.widgets.UnorderedListPanel
 
GWTCacheControlFilter - Class in org.overlord.commons.gwt.server.filters
Filter to add cache control headers for GWT generated files to ensure that the correct files get cached.
GWTCacheControlFilter() - Constructor for class org.overlord.commons.gwt.server.filters.GWTCacheControlFilter
C'tor

H

hasOriginHeader(HttpServletRequest) - Method in class org.overlord.commons.gwt.server.filters.SimpleCorsFilter
Returns true if the Origin request header is present.
hide() - Method in class org.overlord.commons.gwt.client.local.widgets.ModalDialog
Hides/closes the dialog.
hide(boolean) - Method in class org.overlord.commons.gwt.client.local.widgets.ModalDialog
Hides/closes the dialog.
HtmlSnippet - Class in org.overlord.commons.gwt.client.local.widgets
Injectable class that represents any random snippet of HTML.
HtmlSnippet() - Constructor for class org.overlord.commons.gwt.client.local.widgets.HtmlSnippet
Constructor.
HtmlSnippet(Element) - Constructor for class org.overlord.commons.gwt.client.local.widgets.HtmlSnippet
Constructor.

I

IconLabel - Class in org.overlord.commons.gwt.client.local.widgets
An icon label.
IconLabel() - Constructor for class org.overlord.commons.gwt.client.local.widgets.IconLabel
Creates an empty label.
IconLabel(String) - Constructor for class org.overlord.commons.gwt.client.local.widgets.IconLabel
Creates a label with the specified text.
init() - Method in class org.overlord.commons.gwt.client.local.widgets.TemplatedWidgetTable
 
init() - Method in class org.overlord.commons.gwt.client.local.widgets.WidgetTable
Init the thead and tbody.
init(FilterConfig) - Method in class org.overlord.commons.gwt.server.filters.BusAuthenticationFilter
 
init(FilterConfig) - Method in class org.overlord.commons.gwt.server.filters.GWTCacheControlFilter
 
init(FilterConfig) - Method in class org.overlord.commons.gwt.server.filters.PostAuthenticationRedirectFilter
 
init(FilterConfig) - Method in class org.overlord.commons.gwt.server.filters.ResourceCacheControlFilter
 
init(FilterConfig) - Method in class org.overlord.commons.gwt.server.filters.SimpleCorsFilter
 
init(FilterConfig) - Method in class org.overlord.commons.gwt.server.filters.UploadAuthenticationFilter
 
init(FilterConfig) - Method in class org.overlord.commons.gwt.server.filters.WelcomeFileFilter
 
initFromTemplate() - Method in class org.overlord.commons.gwt.client.local.widgets.AsyncActionButton
Initialize the widget from an Errai template.
initPicker(String) - Method in class org.overlord.commons.gwt.client.local.widgets.DateBox
Initializes the bootstrap-datepicker javascript.
insert(IsWidget, int) - Method in class org.overlord.commons.gwt.client.local.widgets.AnchorPanel
 
insert(Widget, int) - Method in class org.overlord.commons.gwt.client.local.widgets.AnchorPanel
Inserts a widget before the specified index.
insert(IsWidget, int) - Method in class org.overlord.commons.gwt.client.local.widgets.SpanPanel
 
insert(Widget, int) - Method in class org.overlord.commons.gwt.client.local.widgets.SpanPanel
Inserts a widget before the specified index.
isActive() - Method in class org.overlord.commons.gwt.client.local.widgets.SortableTableHeader
 
isAscending() - Method in class org.overlord.commons.gwt.client.local.events.TableSortEvent
 
isAscending() - Method in class org.overlord.commons.gwt.client.local.widgets.SortableTableHeader
 
isCancelled() - Method in class org.overlord.commons.gwt.client.local.animations.AbstractAnimation
 
isOptionsMethod(HttpServletRequest) - Method in class org.overlord.commons.gwt.server.filters.SimpleCorsFilter
Returns true if it's an OPTIONS http request.
isPreflightRequest(HttpServletRequest) - Method in class org.overlord.commons.gwt.server.filters.SimpleCorsFilter
Determines whether the request is a CORS preflight request.
isRunning() - Method in class org.overlord.commons.gwt.client.local.animations.AbstractAnimation
 
iterator() - Method in class org.overlord.commons.gwt.client.local.widgets.UnorderedListPanel
 
iterator() - Method in class org.overlord.commons.gwt.client.local.widgets.WidgetTable
 

L

LabelLabel - Class in org.overlord.commons.gwt.client.local.widgets
Weird name for a class, I know.
LabelLabel() - Constructor for class org.overlord.commons.gwt.client.local.widgets.LabelLabel
Creates an empty label.
LabelLabel(String) - Constructor for class org.overlord.commons.gwt.client.local.widgets.LabelLabel
Creates a label with the specified text.

M

ModalDialog - Class in org.overlord.commons.gwt.client.local.widgets
Base class for all modal dialogs.
ModalDialog() - Constructor for class org.overlord.commons.gwt.client.local.widgets.ModalDialog
Constructor.
MoveAnimation - Class in org.overlord.commons.gwt.client.local.animations
Animation that will move a widget from one position to another.
MoveAnimation(Widget, String, int, int) - Constructor for class org.overlord.commons.gwt.client.local.animations.MoveAnimation
Constructor.

O

onActionComplete() - Method in class org.overlord.commons.gwt.client.local.widgets.AsyncActionButton
Called when the button's async action has completed.
onActionStarted() - Method in class org.overlord.commons.gwt.client.local.widgets.AsyncActionButton
Called when the button's async action has been started.
onCancel() - Method in class org.overlord.commons.gwt.client.local.animations.AbstractAnimation
 
onColumnHeaderClick(String) - Method in class org.overlord.commons.gwt.client.local.widgets.SortableTemplatedWidgetTable
Called when the user clicks on one of the column headers.
onComplete() - Method in class org.overlord.commons.gwt.client.local.animations.AbstractAnimation
 
onDialogHidden() - Method in class org.overlord.commons.gwt.client.local.widgets.ModalDialog
Subclasses can override this to do post-hide logic.
onHidden() - Method in class org.overlord.commons.gwt.client.local.widgets.ModalDialog
Remove this dialog from the root panel when it is hidden.
onStart() - Method in class org.overlord.commons.gwt.client.local.animations.AbstractAnimation
 
onTableSort(TableSortEvent) - Method in interface org.overlord.commons.gwt.client.local.events.TableSortEvent.Handler
Called when TableSortEvent is fired.
onUpdate(double) - Method in class org.overlord.commons.gwt.client.local.animations.FadeInAnimation
 
onUpdate(double) - Method in class org.overlord.commons.gwt.client.local.animations.FadeOutAnimation
 
onUpdate(double) - Method in class org.overlord.commons.gwt.client.local.animations.MoveAnimation
 
org.overlord.commons.gwt.client.local.animations - package org.overlord.commons.gwt.client.local.animations
 
org.overlord.commons.gwt.client.local.events - package org.overlord.commons.gwt.client.local.events
 
org.overlord.commons.gwt.client.local.widgets - package org.overlord.commons.gwt.client.local.widgets
 
org.overlord.commons.gwt.server.filters - package org.overlord.commons.gwt.server.filters
 

P

Pager - Class in org.overlord.commons.gwt.client.local.widgets
Implements a bootstrap style pager.
Pager() - Constructor for class org.overlord.commons.gwt.client.local.widgets.Pager
Constructor.
ParagraphLabel - Class in org.overlord.commons.gwt.client.local.widgets
Label with a 'p' tag as the root element instead of a div or a span.
ParagraphLabel() - Constructor for class org.overlord.commons.gwt.client.local.widgets.ParagraphLabel
Creates an empty label.
ParagraphLabel(String) - Constructor for class org.overlord.commons.gwt.client.local.widgets.ParagraphLabel
Creates a label with the specified text.
PostAuthenticationRedirectFilter - Class in org.overlord.commons.gwt.server.filters
In certain containers, the IDP causes the browser to POST the SAML assertion to the SP (e.g.
PostAuthenticationRedirectFilter() - Constructor for class org.overlord.commons.gwt.server.filters.PostAuthenticationRedirectFilter
 
postConstruct() - Method in class org.overlord.commons.gwt.client.local.widgets.DateBox
Called after construction.
postContruct() - Method in class org.overlord.commons.gwt.client.local.widgets.TemplatedWidgetTable
Called after construction.

R

RadioButton - Class in org.overlord.commons.gwt.client.local.widgets
Injectable radio button.
RadioButton() - Constructor for class org.overlord.commons.gwt.client.local.widgets.RadioButton
Constructor.
refreshHtml() - Method in class org.overlord.commons.gwt.client.local.widgets.SortableTableHeader
Updates the HTML content of the widget.
remove(Widget) - Method in class org.overlord.commons.gwt.client.local.widgets.UnorderedListPanel
 
remove(int) - Method in class org.overlord.commons.gwt.client.local.widgets.UnorderedListPanel
 
remove(Widget) - Method in class org.overlord.commons.gwt.client.local.widgets.WidgetTable
 
removeAllChildNodes(Node) - Method in class org.overlord.commons.gwt.client.local.widgets.TemplatedWidgetTable
Removes all child nodes from the given element.
removePicker(String) - Method in class org.overlord.commons.gwt.client.local.widgets.DateBox
Removes the bootstrap-datepicker from the DOM and cleans up all events.
reset() - Method in class org.overlord.commons.gwt.client.local.widgets.AsyncActionButton
Called to reset the button to its default state.
ResourceCacheControlFilter - Class in org.overlord.commons.gwt.server.filters
Filter to add cache control headers for resources such as CSS and images.
ResourceCacheControlFilter() - Constructor for class org.overlord.commons.gwt.server.filters.ResourceCacheControlFilter
C'tor
rowElements - Variable in class org.overlord.commons.gwt.client.local.widgets.WidgetTable
 

S

setActionText(String) - Method in class org.overlord.commons.gwt.client.local.widgets.AsyncActionButton
 
setActive(boolean) - Method in class org.overlord.commons.gwt.client.local.widgets.SortableTableHeader
 
setAscending(boolean) - Method in class org.overlord.commons.gwt.client.local.widgets.SortableTableHeader
 
setCancelled(boolean) - Method in class org.overlord.commons.gwt.client.local.animations.AbstractAnimation
 
setColumnClasses(int, String) - Method in class org.overlord.commons.gwt.client.local.widgets.WidgetTable
Add extra class information that will be added to the TD for all data rows (at the given column index).
setColumnId(String) - Method in class org.overlord.commons.gwt.client.local.widgets.SortableTableHeader
 
setColumnLabels(String...) - Method in class org.overlord.commons.gwt.client.local.widgets.WidgetTable
Creates the thead and th elements, with the given labels.
setColumnSortable(int, String) - Method in class org.overlord.commons.gwt.client.local.widgets.SortableTemplatedWidgetTable
Sets a column in the table to be sortable.
setDateFormat(String) - Method in class org.overlord.commons.gwt.client.local.widgets.DateBox
Sets the date format used by this instance and by bootstrap-datepicker for this date box.
setDateValue(Date) - Method in class org.overlord.commons.gwt.client.local.widgets.DateBox
 
setDestroyOnHide(boolean) - Method in class org.overlord.commons.gwt.client.local.widgets.ModalDialog
 
setFixedWidth(boolean) - Method in class org.overlord.commons.gwt.client.local.widgets.FontAwesomeIcon
 
setFrom(int) - Method in class org.overlord.commons.gwt.client.local.animations.MoveAnimation
 
setHTML(String) - Method in class org.overlord.commons.gwt.client.local.widgets.HtmlSnippet
 
setHTML(String) - Method in class org.overlord.commons.gwt.client.local.widgets.TemplatedWidgetTable
 
setIcon(String) - Method in class org.overlord.commons.gwt.client.local.widgets.AsyncActionButton
 
setIconName(String) - Method in class org.overlord.commons.gwt.client.local.widgets.FontAwesomeIcon
 
setLabel(String) - Method in class org.overlord.commons.gwt.client.local.widgets.SortableTableHeader
 
setLabel(String) - Method in class org.overlord.commons.gwt.client.local.widgets.SplitButtonDropdown
Sets the split button dropdown's label.
setLiClass(Widget, String) - Method in class org.overlord.commons.gwt.client.local.widgets.UnorderedListPanel
Sets the 'class' attribute on the "li" wrapper for the given wiget.
setLiClass(int, String) - Method in class org.overlord.commons.gwt.client.local.widgets.UnorderedListPanel
Sets the 'class' attribute on the "li" wrapper for the widget at the given index.
setNumPages(int) - Method in class org.overlord.commons.gwt.client.local.widgets.Pager
Sets the number of pages in the result set.
setPage(int) - Method in class org.overlord.commons.gwt.client.local.widgets.Pager
Sets the Pager to the given page number.
setProperty(String) - Method in class org.overlord.commons.gwt.client.local.animations.MoveAnimation
 
setRunning(boolean) - Method in class org.overlord.commons.gwt.client.local.animations.AbstractAnimation
 
setTargetWidget(Widget) - Method in class org.overlord.commons.gwt.client.local.animations.AbstractAnimation
 
setText(String) - Method in class org.overlord.commons.gwt.client.local.widgets.HtmlSnippet
 
setText(String) - Method in class org.overlord.commons.gwt.client.local.widgets.IconLabel
 
setText(String) - Method in class org.overlord.commons.gwt.client.local.widgets.LabelLabel
 
setText(String) - Method in class org.overlord.commons.gwt.client.local.widgets.ParagraphLabel
 
setText(String) - Method in class org.overlord.commons.gwt.client.local.widgets.TemplatedFormPanel
 
setText(String) - Method in class org.overlord.commons.gwt.client.local.widgets.TemplatedWidgetTable
 
setTo(int) - Method in class org.overlord.commons.gwt.client.local.animations.MoveAnimation
 
setValue(Integer) - Method in class org.overlord.commons.gwt.client.local.widgets.Pager
 
setValue(Integer, boolean) - Method in class org.overlord.commons.gwt.client.local.widgets.Pager
 
show() - Method in class org.overlord.commons.gwt.client.local.widgets.ModalDialog
Displays the dialog.
SimpleCorsFilter - Class in org.overlord.commons.gwt.server.filters
Enables CORS (cross-origin resource sharing).
SimpleCorsFilter() - Constructor for class org.overlord.commons.gwt.server.filters.SimpleCorsFilter
Constructor.
SortableTableHeader - Class in org.overlord.commons.gwt.client.local.widgets
Widget that is used as the child/content of the "th" for a sortable widget table.
SortableTableHeader(String, String) - Constructor for class org.overlord.commons.gwt.client.local.widgets.SortableTableHeader
Constructor.
SortableTemplatedWidgetTable - Class in org.overlord.commons.gwt.client.local.widgets
Extends the templated widget table to add support for column sorting.
SortableTemplatedWidgetTable() - Constructor for class org.overlord.commons.gwt.client.local.widgets.SortableTemplatedWidgetTable
Constructor.
SortableTemplatedWidgetTable.SortColumn - Class in org.overlord.commons.gwt.client.local.widgets
 
SortableTemplatedWidgetTable.SortColumn() - Constructor for class org.overlord.commons.gwt.client.local.widgets.SortableTemplatedWidgetTable.SortColumn
 
sortBy(String, boolean) - Method in class org.overlord.commons.gwt.client.local.widgets.SortableTemplatedWidgetTable
Sets the current sort-by column.
sortBy(String, boolean, boolean) - Method in class org.overlord.commons.gwt.client.local.widgets.SortableTemplatedWidgetTable
Sets the current sort-by column.
SpanPanel - Class in org.overlord.commons.gwt.client.local.widgets
Just like a FlowPanel except parented by a span rather than a div.
SpanPanel() - Constructor for class org.overlord.commons.gwt.client.local.widgets.SpanPanel
Creates an empty flow panel.
SplitButtonDropdown - Class in org.overlord.commons.gwt.client.local.widgets
Models a bootstrap Split Button Dropdown.
SplitButtonDropdown() - Constructor for class org.overlord.commons.gwt.client.local.widgets.SplitButtonDropdown
Constructor.
SplitButtonDropdown(ButtonSizeEnum) - Constructor for class org.overlord.commons.gwt.client.local.widgets.SplitButtonDropdown
Constructor.

T

TableSortEvent - Class in org.overlord.commons.gwt.client.local.events
Event fired by the sortable table widget when the user clicks on one of the table headers (in order to specify a sort order).
TableSortEvent(String, boolean) - Constructor for class org.overlord.commons.gwt.client.local.events.TableSortEvent
Constructor.
TableSortEvent.Handler - Interface in org.overlord.commons.gwt.client.local.events
Handler for TableSortEvent.
TableSortEvent.HasTableSortHandlers - Interface in org.overlord.commons.gwt.client.local.events
Indicates if a widget supports ok/cancel.
tbody - Variable in class org.overlord.commons.gwt.client.local.widgets.WidgetTable
 
TemplatedFormPanel - Class in org.overlord.commons.gwt.client.local.widgets
Extends the FormPanel and implements HasText as a marker interface so that this class can be Inject'd into an Errai UI template properly.
TemplatedFormPanel() - Constructor for class org.overlord.commons.gwt.client.local.widgets.TemplatedFormPanel
Constructor.
TemplatedWidgetTable - Class in org.overlord.commons.gwt.client.local.widgets
Extends the WidgetTable and adds features that make it available to be used in an Errai UI template.
TemplatedWidgetTable() - Constructor for class org.overlord.commons.gwt.client.local.widgets.TemplatedWidgetTable
Constructor.
thead - Variable in class org.overlord.commons.gwt.client.local.widgets.WidgetTable
 

U

UnorderedListPanel - Class in org.overlord.commons.gwt.client.local.widgets
Implements a simple unordered list (ul).
UnorderedListPanel() - Constructor for class org.overlord.commons.gwt.client.local.widgets.UnorderedListPanel
Constructor.
updatePageAndFireEvent(int) - Method in class org.overlord.commons.gwt.client.local.widgets.Pager
Updates the current page and fires a value-change-event, if appropriate.
UploadAuthenticationFilter - Class in org.overlord.commons.gwt.server.filters
Filter that is used to protect an upload servlet.
UploadAuthenticationFilter() - Constructor for class org.overlord.commons.gwt.server.filters.UploadAuthenticationFilter
C'tor

V

valueOf(String) - Static method in enum org.overlord.commons.gwt.client.local.widgets.ButtonSizeEnum
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.overlord.commons.gwt.client.local.widgets.ButtonSizeEnum
Returns an array containing the constants of this enum type, in the order they are declared.

W

WelcomeFileFilter - Class in org.overlord.commons.gwt.server.filters
Welcome File Filter.
WelcomeFileFilter() - Constructor for class org.overlord.commons.gwt.server.filters.WelcomeFileFilter
 
WidgetTable - Class in org.overlord.commons.gwt.client.local.widgets
A table implementation that can have arbitrary widgets in the cells.
WidgetTable() - Constructor for class org.overlord.commons.gwt.client.local.widgets.WidgetTable
Constructor.
wrapperMap - Variable in class org.overlord.commons.gwt.client.local.widgets.WidgetTable
Map of widget to td element.
A B C D F G H I L M O P R S T U V W 
Overlord Commons: GWT 2.0.8.Final

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.