|
GWT 2.2.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Element | |
---|---|
com.google.gwt.cell.client | Standard Cell subclasses used by the
cellview widgets. |
com.google.gwt.dom.client | Classes for low-level DOM programming. |
com.google.gwt.event.dom.client | Types related to DOM events. |
com.google.gwt.i18n.client | Internationalization support for GWT applications. |
com.google.gwt.layout.client | Classes for laying out container elements. |
com.google.gwt.uibinder.client | Classes used to generate user interfaces using declarative ui.xml files. |
com.google.gwt.user.cellview.client | The "cellview" widget set. |
com.google.gwt.user.client | Fundamental user-interface classes used in client-side GWT code. |
com.google.gwt.user.client.ui | Widgets, Panels, and other user-interface classes. |
Uses of Element in com.google.gwt.cell.client |
---|
Methods in com.google.gwt.cell.client that return Element | |
---|---|
protected Element |
CompositeCell.getContainerElement(Element parent)
Get the element that acts as the container for all children. |
protected Element |
AbstractInputCell.getInputElement(Element parent)
Get the input element. |
Methods in com.google.gwt.cell.client with parameters of type Element | |
---|---|
protected void |
EditTextCell.edit(Cell.Context context,
Element parent,
java.lang.String value)
Convert the cell to edit mode. |
protected void |
AbstractInputCell.finishEditing(Element parent,
C value,
java.lang.Object key,
ValueUpdater<C> valueUpdater)
Call this method when editing is complete. |
protected void |
TextInputCell.finishEditing(Element parent,
java.lang.String value,
java.lang.Object key,
ValueUpdater<java.lang.String> valueUpdater)
|
protected Element |
CompositeCell.getContainerElement(Element parent)
Get the element that acts as the container for all children. |
protected Element |
AbstractInputCell.getInputElement(Element parent)
Get the input element. |
protected InputElement |
TextInputCell.getInputElement(Element parent)
|
boolean |
CheckboxCell.isEditing(Cell.Context context,
Element parent,
java.lang.Boolean value)
|
boolean |
AbstractCell.isEditing(Cell.Context context,
Element parent,
C value)
Returns false. |
abstract boolean |
AbstractEditableCell.isEditing(Cell.Context context,
Element parent,
C value)
Returns true if the cell is currently editing the data identified by the given element and key. |
boolean |
AbstractInputCell.isEditing(Cell.Context context,
Element parent,
C value)
|
boolean |
Cell.isEditing(Cell.Context context,
Element parent,
C value)
Returns true if the cell is currently editing the data identified by the given element and key. |
boolean |
IconCellDecorator.isEditing(Cell.Context context,
Element parent,
C value)
|
boolean |
DatePickerCell.isEditing(Cell.Context context,
Element parent,
java.util.Date value)
|
boolean |
EditTextCell.isEditing(Cell.Context context,
Element parent,
java.lang.String value)
|
void |
CheckboxCell.onBrowserEvent(Cell.Context context,
Element parent,
java.lang.Boolean value,
NativeEvent event,
ValueUpdater<java.lang.Boolean> valueUpdater)
|
void |
AbstractCell.onBrowserEvent(Cell.Context context,
Element parent,
C value,
NativeEvent event,
ValueUpdater<C> valueUpdater)
Handle a browser event that took place within the cell. |
void |
AbstractInputCell.onBrowserEvent(Cell.Context context,
Element parent,
C value,
NativeEvent event,
ValueUpdater<C> valueUpdater)
|
void |
ActionCell.onBrowserEvent(Cell.Context context,
Element parent,
C value,
NativeEvent event,
ValueUpdater<C> valueUpdater)
|
void |
Cell.onBrowserEvent(Cell.Context context,
Element parent,
C value,
NativeEvent event,
ValueUpdater<C> valueUpdater)
Handle a browser event that took place within the cell. |
void |
CompositeCell.onBrowserEvent(Cell.Context context,
Element parent,
C value,
NativeEvent event,
ValueUpdater<C> valueUpdater)
|
void |
IconCellDecorator.onBrowserEvent(Cell.Context context,
Element parent,
C value,
NativeEvent event,
ValueUpdater<C> valueUpdater)
|
void |
DatePickerCell.onBrowserEvent(Cell.Context context,
Element parent,
java.util.Date value,
NativeEvent event,
ValueUpdater<java.util.Date> valueUpdater)
|
void |
ButtonCell.onBrowserEvent(Cell.Context context,
Element parent,
java.lang.String value,
NativeEvent event,
ValueUpdater<java.lang.String> valueUpdater)
|
void |
ClickableTextCell.onBrowserEvent(Cell.Context context,
Element parent,
java.lang.String value,
NativeEvent event,
ValueUpdater<java.lang.String> valueUpdater)
|
void |
EditTextCell.onBrowserEvent(Cell.Context context,
Element parent,
java.lang.String value,
NativeEvent event,
ValueUpdater<java.lang.String> valueUpdater)
|
void |
ImageLoadingCell.onBrowserEvent(Cell.Context context,
Element parent,
java.lang.String value,
NativeEvent event,
ValueUpdater<java.lang.String> valueUpdater)
|
void |
SelectionCell.onBrowserEvent(Cell.Context context,
Element parent,
java.lang.String value,
NativeEvent event,
ValueUpdater<java.lang.String> valueUpdater)
|
void |
TextInputCell.onBrowserEvent(Cell.Context context,
Element parent,
java.lang.String value,
NativeEvent event,
ValueUpdater<java.lang.String> valueUpdater)
|
protected void |
AbstractCell.onEnterKeyDown(Cell.Context context,
Element parent,
C value,
NativeEvent event,
ValueUpdater<C> valueUpdater)
Called when the user triggers a keydown event with the ENTER
key while focused on the cell. |
protected void |
AbstractInputCell.onEnterKeyDown(Cell.Context context,
Element parent,
C value,
NativeEvent event,
ValueUpdater<C> valueUpdater)
|
protected void |
ActionCell.onEnterKeyDown(Cell.Context context,
Element parent,
C value,
NativeEvent event,
ValueUpdater<C> valueUpdater)
|
protected void |
DatePickerCell.onEnterKeyDown(Cell.Context context,
Element parent,
java.util.Date value,
NativeEvent event,
ValueUpdater<java.util.Date> valueUpdater)
|
protected void |
ButtonCell.onEnterKeyDown(Cell.Context context,
Element parent,
java.lang.String value,
NativeEvent event,
ValueUpdater<java.lang.String> valueUpdater)
|
protected void |
ClickableTextCell.onEnterKeyDown(Cell.Context context,
Element parent,
java.lang.String value,
NativeEvent event,
ValueUpdater<java.lang.String> valueUpdater)
|
boolean |
AbstractCell.resetFocus(Cell.Context context,
Element parent,
C value)
Reset focus on the Cell. |
boolean |
AbstractInputCell.resetFocus(Cell.Context context,
Element parent,
C value)
|
boolean |
Cell.resetFocus(Cell.Context context,
Element parent,
C value)
Reset focus on the Cell. |
boolean |
CompositeCell.resetFocus(Cell.Context context,
Element parent,
C value)
|
boolean |
IconCellDecorator.resetFocus(Cell.Context context,
Element parent,
C value)
|
boolean |
EditTextCell.resetFocus(Cell.Context context,
Element parent,
java.lang.String value)
|
void |
AbstractCell.setValue(Cell.Context context,
Element parent,
C value)
|
void |
Cell.setValue(Cell.Context context,
Element parent,
C value)
This method may be used by cell containers to set the value on a single cell directly, rather than using setInnerHTML(String) . |
void |
CompositeCell.setValue(Cell.Context context,
Element parent,
C object)
|
void |
IconCellDecorator.setValue(Cell.Context context,
Element parent,
C value)
|
Uses of Element in com.google.gwt.dom.client |
---|
Subclasses of Element in com.google.gwt.dom.client | |
---|---|
class |
AnchorElement
The anchor element. |
class |
AreaElement
Client-side image map area definition. |
class |
AudioElement
Audio element. |
class |
BaseElement
Document base URI. |
class |
BodyElement
The HTML document body. |
class |
BRElement
Force a line break. |
class |
ButtonElement
Push button. |
class |
CanvasElement
Canvas element. |
class |
DivElement
Generic block container. |
class |
DListElement
Definition list. |
class |
FieldSetElement
Organizes form controls into logical groups. |
class |
FormElement
The FORM element encompasses behavior similar to a collection and an element. |
class |
FrameElement
Create a frame. |
class |
FrameSetElement
Create a grid of frames. |
class |
HeadElement
Document head information. |
class |
HeadingElement
For the H1 to H6 elements. |
class |
HRElement
Create a horizontal rule. |
class |
IFrameElement
Inline subwindows. |
class |
ImageElement
Embedded image. |
class |
InputElement
Form control. |
class |
LabelElement
Form field label text. |
class |
LegendElement
Provides a caption for a FIELDSET grouping. |
class |
LIElement
List item. |
class |
LinkElement
The LINK element specifies a link to an external resource, and defines this document's relationship to that resource (or vice versa). |
class |
MapElement
Client-side image map. |
class |
MediaElement
Common superclass for Audio and Video elements. |
class |
MetaElement
This contains generic meta-information about the document. |
class |
ModElement
Notice of modification to part of a document. |
class |
ObjectElement
Generic embedded object. |
class |
OListElement
Ordered list. |
class |
OptGroupElement
Group options together in logical subdivisions. |
class |
OptionElement
A selectable choice. |
class |
ParagraphElement
Paragraphs. |
class |
ParamElement
Parameters fed to the OBJECT element. |
class |
PreElement
Preformatted text. |
class |
QuoteElement
For the Q and BLOCKQUOTE elements. |
class |
ScriptElement
Script statements. |
class |
SelectElement
The select element allows the selection of an option. |
class |
SpanElement
Generic inline container. |
class |
StyleElement
Style information. |
class |
TableCaptionElement
Table caption. |
class |
TableCellElement
The object used to represent the TH and TD elements. |
class |
TableColElement
Regroups the COL and COLGROUP elements. |
class |
TableElement
The create* and delete* methods on the table allow authors to construct and modify tables. |
class |
TableRowElement
A row in a table. |
class |
TableSectionElement
The THEAD, TFOOT, and TBODY elements. |
class |
TextAreaElement
Multi-line text field. |
class |
TitleElement
The document title. |
class |
UListElement
Unordered list. |
class |
VideoElement
Video element. |
Methods in com.google.gwt.dom.client that return Element | |
---|---|
static Element |
Element.as(JavaScriptObject o)
Assert that the given Node is an Element and automatically
typecast it. |
static Element |
Element.as(Node node)
Assert that the given Node is an Element and automatically
typecast it. |
Element |
Document.createElement(java.lang.String tagName)
Creates a new element. |
Element |
Document.getDocumentElement()
Gets the document's element. |
Element |
Document.getElementById(java.lang.String elementId)
Returns the Element whose id is given by elementId. |
Element |
Element.getFirstChildElement()
The first child of element this element. |
Element |
Element.getNextSiblingElement()
The element immediately following this element. |
Element |
Element.getOffsetParent()
Returns a reference to the object which is the closest (nearest in the containment hierarchy) positioned containing element. |
Element |
Node.getParentElement()
Gets the parent element of this node. |
Methods in com.google.gwt.dom.client that return types with arguments of type Element | |
---|---|
NodeCollection<Element> |
FormElement.getElements()
Returns a collection of all form control elements in the form. |
NodeList<Element> |
Document.getElementsByTagName(java.lang.String tagName)
Returns a NodeList of all the Elements with a given
tag name in the order in which they are encountered in a preorder traversal
of the document tree. |
NodeList<Element> |
Element.getElementsByTagName(java.lang.String name)
Returns a NodeList of all descendant Elements with a given tag name, in the order in which they are encountered in a preorder traversal of this Element tree. |
Methods in com.google.gwt.dom.client with parameters of type Element | |
---|---|
static AnchorElement |
AnchorElement.as(Element elem)
Assert that the given Element is compatible with this class and
automatically typecast it. |
static AreaElement |
AreaElement.as(Element elem)
Assert that the given Element is compatible with this class and
automatically typecast it. |
static BRElement |
BRElement.as(Element elem)
Assert that the given Element is compatible with this class and
automatically typecast it. |
static BaseElement |
BaseElement.as(Element elem)
Assert that the given Element is compatible with this class and
automatically typecast it. |
static BodyElement |
BodyElement.as(Element elem)
Assert that the given Element is compatible with this class and
automatically typecast it. |
static ButtonElement |
ButtonElement.as(Element elem)
Assert that the given Element is compatible with this class and
automatically typecast it. |
static DListElement |
DListElement.as(Element elem)
|
static DivElement |
DivElement.as(Element elem)
Assert that the given Element is compatible with this class and
automatically typecast it. |
static FieldSetElement |
FieldSetElement.as(Element elem)
Assert that the given Element is compatible with this class and
automatically typecast it. |
static FormElement |
FormElement.as(Element elem)
Assert that the given Element is compatible with this class and
automatically typecast it. |
static FrameElement |
FrameElement.as(Element elem)
Assert that the given Element is compatible with this class and
automatically typecast it. |
static FrameSetElement |
FrameSetElement.as(Element elem)
Assert that the given Element is compatible with this class and
automatically typecast it. |
static HRElement |
HRElement.as(Element elem)
Assert that the given Element is compatible with this class and
automatically typecast it. |
static HeadElement |
HeadElement.as(Element elem)
Assert that the given Element is compatible with this class and
automatically typecast it. |
static HeadingElement |
HeadingElement.as(Element elem)
Assert that the given Element is compatible with this class and
automatically typecast it. |
static IFrameElement |
IFrameElement.as(Element elem)
Assert that the given Element is compatible with this class and
automatically typecast it. |
static ImageElement |
ImageElement.as(Element elem)
Assert that the given Element is compatible with this class and
automatically typecast it. |
static InputElement |
InputElement.as(Element elem)
Assert that the given Element is compatible with this class and
automatically typecast it. |
static LIElement |
LIElement.as(Element elem)
Assert that the given Element is compatible with this class and
automatically typecast it. |
static LabelElement |
LabelElement.as(Element elem)
Assert that the given Element is compatible with this class and
automatically typecast it. |
static LegendElement |
LegendElement.as(Element elem)
Assert that the given Element is compatible with this class and
automatically typecast it. |
static LinkElement |
LinkElement.as(Element elem)
Assert that the given Element is compatible with this class and
automatically typecast it. |
static MapElement |
MapElement.as(Element elem)
Assert that the given Element is compatible with this class and
automatically typecast it. |
static MetaElement |
MetaElement.as(Element elem)
Assert that the given Element is compatible with this class and
automatically typecast it. |
static ModElement |
ModElement.as(Element elem)
Assert that the given Element is compatible with this class and
automatically typecast it. |
static OListElement |
OListElement.as(Element elem)
Assert that the given Element is compatible with this class and
automatically typecast it. |
static ObjectElement |
ObjectElement.as(Element elem)
Assert that the given Element is compatible with this class and
automatically typecast it. |
static OptGroupElement |
OptGroupElement.as(Element elem)
Assert that the given Element is compatible with this class and
automatically typecast it. |
static OptionElement |
OptionElement.as(Element elem)
Assert that the given Element is compatible with this class and
automatically typecast it. |
static ParagraphElement |
ParagraphElement.as(Element elem)
Assert that the given Element is compatible with this class and
automatically typecast it. |
static ParamElement |
ParamElement.as(Element elem)
Assert that the given Element is compatible with this class and
automatically typecast it. |
static PreElement |
PreElement.as(Element elem)
Assert that the given Element is compatible with this class and
automatically typecast it. |
static QuoteElement |
QuoteElement.as(Element elem)
Assert that the given Element is compatible with this class and
automatically typecast it. |
static ScriptElement |
ScriptElement.as(Element elem)
Assert that the given Element is compatible with this class and
automatically typecast it. |
static SelectElement |
SelectElement.as(Element elem)
Assert that the given Element is compatible with this class and
automatically typecast it. |
static SpanElement |
SpanElement.as(Element elem)
Assert that the given Element is compatible with this class and
automatically typecast it. |
static StyleElement |
StyleElement.as(Element elem)
Assert that the given Element is compatible with this class and
automatically typecast it. |
static TableCaptionElement |
TableCaptionElement.as(Element elem)
Assert that the given Element is compatible with this class and
automatically typecast it. |
static TableCellElement |
TableCellElement.as(Element elem)
Assert that the given Element is compatible with this class and
automatically typecast it. |
static TableColElement |
TableColElement.as(Element elem)
Assert that the given Element is compatible with this class and
automatically typecast it. |
static TableElement |
TableElement.as(Element elem)
Assert that the given Element is compatible with this class and
automatically typecast it. |
static TableRowElement |
TableRowElement.as(Element elem)
Assert that the given Element is compatible with this class and
automatically typecast it. |
static TableSectionElement |
TableSectionElement.as(Element elem)
Assert that the given Element is compatible with this class and
automatically typecast it. |
static TextAreaElement |
TextAreaElement.as(Element elem)
Assert that the given Element is compatible with this class and
automatically typecast it. |
static TitleElement |
TitleElement.as(Element elem)
Assert that the given Element is compatible with this class and
automatically typecast it. |
static UListElement |
UListElement.as(Element elem)
Assert that the given Element is compatible with this class and
automatically typecast it. |
NativeEvent |
Document.createMouseEvent(java.lang.String type,
boolean canBubble,
boolean cancelable,
int detail,
int screenX,
int screenY,
int clientX,
int clientY,
boolean ctrlKey,
boolean altKey,
boolean shiftKey,
boolean metaKey,
int button,
Element relatedTarget)
Creates an mouse event. |
NativeEvent |
Document.createMouseOutEvent(int detail,
int screenX,
int screenY,
int clientX,
int clientY,
boolean ctrlKey,
boolean altKey,
boolean shiftKey,
boolean metaKey,
int button,
Element relatedTarget)
Creates a 'mouseout' event. |
NativeEvent |
Document.createMouseOverEvent(int detail,
int screenX,
int screenY,
int clientX,
int clientY,
boolean ctrlKey,
boolean altKey,
boolean shiftKey,
boolean metaKey,
int button,
Element relatedTarget)
Creates a 'mouseover' event. |
int |
Touch.getRelativeX(Element target)
Gets the touch x-position relative to a given element. |
int |
Touch.getRelativeY(Element target)
Gets the touch y-position relative to a given element. |
Uses of Element in com.google.gwt.event.dom.client |
---|
Methods in com.google.gwt.event.dom.client that return Element | |
---|---|
Element |
DomEvent.getRelativeElement()
Gets the element relative to which event coordinates will be measured. |
Methods in com.google.gwt.event.dom.client with parameters of type Element | |
---|---|
static void |
DomEvent.fireNativeEvent(NativeEvent nativeEvent,
HasHandlers handlerSource,
Element relativeElem)
Fires the given native event on the specified handlers. |
int |
MouseEvent.getRelativeX(Element target)
Gets the mouse x-position relative to a given element. |
int |
MouseEvent.getRelativeY(Element target)
Gets the mouse y-position relative to a given element. |
void |
DomEvent.setRelativeElement(Element relativeElem)
Gets the element relative to which event coordinates will be measured. |
Uses of Element in com.google.gwt.i18n.client |
---|
Methods in com.google.gwt.i18n.client with parameters of type Element | |
---|---|
static HasDirection.Direction |
BidiUtils.getDirectionOnElement(Element elem)
Gets the directionality of an element. |
static void |
BidiUtils.setDirectionOnElement(Element elem,
HasDirection.Direction direction)
Sets the directionality property for an element. |
Uses of Element in com.google.gwt.layout.client |
---|
Methods in com.google.gwt.layout.client that return Element | |
---|---|
Element |
Layout.Layer.getContainerElement()
Gets the container element associated with this layer. |
Methods in com.google.gwt.layout.client with parameters of type Element | |
---|---|
void |
Layout.assertIsChild(Element elem)
Asserts that the given child element is managed by this layout. |
Layout.Layer |
Layout.attachChild(Element child)
Attaches a child element to this layout. |
Layout.Layer |
Layout.attachChild(Element child,
Element before)
Attaches a child element to this layout. |
Layout.Layer |
Layout.attachChild(Element child,
Element before,
java.lang.Object userObject)
Attaches a child element to this layout. |
Layout.Layer |
Layout.attachChild(Element child,
java.lang.Object userObject)
Attaches a child element to this layout. |
void |
LayoutImplIE8.onDetach(Element parent)
|
Constructors in com.google.gwt.layout.client with parameters of type Element | |
---|---|
Layout(Element parent)
Constructs a new layout associated with the given parent element. |
Uses of Element in com.google.gwt.uibinder.client |
---|
Methods in com.google.gwt.uibinder.client that return Element | |
---|---|
static Element |
UiBinderUtil.fromHtml(java.lang.String html)
|
Methods in com.google.gwt.uibinder.client with parameters of type Element | |
---|---|
static UiBinderUtil.TempAttachment |
UiBinderUtil.attachToDom(Element element)
Attaches the element to the dom temporarily. |
Uses of Element in com.google.gwt.user.cellview.client |
---|
Methods in com.google.gwt.user.cellview.client that return Element | |
---|---|
protected Element |
AbstractHasData.convertToElements(SafeHtml html)
Convert the specified HTML into DOM elements and return the parent of the DOM elements. |
protected Element |
CellTable.convertToElements(SafeHtml html)
|
protected Element |
CellList.getCellParent(Element item)
Get the parent element that wraps the cell from the list item. |
protected abstract Element |
AbstractHasData.getChildContainer()
Return the element that holds the rendered cells. |
protected Element |
CellList.getChildContainer()
|
protected Element |
CellTable.getChildContainer()
|
protected abstract Element |
AbstractHasData.getKeyboardSelectedElement()
Get the element that has keyboard selection. |
protected Element |
CellList.getKeyboardSelectedElement()
|
protected Element |
CellTable.getKeyboardSelectedElement()
|
Element |
AbstractHasData.getRowContainer()
Return the outer element that contains all of the rendered row values. |
Element |
CellList.getRowElement(int indexOnPage)
Get the Element for the specified index. |
Methods in com.google.gwt.user.cellview.client with parameters of type Element | |
---|---|
protected void |
CellList.fireEventToCell(Cell.Context context,
Event event,
Element parent,
T value)
Fire an event to the cell. |
protected Element |
CellList.getCellParent(Element item)
Get the parent element that wraps the cell from the list item. |
void |
Header.onBrowserEvent(Cell.Context context,
Element elem,
NativeEvent event)
Handle a browser event that took place within the header. |
void |
Column.onBrowserEvent(Cell.Context context,
Element elem,
T object,
NativeEvent event)
Handle a browser event that took place within the column. |
protected void |
AbstractHasData.setFocusable(Element elem,
boolean focusable)
Make an element focusable or not. |
protected void |
AbstractHasData.setSelected(Element elem,
boolean selected)
Deprecated. this method is never called by AbstractHasData, render the selected styles in AbstractHasData.renderRowValues(SafeHtmlBuilder, List, int, SelectionModel) |
protected void |
CellList.setSelected(Element elem,
boolean selected)
Deprecated. this method is never called by AbstractHasData, render the selected styles in CellList.renderRowValues(SafeHtmlBuilder, List, int, SelectionModel) |
protected void |
CellTable.setSelected(Element elem,
boolean selected)
Deprecated. this method is never called by AbstractHasData, render the selected styles in CellTable.renderRowValues(SafeHtmlBuilder, List, int, SelectionModel) |
Constructors in com.google.gwt.user.cellview.client with parameters of type Element | |
---|---|
AbstractHasData(Element elem,
int pageSize,
ProvidesKey<T> keyProvider)
Constructs an AbstractHasData with the given page size. |
|
CellWidget(Cell<C> cell,
C initialValue,
ProvidesKey<C> keyProvider,
Element elem)
Creates a CellWidget with the specified cell, initial value, key
provider, using the specified element as the wrapper around the cell. |
Uses of Element in com.google.gwt.user.client |
---|
Subclasses of Element in com.google.gwt.user.client | |
---|---|
class |
Element
An opaque handle to a native DOM Element. |
Methods in com.google.gwt.user.client that return Element | |
---|---|
Element |
Event.getCurrentTarget()
Deprecated. use NativeEvent.getCurrentEventTarget() instead |
Element |
Event.getFromElement()
Deprecated. use NativeEvent.getRelatedEventTarget() instead |
Element |
Event.getRelatedTarget()
Deprecated. use NativeEvent.getRelatedEventTarget() instead |
Element |
Event.getTarget()
Deprecated. use NativeEvent.getEventTarget() instead |
Element |
Event.getToElement()
Deprecated. use NativeEvent.getRelatedEventTarget() instead |
Methods in com.google.gwt.user.client with parameters of type Element | |
---|---|
static EventListener |
Event.getEventListener(Element elem)
Gets the EventListener that will receive events for the given
element. |
static int |
Event.getEventsSunk(Element elem)
Gets the current set of events sunk by a given element. |
static void |
Event.releaseCapture(Element elem)
Releases mouse capture on the given element. |
static void |
Event.setCapture(Element elem)
Sets mouse-capture on the given element. |
static void |
Event.setEventListener(Element elem,
EventListener listener)
Sets the EventListener to receive events for the given element. |
static void |
Event.sinkEvents(Element elem,
int eventBits)
Sets the current set of events sunk by a given element. |
Uses of Element in com.google.gwt.user.client.ui |
---|
Subclasses of Element in com.google.gwt.user.client.ui | |
---|---|
static class |
AbstractImagePrototype.ImagePrototypeElement
This corresponds to the top Element of the DOM structure created by AbstractImagePrototype.createElement() . |
Methods in com.google.gwt.user.client.ui that return Element | |
---|---|
protected Element |
PopupPanel.getGlassElement()
Get the glass element used by this PopupPanel . |
Element |
DockLayoutPanel.getWidgetContainerElement(Widget child)
Gets the container element wrapping the given child widget. |
Element |
LayoutPanel.getWidgetContainerElement(Widget child)
Gets the container element wrapping the given child widget. |
Methods in com.google.gwt.user.client.ui with parameters of type Element | ||
---|---|---|
void |
HTMLPanel.add(Widget widget,
Element elem)
Adds a child widget to the panel, contained within an HTML element. |
|
void |
HTMLPanel.addAndReplaceElement(Widget widget,
Element toReplace)
Adds a child widget to the panel, replacing the HTML element. |
|
void |
PopupPanel.addAutoHidePartner(Element partner)
Mouse events that occur within an autoHide partner will not hide a panel set to autoHide. |
|
static void |
UIObject.ensureDebugId(Element elem,
java.lang.String id)
Ensure that elem has an ID property set, which allows it to integrate with third-party libraries and test tools. |
|
protected static void |
UIObject.ensureDebugId(Element elem,
java.lang.String baseID,
java.lang.String id)
Set the debug id of a specific element. |
|
void |
UIObject.DebugIdImpl.ensureDebugId(Element elem,
java.lang.String baseID,
java.lang.String id)
|
|
void |
UIObject.DebugIdImplEnabled.ensureDebugId(Element elem,
java.lang.String baseID,
java.lang.String id)
|
|
protected static java.lang.String |
UIObject.getStyleName(Element elem)
Gets all of the element's style names, as a space-separated list. |
|
protected static java.lang.String |
UIObject.getStylePrimaryName(Element elem)
Gets the element's primary style name. |
|
static boolean |
UIObject.isVisible(Element elem)
|
|
void |
PopupPanel.removeAutoHidePartner(Element partner)
Remove an autoHide partner. |
|
void |
CaptionPanel.CaptionPanelImpl.setCaption(FieldSetElement fieldset,
Element legend,
SafeHtml caption)
|
|
void |
CaptionPanel.CaptionPanelImplMozilla.setCaption(FieldSetElement fieldset,
Element legend,
SafeHtml caption)
|
|
void |
CaptionPanel.CaptionPanelImplSafari.setCaption(FieldSetElement fieldset,
Element legend,
SafeHtml caption)
|
|
void |
CaptionPanel.CaptionPanelImpl.setCaption(FieldSetElement fieldset,
Element legend,
java.lang.String caption,
boolean asHTML)
|
|
void |
CaptionPanel.CaptionPanelImplMozilla.setCaption(FieldSetElement fieldset,
Element legend,
java.lang.String caption,
boolean asHTML)
|
|
void |
CaptionPanel.CaptionPanelImplSafari.setCaption(FieldSetElement fieldset,
Element legend,
java.lang.String caption,
boolean asHTML)
|
|
protected void |
UIObject.setElement(Element elem)
Sets this object's browser element. |
|
protected static void |
UIObject.setStyleName(Element elem,
java.lang.String styleName)
Clears all of the element's style names and sets it to the given style. |
|
protected static void |
UIObject.setStyleName(Element elem,
java.lang.String style,
boolean add)
This convenience method adds or removes a style name for a given element. |
|
protected static void |
UIObject.setStylePrimaryName(Element elem,
java.lang.String style)
Sets the element's primary style name and updates all dependent style names. |
|
static void |
UIObject.setVisible(Element elem,
boolean visible)
|
|
static Anchor |
Anchor.wrap(Element element)
Creates an Anchor widget that wraps an existing <a> element. |
|
static Button |
Button.wrap(Element element)
Creates a Button widget that wraps an existing <button> element. |
|
static FileUpload |
FileUpload.wrap(Element element)
Creates a FileUpload widget that wraps an existing <input type='file'> element. |
|
static FormPanel |
FormPanel.wrap(Element element)
Creates a FormPanel that wraps an existing <form> element. |
|
static Frame |
Frame.wrap(Element element)
Creates a Frame widget that wraps an existing <frame> element. |
|
static HTML |
HTML.wrap(Element element)
Creates an HTML widget that wraps an existing <div> or <span> element. |
|
static Hidden |
Hidden.wrap(Element element)
Creates a Hidden widget that wraps an existing <input type='hidden'> element. |
|
static Image |
Image.wrap(Element element)
Creates a Image widget that wraps an existing <img> element. |
|
static InlineHTML |
InlineHTML.wrap(Element element)
Creates an InlineHTML widget that wraps an existing <div> or <span> element. |
|
static InlineLabel |
InlineLabel.wrap(Element element)
Creates a InlineLabel widget that wraps an existing <div> or <span> element. |
|
static Label |
Label.wrap(Element element)
Creates a Label widget that wraps an existing <div> or <span> element. |
|
static ListBox |
ListBox.wrap(Element element)
Creates a ListBox widget that wraps an existing <select> element. |
|
static PasswordTextBox |
PasswordTextBox.wrap(Element element)
Creates a PasswordTextBox widget that wraps an existing <input type='password'> element. |
|
static Button |
ResetButton.wrap(Element element)
Creates a ResetButton widget that wraps an existing <button> element. |
|
static SimpleCheckBox |
SimpleCheckBox.wrap(Element element)
Creates a SimpleCheckBox widget that wraps an existing <input type='checkbox'> element. |
|
static SimpleRadioButton |
SimpleRadioButton.wrap(Element element)
Creates a SimpleRadioButton widget that wraps an existing <input type='radio'> element. |
|
static Button |
SubmitButton.wrap(Element element)
Creates a SubmitButton widget that wraps an existing <button> element. |
|
static TextArea |
TextArea.wrap(Element element)
Creates a TextArea widget that wraps an existing <textarea> element. |
|
static TextBox |
TextBox.wrap(Element element)
Creates a TextBox widget that wraps an existing <input type='text'> element. |
|
static FormPanel |
FormPanel.wrap(Element element,
boolean createIFrame)
Creates a FormPanel that wraps an existing <form> element. |
|
static
|
ValueLabel.wrap(Element element,
Renderer<? super T> renderer)
Creates a ValueLabel widget that wraps an existing <span> element. |
|
static
|
ValueLabel.wrap(Element element,
Renderer<? super T> renderer,
Parser<? extends T> parser)
Creates a ValueLabel widget that wraps an existing <span> element. |
|
static
|
ValueBox.wrap(Element element,
Renderer<T> renderer,
Parser<T> parser)
Creates a ValueBox widget that wraps an existing <input type='text'> element. |
|
static SuggestBox |
SuggestBox.wrap(SuggestOracle oracle,
Element element)
Creates a SuggestBox widget that wraps an existing <input
type='text'> element. |
Constructors in com.google.gwt.user.client.ui with parameters of type Element | |
---|---|
Anchor(Element element)
This constructor may be used by subclasses to explicitly use an existing element. |
|
Button(Element element)
This constructor may be used by subclasses to explicitly use an existing element. |
|
ButtonBase(Element elem)
Creates a new ButtonBase that wraps the given browser element. |
|
DirectionalTextHelper(Element element,
boolean isElementInline)
|
|
FileUpload(Element element)
This constructor may be used by subclasses to explicitly use an existing element. |
|
FocusWidget(Element elem)
Creates a new focus widget that wraps the specified browser element. |
|
FormPanel(Element element)
This constructor may be used by subclasses to explicitly use an existing element. |
|
FormPanel(Element element,
boolean createIFrame)
This constructor may be used by subclasses to explicitly use an existing element. |
|
Frame(Element element)
This constructor may be used by subclasses to explicitly use an existing element. |
|
Hidden(Element element)
This constructor may be used by subclasses to explicitly use an existing element. |
|
HTML(Element element)
This constructor may be used by subclasses to explicitly use an existing element. |
|
Image(Element element)
This constructor may be used by subclasses to explicitly use an existing element. |
|
InlineHTML(Element element)
This constructor may be used by subclasses to explicitly use an existing element. |
|
InlineLabel(Element element)
This constructor may be used by subclasses to explicitly use an existing element. |
|
Label(Element element)
This constructor may be used by subclasses to explicitly use an existing element. |
|
LabelBase(Element element)
|
|
ListBox(Element element)
This constructor may be used by subclasses to explicitly use an existing element. |
|
PasswordTextBox(Element element)
This constructor may be used by subclasses to explicitly use an existing element. |
|
ResetButton(Element element)
This constructor may be used by subclasses to explicitly use an existing element. |
|
SimpleCheckBox(Element element)
This constructor may be used by subclasses to explicitly use an existing element. |
|
SimplePanel(Element elem)
Creates an empty panel that uses the specified browser element for its contents. |
|
SimpleRadioButton(Element element)
This constructor may be used by subclasses to explicitly use an existing element. |
|
SubmitButton(Element element)
This constructor may be used by subclasses to explicitly use an existing element. |
|
TextArea(Element element)
This constructor may be used by subclasses to explicitly use an existing element. |
|
TextBox(Element element)
This constructor may be used by subclasses to explicitly use an existing element. |
|
TextBoxBase(Element elem)
Creates a text box that wraps the given browser element handle. |
|
ValueBox(Element element,
Renderer<T> renderer,
Parser<T> parser)
This constructor may be used by subclasses to explicitly use an existing element. |
|
ValueBoxBase(Element elem,
Renderer<T> renderer,
Parser<T> parser)
Creates a value box that wraps the given browser element handle. |
|
ValueLabel(Element element,
Renderer<? super T> renderer)
This constructor may be used by subclasses to explicitly use an existing element. |
|
GWT 2.2.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |