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

C

CachedTableModel<R> - Class in com.google.gwt.widgetideas.table.client
A TableModel that wraps another TableModel and adds its own cache so subsequent requests for the same data will not require another TableModel request.
CachedTableModel(TableModel<R>) - Constructor for class com.google.gwt.widgetideas.table.client.CachedTableModel
Constructor.
CachedTableModel.CacheCallback - Class in com.google.gwt.widgetideas.table.client
A callback that retrieves data from the cache.
CachedTableModel.CacheCallback(TableModel.Request, TableModel.Callback<R>, int, int) - Constructor for class com.google.gwt.widgetideas.table.client.CachedTableModel.CacheCallback
Constructor.
CALENDAR_VIEW - Static variable in class com.google.gwt.widgetideas.datepicker.client.DatePicker.Styles
The full date cell grid.
CalendarModel - Class in com.google.gwt.widgetideas.datepicker.client
Model used to get calendar information.
CalendarModel() - Constructor for class com.google.gwt.widgetideas.datepicker.client.CalendarModel
Constructor.
CalendarView<MyDatePicker extends DatePicker> - Class in com.google.gwt.widgetideas.datepicker.client
The CalendarView is a calendar grid that represents the current view of a DatePicker.
CalendarView() - Constructor for class com.google.gwt.widgetideas.datepicker.client.CalendarView
 
callback - Variable in class com.google.gwt.widgetideas.table.client.TableBulkRenderer.RenderingOptions
 
cancel() - Method in class com.google.gwt.widgetideas.table.client.InlineCellEditor
Cancel the cell edit.
cancelEvent() - Method in class com.google.gwt.widgetideas.client.events.AbstractEvent
Cancels the current event.
CATEGORY - Static variable in class com.google.gwt.libideas.logging.shared.Log
 
cellEditorAccept() - Method in interface com.google.gwt.widgetideas.table.client.InlineCellEditor.InlineCellEditorImages
An image used to fill the available width.
cellEditorCancel() - Method in interface com.google.gwt.widgetideas.table.client.InlineCellEditor.InlineCellEditorImages
An image indicating that a column is sorted in ascending order.
ChangeEvent<Value> - Class in com.google.gwt.widgetideas.client.events
Change event.
ChangeEvent(FiresChangeEvents, Value, Value) - Constructor for class com.google.gwt.widgetideas.client.events.ChangeEvent
Contructor.
ChangeHandler<ChangeType> - Interface in com.google.gwt.widgetideas.client.events
Change handler.
checkCellBounds(int, int) - Method in class com.google.gwt.widgetideas.table.client.overrides.HTMLTable
Bounds checks that the cell exists at the specified location.
checkRowBounds(int) - Method in class com.google.gwt.widgetideas.table.client.overrides.HTMLTable
Checks that the row is within the correct bounds.
checkWidgetSize() - Method in class com.google.gwt.widgetideas.client.ResizableWidgetCollection
Check to see if any Widgets have been resized and call their handlers appropriately.
cleanCell(int, int, boolean) - Method in class com.google.gwt.widgetideas.table.client.overrides.HTMLTable
Removes any widgets, text, and HTML within the cell.
clear() - Method in class com.google.gwt.libideas.logging.client.DivLogHandler
 
clear() - Method in class com.google.gwt.libideas.logging.client.TreeLogHandler
Clears the contents of the current log messages.
clear() - Method in class com.google.gwt.libideas.logging.shared.LogHandler
Clears the handler if clear is supported.
clear() - Method in class com.google.gwt.widgetideas.client.CollapsiblePanel
 
clear() - Method in class com.google.gwt.widgetideas.client.FastTree
Clears all tree items from the current tree.
clear() - Method in class com.google.gwt.widgetideas.graphics.client.GWTCanvas
Clears the entire canvas.
clear() - Method in class com.google.gwt.widgetideas.table.client.overrides.HTMLTable
Removes all widgets from this table, but does not remove other HTML or text contents of cells.
clearAll() - Method in class com.google.gwt.widgetideas.table.client.overrides.HTMLTable
Removes all widgets from this table, including other HTML or text contents of cells.
clearCache() - Method in class com.google.gwt.widgetideas.table.client.CachedTableModel
Clear all data from the cache.
clearCell(int, int) - Method in class com.google.gwt.widgetideas.table.client.overrides.HTMLTable
Clears the given row and column.
clearLogHandlers() - Static method in class com.google.gwt.libideas.logging.shared.Log
Clear all handlers.
ClientTableModel<R> - Class in com.google.gwt.widgetideas.table.client
A TableModel used when the data source can be accessed synchronously.
ClientTableModel() - Constructor for class com.google.gwt.widgetideas.table.client.ClientTableModel
 
ClientTableModel.ClientResponse<R> - Class in com.google.gwt.widgetideas.table.client
A Response that can be used when the response is not going over a RPC request.
ClientTableModel.ClientResponse() - Constructor for class com.google.gwt.widgetideas.table.client.ClientTableModel.ClientResponse
Constructor.
ClientTableModel.ClientResponse(Iterator<Iterator<Object>>) - Constructor for class com.google.gwt.widgetideas.table.client.ClientTableModel.ClientResponse
Constructor.
clone(Element, boolean) - Static method in class com.google.gwt.widgetideas.client.overrides.DOMHelper
Clones a DOM element.
closePath() - Method in class com.google.gwt.widgetideas.graphics.client.GWTCanvas
Closes the current path.
CollapsiblePanel - Class in com.google.gwt.widgetideas.client
CollapsiblePanel makes its contained contents collapsible.
CollapsiblePanel() - Constructor for class com.google.gwt.widgetideas.client.CollapsiblePanel
Constructor.
CollapsiblePanel(Widget) - Constructor for class com.google.gwt.widgetideas.client.CollapsiblePanel
 
CollapsiblePanel.State - Enum in com.google.gwt.widgetideas.client
Current CollapsiblePanel state.
CollapsiblePanel.Styles - Class in com.google.gwt.widgetideas.client
CollapsiblePanel styles.
CollapsiblePanel.Styles() - Constructor for class com.google.gwt.widgetideas.client.CollapsiblePanel.Styles
 
Color - Class in com.google.gwt.widgetideas.graphics.client
Simple Wrapper specifying a color in RGB format.
Color(int, int, int) - Constructor for class com.google.gwt.widgetideas.graphics.client.Color
 
Color(int, int, int, float) - Constructor for class com.google.gwt.widgetideas.graphics.client.Color
 
Color(String) - Constructor for class com.google.gwt.widgetideas.graphics.client.Color
 
columnGroup - Variable in class com.google.gwt.widgetideas.table.client.overrides.HTMLTable.ColumnFormatter
 
com.google.gwt.libideas.linker - package com.google.gwt.libideas.linker
 
com.google.gwt.libideas.logging.client.util - package com.google.gwt.libideas.logging.client.util
 
com.google.gwt.libideas.logging.server - package com.google.gwt.libideas.logging.server
 
com.google.gwt.libideas.logging.shared - package com.google.gwt.libideas.logging.shared
 
com.google.gwt.libideas.resources.rebind.context - package com.google.gwt.libideas.resources.rebind.context
 
com.google.gwt.libideas.resources.rg - package com.google.gwt.libideas.resources.rg
 
com.google.gwt.widgetideas.client.events - package com.google.gwt.widgetideas.client.events
 
com.google.gwt.widgetideas.client.overrides - package com.google.gwt.widgetideas.client.overrides
 
com.google.gwt.widgetideas.datepicker.client - package com.google.gwt.widgetideas.datepicker.client
 
com.google.gwt.widgetideas.datepicker.client.overrides - package com.google.gwt.widgetideas.datepicker.client.overrides
 
com.google.gwt.widgetideas.graphics.client - package com.google.gwt.widgetideas.graphics.client
 
com.google.gwt.widgetideas.table.client.overrides - package com.google.gwt.widgetideas.table.client.overrides
 
compareTo(Object) - Method in class com.google.gwt.libideas.logging.shared.Level
 
computeYearBeforeMonth() - Static method in class com.google.gwt.widgetideas.datepicker.client.CalendarModel
Is the year before the month?
CONFIG - Static variable in class com.google.gwt.libideas.logging.shared.Level
CONFIG is a message level for static configuration messages.
config(String) - Static method in class com.google.gwt.libideas.logging.shared.Log
Log a CONFIG message.
config(String, String) - Static method in class com.google.gwt.libideas.logging.shared.Log
Log a CONFIG message.
confirm(String) - Static method in class com.google.gwt.widgetideas.client.overrides.DOMHelper
Displays a message in a modal dialog box.
ConsoleLogHandler - Class in com.google.gwt.libideas.logging.client
Logger which sends output via $wnd.console.log() if $wnd.console.log is a function.
ConsoleLogHandler() - Constructor for class com.google.gwt.libideas.logging.client.ConsoleLogHandler
 
