Uses of Class
com.google.gwt.user.client.Element
-
Packages that use Element Package Description 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.user.client
Methods in com.google.gwt.user.client that return Element Modifier and Type Method Description static ElementDOM. asOld(Element elem)static ElementDOM. clone(Element elem, boolean deep)Clones an element.static ElementDOM. createAnchor()Creates an HTML A element.static ElementDOM. createButton()Creates an HTML BUTTON element.static ElementDOM. createCaption()Creates an HTML CAPTION element.static ElementDOM. createCol()Creates an HTML COL element.static ElementDOM. createColGroup()Creates an HTML COLGROUP element.static ElementDOM. createDiv()Creates an HTML DIV element.static ElementDOM. createElement(java.lang.String tagName)Creates an HTML element.static ElementDOM. createFieldSet()Creates an HTML FIELDSET element.static ElementDOM. createForm()Creates an HTML FORM element.static ElementDOM. createIFrame()Creates an HTML IFRAME element.static ElementDOM. createImg()Creates an HTML IMG element.static ElementDOM. createInputCheck()Creates an HTML INPUT type='CHECK' element.static ElementDOM. createInputPassword()Creates an HTML INPUT type='PASSWORD' element.static ElementDOM. createInputRadio(java.lang.String name)Creates an HTML INPUT type='RADIO' element.static ElementDOM. createInputText()Creates an HTML INPUT type='TEXT' element.static ElementDOM. createLabel()Creates an HTML LABEL element.static ElementDOM. createLegend()Creates an HTML LEGEND element.static ElementDOM. createOption()Creates an HTML OPTION element.static ElementDOM. createOptions()Deprecated.there is no "options" element; useDOM.createOption()insteadstatic ElementDOM. createSelect()Creates a single-selection HTML SELECT element.static ElementDOM. createSelect(boolean multiple)Creates an HTML SELECT element.static ElementDOM. createSpan()Creates an HTML SPAN element.static ElementDOM. createTable()Creates an HTML TABLE element.static ElementDOM. createTBody()Creates an HTML TBODY element.static ElementDOM. createTD()Creates an HTML TD element.static ElementDOM. createTextArea()Creates an HTML TEXTAREA element.static ElementDOM. createTFoot()Creates an HTML TFOOT element.static ElementDOM. createTH()Creates an HTML TH element.static ElementDOM. createTHead()Creates an HTML THEAD element.static ElementDOM. createTR()Creates an HTML TR element.static ElementDOM. eventGetCurrentTarget(Event evt)Gets the current target element of the given event.static ElementDOM. eventGetFromElement(Event evt)Gets the element from which the mouse pointer was moved (valid forEvent.ONMOUSEOVERandEvent.ONMOUSEOUT).static ElementDOM. eventGetTarget(Event evt)Returns the element that was the actual target of the given event.static ElementDOM. eventGetToElement(Event evt)Gets the element to which the mouse pointer was moved (only valid forEvent.ONMOUSEOUTandEvent.ONMOUSEOVER).static ElementDOM. getCaptureElement()Gets the element that currently has mouse capture.static ElementDOM. getChild(Element parent, int index)Gets an element's n-th child element.static ElementDOM. getElementById(java.lang.String id)Gets the element associated with the given unique id within the entire document.static ElementDOM. getFirstChild(Element elem)Gets the first child element of the given element.static ElementDOM. getNextSibling(Element elem)Gets an element's next sibling element.static ElementDOM. getParent(Element elem)Gets an element's parent element. -
Uses of Element in com.google.gwt.user.client.ui
Methods in com.google.gwt.user.client.ui that return Element Modifier and Type Method Description protected ElementGrid. createCell()Creates a new, empty cell.protected ElementHTMLTable. createCell()Creates a new cell.protected ElementHTMLTable.CellFormatter. ensureElement(int row, int column)Gets the element associated with a cell.protected ElementHTMLTable.RowFormatter. ensureElement(int row)Ensure the TR element representing the specified row exists for subclasses that allow dynamic addition of elements.protected ElementCellPanel. getBody()protected ElementHTMLTable. getBodyElement()Gets the table's TBODY element.static ElementRootPanel. getBodyElement()Convenience method for getting the document's body element.protected ElementDecoratedPopupPanel. getCellElement(int row, int cell)Get a specific Element from the panel.protected ElementDecoratorPanel. getCellElement(int row, int cell)Get a specific Element from the panel.protected ElementDecoratorPanel. getContainerElement()protected ElementPopupPanel. getContainerElement()protected ElementScrollPanel. getContainerElement()protected ElementSimplePanel. getContainerElement()Override this method to specify that an element other than the root element be the container for the panel's child widget.ElementHTMLTable.Cell. getElement()Gets the cell's element.ElementHTMLTable.CellFormatter. getElement(int row, int column)Gets the TD element representing the specified cell.ElementHTMLTable.ColumnFormatter. getElement(int column)Get the col element for the column.ElementHTMLTable.RowFormatter. getElement(int row)Gets the TR element representing the specified row.ElementUIObject. getElement()Gets a handle to the object's underlying DOM element.ElementHTMLPanel. getElementById(java.lang.String id)Finds anelementwithin this panel by its id.protected ElementHTMLTable. getEventTargetCell(Event event)Determines the TD associated with the specified event.protected ElementHTMLTable.RowFormatter. getRow(Element tbody, int row)protected ElementHTMLTable.RowFormatter. getRow(Element tbody, int row)Deprecated.Call and overrideHTMLTable.RowFormatter.getRow(Element, int)instead.protected ElementScrollPanel. getScrollableElement()Get the scrollable element.protected ElementPopupPanel. getStyleElement()protected ElementUIObject. getStyleElement()Template method that returns the element to which style names will be applied.protected ElementCellPanel. getTable()Methods in com.google.gwt.user.client.ui with parameters of type Element Modifier and Type Method Description protected voidComplexPanel. add(Widget child, Element container)Deprecated.Call and overrideComplexPanel.add(Widget, Element)instead.voidHTMLPanel. addAndReplaceElement(IsWidget widget, Element toReplace)Deprecated.voidHTMLPanel. addAndReplaceElement(Widget widget, Element toReplace)Deprecated.voidRenderablePanel. addAndReplaceElement(IsWidget widget, Element toReplace)Deprecated.voidRenderablePanel. addAndReplaceElement(Widget widget, Element toReplace)Deprecated.protected intHTMLTable. getDOMCellCount(Element tableBody, int row)Deprecated.Call and overrideHTMLTable.getDOMCellCount(Element, int)instead.protected intHTMLTable. getDOMRowCount(Element tbody)Deprecated.Call and overrideHTMLTable.getDOMRowCount(Element)instead.protected ElementHTMLTable.RowFormatter. getRow(Element tbody, int row)Deprecated.Call and overrideHTMLTable.RowFormatter.getRow(Element, int)instead.protected voidComplexPanel. insert(Widget child, Element container, int beforeIndex, boolean domInsert)Deprecated.Call and overrideComplexPanel.insert(com.google.gwt.user.client.ui.Widget,com.google.gwt.dom.client.Element,int,boolean)instead.protected booleanHTMLTable. internalClearCell(Element td, boolean clearInnerHTML)Deprecated.Call and overrideHTMLTable.internalClearCell(com.google.gwt.dom.client.Element,boolean)instead.protected voidCheckBox. replaceInputElement(Element elem)Deprecated.Call and useCheckBox.replaceInputElement(com.google.gwt.dom.client.Element)instead.protected voidCellPanel. setCellHorizontalAlignment(Element td, HasHorizontalAlignment.HorizontalAlignmentConstant align)Deprecated.Call and overrideCellPanel.setCellHorizontalAlignment(Element, HorizontalAlignmentConstant)instead.protected voidCellPanel. setCellVerticalAlignment(Element td, HasVerticalAlignment.VerticalAlignmentConstant align)Deprecated.Call and overrideCellPanel.setCellVerticalAlignment(Element, VerticalAlignmentConstant)instead.protected voidUIObject. setElement(Element elem)Deprecated.Use and overrideUIObject.setElement(Element)instead.
-