Uses of Interface
com.google.gwt.user.client.ui.IsWidget
-
Packages that use IsWidget Package Description com.google.gwt.canvas.client Classes for HTML Canvas 2D support.com.google.gwt.editor.ui.client User interface components for the bean editor framework.com.google.gwt.logging.client Log handlers and related classes for java.util.logging support in GWT.com.google.gwt.media.client Widgets for HTML Audio and Video support.com.google.gwt.user.cellview.client The "cellview" widget set.com.google.gwt.user.client.ui Widgets, Panels, and other user-interface classes.com.google.gwt.user.datepicker.client The date picker widget and associated types. -
-
Uses of IsWidget in com.google.gwt.canvas.client
Classes in com.google.gwt.canvas.client that implement IsWidget Modifier and Type Class Description classCanvasA widget representing a <canvas> element. -
Uses of IsWidget in com.google.gwt.editor.ui.client
Classes in com.google.gwt.editor.ui.client that implement IsWidget Modifier and Type Class Description classValueBoxEditorDecorator<T>A simple decorator to display leaf widgets with an error message. -
Uses of IsWidget in com.google.gwt.logging.client
Classes in com.google.gwt.logging.client that implement IsWidget Modifier and Type Class Description classLoggingPopupA simple popup to show log messages, which can be resized, minimized, and dragged to a different location. -
Uses of IsWidget in com.google.gwt.media.client
Classes in com.google.gwt.media.client that implement IsWidget Modifier and Type Class Description classAudioA widget representing an <audio> element.classMediaBaseA widget representing a media element.classVideoA widget representing a <video> element. -
Uses of IsWidget in com.google.gwt.user.cellview.client
Classes in com.google.gwt.user.cellview.client that implement IsWidget Modifier and Type Class Description classAbstractCellTable<T>Abstract base class for tabular views that supports paging and columns.classAbstractCellTreeAn abstract representation of a tree widget that renders items usingCells.classAbstractHasData<T>classAbstractPagerAn abstract pager that exposes many methods useful for paging.classCellBrowserA "browsable" view of a tree in which only a single node per level may be open at one time.(package private) classCellBrowser.BrowserCellList<T>A custom version of cell list used by the browser.classCellList<T>A single column list of cells.classCellTable<T>A tabular view that supports paging and columns.classCellTreeA view of a tree.classCellWidget<C>classDataGrid<T>A tabular view with a fixed header and footer section and a scrollable data section in the middle.(package private) static classDataGrid.TableWidgetA simple widget wrapper around a table element.classPageSizePagerA simple pager that controls the page size.classSimplePagerA pager for controlling aHasRowsthat only supports simple page navigation. -
Uses of IsWidget in com.google.gwt.user.client.ui
Subinterfaces of IsWidget in com.google.gwt.user.client.ui Modifier and Type Interface Description static interfaceDialogBox.CaptionSet of characteristic interfaces supported by theDialogBoxcaption.interfaceHasScrollingImplemented by widgets that support scrolling.interfaceHorizontalScrollbarDescribes a horizontal scrollbar.interfaceVerticalScrollbarDescribes a vertical scrollbar.Classes in com.google.gwt.user.client.ui that implement IsWidget Modifier and Type Class Description classAbsolutePanelAn absolute panel positions all of its children absolutely, allowing them to overlap.classAbstractNativeScrollbarAbstract parent class for scrollbars implemented using the native browser scrollbars.classAnchorA widget that represents a simple <a> element.classButtonA standard push-button widget.classButtonBaseclassCaptionPanelA panel that wraps its contents in a border with a caption that appears in the upper left corner of the border.classCellPanelA panel whose child widgets are contained within the cells of a table.classCheckBoxA standard check box widget.classComplexPanelAbstract base class for panels that can contain multiple child widgets.classCompositeA type of widget that can wrap another widget, hiding the wrapped widget's methods.classCustomButtonCustomButton is a base button class with built in support for a set number of button faces.classCustomScrollPanelA custom version of theScrollPanelthat allows user provided scrollbars.classDateLabelExtendsValueLabelfor convenience when dealing with dates andDateTimeFormat, especially inUiBindertemplates.classDeckLayoutPanelA panel that displays all of its child widgets in a 'deck', where only one can be visible at a time.classDeckPanelA panel that displays all of its child widgets in a 'deck', where only one can be visible at a time.classDecoratedPopupPanelAPopupPanelthat wraps its content in a 3x3 grid, which allows users to add rounded corners.classDecoratedStackPanelAStackPanelthat wraps each item in a 2x3 grid (six box), which allows users to add rounded corners.classDecoratedTabBarATabBarthat wraps each tab in a 2x3 grid (six box), which allows users to add rounded corners.classDecoratedTabPanelATabPanelthat uses aDecoratedTabBarwith rounded corners.classDecoratorPanelASimplePanelthat wraps its contents in stylized boxes, which can be used to add rounded corners to aWidget.classDialogBoxA form of popup that has a caption area at the top and can be dragged by the user.static classDialogBox.CaptionImplDefault implementation of Caption.classDisclosurePanelA widget that consists of a header and a content panel that discloses the content when a user clicks on the header.classDockLayoutPanelA panel that lays its child widgets out "docked" at its outer edges, and allows its last widget to take up the remaining space in its center.classDockPanelA panel that lays its child widgets out "docked" at its outer edges, and allows its last widget to take up the remaining space in its center.classDoubleBoxA ValueBox that usesDoubleParserandDoubleRenderer.classFileUploadA widget that wraps the HTML <input type='file'> element.classFlexTableA flexible table that creates cells on demand.classFlowPanelA panel that formats its child widgets using the default HTML layout behavior.classFocusPanelA simple panel that makes its contents focusable, and adds the ability to catch mouse and keyboard events.classFocusWidgetAbstract base class for most widgets that can receive keyboard focus.classFormPanelA panel that wraps its contents in an HTML <FORM> element.classFrameA widget that wraps an IFRAME element, which can contain an arbitrary web site.classGridA rectangular grid that can contain text, html, or a childWidgetwithin its cells.classHeaderPanelA panel that includes a header (top), footer (bottom), and content (middle) area.classHiddenRepresents a hidden field in an HTML form.classHorizontalPanelA panel that lays all of its widgets out in a single horizontal column.classHorizontalSplitPanelDeprecated.UseSplitLayoutPanelinstead, but understand that it is not a drop in replacement for this class.classHTMLA widget that can contain arbitrary HTML.classHTMLPanelA panel that contains HTML, and which can attach child widgets to identified elements within that HTML.classHTMLTableclassHyperlinkA widget that serves as an "internal" hyperlink.classImageA widget that displays the image at a given URL.classInlineHTMLA widget that can contain arbitrary HTML.classInlineHyperlinkA widget that serves as an "internal" hyperlink.classInlineLabelA widget that contains arbitrary text, not interpreted as HTML.classIntegerBoxA ValueBox that usesIntegerParserandIntegerRenderer.classLabelA widget that contains arbitrary text, not interpreted as HTML.classLabelBase<T>Abstract base class for all text display widgets.classLayoutPanelclassLazyPanelConvenience class to help lazy loading.classListBoxA widget that presents a list of choices to the user, either as a list box or as a drop-down list.classLongBoxA ValueBox that usesLongParserandLongRenderer.classMenuBarA standard menu bar widget.classNamedFrameAFramethat has a 'name' associated with it.classNativeHorizontalScrollbarA horizontal scrollbar implemented using the browsers native scrollbar.classNativeVerticalScrollbarA vertical scrollbar implemented using the browsers native scrollbar.classNotificationMoleSimple widget for providing notification feedback.classNumberLabel<T extends java.lang.Number>ExtendsValueLabelfor convenience when dealing with numbers andNumberFormat, especially inUiBindertemplates.classPanelAbstract base class for all panels, which are widgets that can contain other widgets.classPasswordTextBoxA text box that visually masks its input to prevent eavesdropping.classPopupPanelA panel that can "pop up" over other widgets.classPushButtonA normal push button with custom styling.classRadioButtonA mutually-exclusive selection radio button widget.classRenderablePanelEXPERIMENTAL and subject to change.classResetButtonA standard push-button widget which will automatically reset its enclosingFormPanelif any.classResizeCompositeACompositeimplementation that implementsRequiresResizeand automatically delegates that interface's methods to its wrapped widget, which must itself implementRequiresResize.classResizeLayoutPanelA simple panel thatProvidesResizeto its one child, but does notRequiresResize.classRichTextAreaA rich text editor that allows complex styling and formatting.classRootLayoutPanelA singleton implementation ofLayoutPanelthat always attaches itself to the document body (i.e.classRootPanelThe panel to which all other widgets must ultimately be added.classScrollPanelA simple panel that wraps its contents in a scrollable area.classSimpleCheckBoxA simple checkbox widget, with no label.classSimpleLayoutPanelA simple panel thatProvidesResizeto its one child.classSimplePanelBase class for panels that contain only one widget.classSimpleRadioButtonA simple radio button widget, with no label.classSplitLayoutPanelA panel that adds user-positioned splitters between each of its child widgets.(package private) classSplitLayoutPanel.HSplitter(package private) classSplitLayoutPanel.Splitter(package private) classSplitLayoutPanel.VSplitter(package private) classSplitPanelDeprecated.UseSplitLayoutPanelinstead, but understand that it is not a drop in replacement for this class.classStackLayoutPanelA panel that stacks its children vertically, displaying only one at a time, with a header for each child which the user can click to display.classStackPanelA panel that stacks its children vertically, displaying only one at a time, with a header for each child which the user can click to display.classSubmitButtonA standard push-button widget which will automatically submit its enclosingFormPanelif any.classSuggestBoxASuggestBoxis a text box or text area which displays a pre-configured set of selections that match the user's input.classTabBarA horizontal bar of folder-style tabs, most commonly used as part of aTabPanel.classTabLayoutPanelA panel that represents a tabbed set of pages, each of which contains another widget.classTabPanelA panel that represents a tabbed set of pages, each of which contains another widget.classTextAreaA text box that allows multiple lines of text to be entered.classTextBoxA standard single-line text box.classTextBoxBaseAbstract base class for most text entry widgets.classToggleButtonAToggleButtonis a stylish stateful button which allows the user to toggle betweenupanddownstates.classTreeA standard hierarchical tree widget.classValueBox<T>A text box able to parse its displayed value.classValueBoxBase<T>Abstract base class for all text entry widgets.classValueLabel<T>A label displaying its value through a renderer.classValueListBox<T>Implementation ofHasConstrainedValuebased on aSelectElement.classValuePicker<T>Allows the user to pick a single value from a list.classVerticalPanelA panel that lays all of its widgets out in a single vertical column.classVerticalSplitPanelDeprecated.UseSplitLayoutPanelinstead, but understand that it is not a drop in replacement for this class.classWidgetThe base class for the majority of user-interface objects.Methods in com.google.gwt.user.client.ui that return IsWidget Modifier and Type Method Description IsWidgetFiniteWidgetIterator.WidgetProvider. get(int index)Methods in com.google.gwt.user.client.ui with parameters of type IsWidget Modifier and Type Method Description voidAbsolutePanel. add(IsWidget w, int left, int top)Overloaded version for IsWidget.voidCaptionPanel. add(IsWidget w)Overloaded version for IsWidget.voidDisclosurePanel. add(IsWidget w)Overloaded version for IsWidget.voidDockPanel. add(IsWidget widget, DockPanel.DockLayoutConstant direction)Overloaded version for IsWidget.voidHasWidgets.ForIsWidget. add(IsWidget w)voidInsertPanel.ForIsWidget. add(IsWidget w)voidPanel. add(IsWidget child)voidStackLayoutPanel. add(IsWidget widget, IsWidget header, double headerSize)Overloaded version for IsWidget.voidStackLayoutPanel. add(IsWidget widget, java.lang.String header, boolean asHtml, double headerSize)Overloaded version for IsWidget.voidTabLayoutPanel. add(IsWidget w)Convenience overload to allowIsWidgetto be used directly.voidTabLayoutPanel. add(IsWidget w, IsWidget tab)Convenience overload to allowIsWidgetto be used directly.voidTabLayoutPanel. add(IsWidget w, java.lang.String text)Convenience overload to allowIsWidgetto be used directly.voidTabLayoutPanel. add(IsWidget w, java.lang.String text, boolean asHtml)Convenience overload to allowIsWidgetto be used directly.voidTabPanel. add(IsWidget w, IsWidget tabWidget)Convenience overload to allowIsWidgetto be used directly.voidTabPanel. add(IsWidget w, java.lang.String tabText)Convenience overload to allowIsWidgetto be used directly.voidTabPanel. add(IsWidget w, java.lang.String tabText, boolean asHTML)Convenience overload to allowIsWidgetto be used directly.voidTree. add(IsWidget w)Overloaded version for IsWidget.voidHTMLPanel. addAndReplaceElement(IsWidget widget, Element toReplace)Overloaded version for IsWidget.voidHTMLPanel. addAndReplaceElement(IsWidget widget, Element toReplace)Deprecated.voidHTMLPanel. addAndReplaceElement(IsWidget widget, java.lang.String id)Overloaded version for IsWidget.voidRenderablePanel. addAndReplaceElement(IsWidget widget, Element toReplace)Overloaded version for IsWidget.voidRenderablePanel. addAndReplaceElement(IsWidget widget, Element toReplace)Deprecated.voidDockLayoutPanel. addEast(IsWidget widget, double size)Overloaded version for IsWidget.TreeItemHasTreeItems.ForIsWidget. addItem(IsWidget w)TreeItemTree. addItem(IsWidget w)Overloaded version for IsWidget.voidDockLayoutPanel. addNorth(IsWidget widget, double size)Overloaded version for IsWidget.voidDockLayoutPanel. addSouth(IsWidget widget, double size)Overloaded version for IsWidget.voidDockLayoutPanel. addWest(IsWidget widget, double size)Overloaded version for IsWidget.static WidgetWidget. asWidgetOrNull(IsWidget w)This convenience method makes a null-safe call toasWidget().WidgetTabLayoutPanel. getTabWidget(IsWidget child)Convenience overload to allowIsWidgetto be used directly.intComplexPanel. getWidgetIndex(IsWidget child)intIndexedPanel.ForIsWidget. getWidgetIndex(IsWidget child)intStackLayoutPanel. getWidgetIndex(IsWidget child)intTabLayoutPanel. getWidgetIndex(IsWidget child)Convenience overload to allowIsWidgetto be used directly.intTabPanel. getWidgetIndex(IsWidget child)Convenience overload to allowIsWidgetto be used directly.voidAbsolutePanel. insert(IsWidget w, int beforeIndex)Convenience overload to allowIsWidgetto be used directly.voidDeckLayoutPanel. insert(IsWidget w, int beforeIndex)voidDeckPanel. insert(IsWidget w, int beforeIndex)voidFlowPanel. insert(IsWidget w, int beforeIndex)voidHorizontalPanel. insert(IsWidget w, int beforeIndex)voidInsertPanel.ForIsWidget. insert(IsWidget w, int beforeIndex)voidStackPanel. insert(IsWidget w, int beforeIndex)voidTabLayoutPanel. insert(IsWidget child, int beforeIndex)Convenience overload to allowIsWidgetto be used directly.voidTabLayoutPanel. insert(IsWidget child, IsWidget tab, int beforeIndex)Convenience overload to allowIsWidgetto be used directly.voidTabLayoutPanel. insert(IsWidget child, java.lang.String text, boolean asHtml, int beforeIndex)Convenience overload to allowIsWidgetto be used directly.voidTabLayoutPanel. insert(IsWidget child, java.lang.String text, int beforeIndex)Convenience overload to allowIsWidgetto be used directly.voidTabPanel. insert(IsWidget widget, IsWidget tabWidget, int beforeIndex)Convenience overload to allowIsWidgetto be used directly.voidTabPanel. insert(IsWidget widget, java.lang.String tabText, boolean asHTML, int beforeIndex)Convenience overload to allowIsWidgetto be used directly.voidTabPanel. insert(IsWidget widget, java.lang.String tabText, int beforeIndex)Convenience overload to allowIsWidgetto be used directly.voidVerticalPanel. insert(IsWidget w, int beforeIndex)booleanCaptionPanel. remove(IsWidget w)Overloaded version for IsWidget.booleanDisclosurePanel. remove(IsWidget w)Overloaded version for IsWidget.booleanHasWidgets.ForIsWidget. remove(IsWidget w)booleanPanel. remove(IsWidget child)booleanTree. remove(IsWidget w)Overloaded version for IsWidget.voidTabLayoutPanel. selectTab(IsWidget child)Convenience overload to allowIsWidgetto be used directly.voidTabLayoutPanel. selectTab(IsWidget child, boolean fireEvents)Convenience overload to allowIsWidgetto be used directly.voidCellPanel. setCellHeight(IsWidget w, java.lang.String height)Overloaded version for IsWidget.voidCellPanel. setCellHorizontalAlignment(IsWidget w, HasHorizontalAlignment.HorizontalAlignmentConstant align)Overloaded version for IsWidget.voidCellPanel. setCellVerticalAlignment(IsWidget w, HasVerticalAlignment.VerticalAlignmentConstant align)Overloaded version for IsWidget.voidCellPanel. setCellWidth(IsWidget w, java.lang.String width)Overloaded version for IsWidget.voidAcceptsOneWidget. setWidget(IsWidget w)Set the only widget of the receiver, replacing the previous widget if there was one.voidDeckLayoutPanel. setWidget(IsWidget w)Show the specified widget.voidHTMLTable. setWidget(int row, int column, IsWidget widget)Overloaded version for IsWidget.voidSimplePanel. setWidget(IsWidget w)voidLayoutPanel. setWidgetBottomHeight(IsWidget child, double bottom, Style.Unit bottomUnit, double height, Style.Unit heightUnit)Overloaded version for IsWidget.voidLayoutPanel. setWidgetLeftRight(IsWidget child, double left, Style.Unit leftUnit, double right, Style.Unit rightUnit)Overloaded version for IsWidget.voidLayoutPanel. setWidgetLeftWidth(IsWidget child, double left, Style.Unit leftUnit, double width, Style.Unit widthUnit)Overloaded version for IsWidget.voidLayoutPanel. setWidgetRightWidth(IsWidget child, double right, Style.Unit rightUnit, double width, Style.Unit widthUnit)Overloaded version for IsWidget.voidLayoutPanel. setWidgetTopBottom(IsWidget child, double top, Style.Unit topUnit, double bottom, Style.Unit bottomUnit)Overloaded version for IsWidget.voidLayoutPanel. setWidgetTopHeight(IsWidget child, double top, Style.Unit topUnit, double height, Style.Unit heightUnit)Overloaded version for IsWidget.static voidAttachDetachException. tryCommand(AttachDetachException.Command c, IsWidget... widgets)Iterator through all child widgets, trying to perform the specifiedAttachDetachException.Commandfor each. -
Uses of IsWidget in com.google.gwt.user.datepicker.client
Classes in com.google.gwt.user.datepicker.client that implement IsWidget Modifier and Type Class Description classCalendarViewThe CalendarView is a calendar grid that represents the current view of aDatePicker.(package private) classCellGridImpl<V>Highlighting, selectable cell grid.(package private) classCellGridImpl.CellclassDateBoxA text box that shows aDatePickerwhen the user focuses on it.classDatePickerStandard GWT date picker.(package private) classDatePickerComponentPackage protected class used to combine functionality for theMonthSelectorandCalendarViewcomponents.classDefaultCalendarViewSimple calendar view.(package private) classDefaultCalendarView.CellGridCell grid.(package private) classDefaultCalendarView.CellGrid.DateCellA cell representing a date.classDefaultMonthSelectorA simpleMonthSelectorused for the default date picker.classMonthSelectorAbstract month selector widget.
-