copy(Date) - Static method in class com.google.gwt.widgetideas.datepicker.client.CalendarModel
Copies the given date.
createCell() - Method in class com.google.gwt.widgetideas.table.client.overrides.Grid
Creates a new, empty cell.
createCell() - Method in class com.google.gwt.widgetideas.table.client.overrides.HTMLTable
Creates a new cell.
createDate(int) - Method in class com.google.gwt.widgetideas.datepicker.client.CalendarModel
Create a date in the current month at the given day.
createImage() - Method in interface com.google.gwt.libideas.resources.client.ImageResource
Creates a new Image instance based on the image represented by this prototype.
createKeyFromDate(Date) - Method in class com.google.gwt.widgetideas.datepicker.client.CalendarModel
Create a unique string key for the given date.
createResourceContext(TreeLogger, GeneratorContext, JClassType, SourceWriter) - Method in class com.google.gwt.libideas.resources.rebind.AbstractResourceBundleGenerator
Create the ResourceContext object that will be used by ResourceGenerator subclasses.
createResourceContext(TreeLogger, GeneratorContext, JClassType, SourceWriter) - Method in class com.google.gwt.libideas.resources.rebind.context.InlineResourceBundleGenerator
 
createResourceContext(TreeLogger, GeneratorContext, JClassType, SourceWriter) - Method in class com.google.gwt.libideas.resources.rebind.context.StaticResourceBundleGenerator
 
createSpacer() - Method in class com.google.gwt.widgetideas.table.client.PagingOptions
Create a widget that can be used to add space.
createTD() - Static method in class com.google.gwt.widgetideas.table.client.overrides.OverrideDOM
Creates an HTML TD element.
createTD() - Method in class com.google.gwt.widgetideas.table.client.overrides.OverrideDOMImpl
 
createTH() - Static method in class com.google.gwt.widgetideas.table.client.overrides.OverrideDOM
Creates an HTML TH element.
createTH() - Method in class com.google.gwt.widgetideas.table.client.overrides.OverrideDOMImpl
 
createWidget() - Method in class com.google.gwt.widgetideas.client.LazyPanel
Create the widget contained within the LazyPanel.
createWidgetIterator(HasWidgets, Widget[]) - Static method in class com.google.gwt.widgetideas.client.overrides.WidgetIterators
Wraps an array of widgets to be returned during iteration.
css() - Method in interface com.google.gwt.widgetideas.client.FastTree.DefaultResources
The css file.
cssRTL() - Method in interface com.google.gwt.widgetideas.client.FastTree.DefaultResources
The rtl css file.
cubicCurveTo(float, float, float, float, float, float) - Method in class com.google.gwt.widgetideas.graphics.client.GWTCanvas
Does nothing if the context's path is empty.
currencyCodeMapConstants - Static variable in class com.google.gwt.widgetideas.client.CurrencyWidget
 
currencySymbol - Variable in class com.google.gwt.widgetideas.client.CurrencyWidget
 
CurrencyWidget - Class in com.google.gwt.widgetideas.client
TODO:Add javadoc
CurrencyWidget() - Constructor for class com.google.gwt.widgetideas.client.CurrencyWidget
Constructs a CurrencyWidget object.
CurrencyWidget(String) - Constructor for class com.google.gwt.widgetideas.client.CurrencyWidget
Constructs a CurrencyWidget object with specified currency.
CurrencyWidgetWithPreview - Class in com.google.gwt.widgetideas.client
TODO JavaDoc.
CurrencyWidgetWithPreview() - Constructor for class com.google.gwt.widgetideas.client.CurrencyWidgetWithPreview
Constructs a CurrencyWidgetWithPreview object.
CurrencyWidgetWithPreview(String) - Constructor for class com.google.gwt.widgetideas.client.CurrencyWidgetWithPreview
Constructs a CurrencyWidgetWithPreview object with specified currency.

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