GWT 2.7.0

Uses of Class
com.google.gwt.dom.client.Element

Packages that use Element
com.google.gwt.animation.client Classes for Animation support. 
com.google.gwt.animation.client.testing   
com.google.gwt.aria.client   
com.google.gwt.cell.client Standard Cell subclasses used by the cellview widgets. 
com.google.gwt.dom.builder.client Classes used to build DOM elements. 
com.google.gwt.dom.builder.shared Classes used to build DOM elements. 
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. 
com.google.gwt.user.datepicker.client The date picker widget and associated types. 
 

Uses of Element in com.google.gwt.animation.client
 

Methods in com.google.gwt.animation.client with parameters of type Element
 AnimationScheduler.AnimationHandle AnimationSchedulerImplTimer.requestAnimationFrame(AnimationScheduler.AnimationCallback callback, Element element)
           
 AnimationScheduler.AnimationHandle AnimationSchedulerImplStandard.requestAnimationFrame(AnimationScheduler.AnimationCallback callback, Element element)
           
abstract  AnimationScheduler.AnimationHandle AnimationScheduler.requestAnimationFrame(AnimationScheduler.AnimationCallback callback, Element element)
          Schedule an animation, letting the browser decide when to trigger the next step in the animation.
 void Animation.run(int duration, double startTime, Element element)
          Run this animation at the given startTime.
 void Animation.run(int duration, Element element)
          Immediately run this animation.
 

Uses of Element in com.google.gwt.animation.client.testing
 

Methods in com.google.gwt.animation.client.testing with parameters of type Element
 StubAnimationScheduler.StubAnimationHandle StubAnimationScheduler.requestAnimationFrame(AnimationScheduler.AnimationCallback callback, Element element)
           
 

Uses of Element in com.google.gwt.aria.client
 

Methods in com.google.gwt.aria.client with parameters of type Element
 java.lang.String Attribute.get(Element element)
          Gets the HTML attribute value for the attribute with name name for element element
 java.lang.String TreegridRoleImpl.getAriaActivedescendantProperty(Element element)
           
 java.lang.String TreeRoleImpl.getAriaActivedescendantProperty(Element element)
           
 java.lang.String ToolbarRoleImpl.getAriaActivedescendantProperty(Element element)
           
 java.lang.String TextboxRoleImpl.getAriaActivedescendantProperty(Element element)
           
 java.lang.String TextboxRole.getAriaActivedescendantProperty(Element element)
          Returns the value of the aria-activedescendant attribute for the element or "" if no such attribute is present.
 java.lang.String TablistRoleImpl.getAriaActivedescendantProperty(Element element)
           
 java.lang.String RowgroupRoleImpl.getAriaActivedescendantProperty(Element element)
           
 java.lang.String RowRoleImpl.getAriaActivedescendantProperty(Element element)
           
 java.lang.String RadiogroupRoleImpl.getAriaActivedescendantProperty(Element element)
           
 java.lang.String MenubarRoleImpl.getAriaActivedescendantProperty(Element element)
           
 java.lang.String MenuRoleImpl.getAriaActivedescendantProperty(Element element)
           
 java.lang.String ListboxRoleImpl.getAriaActivedescendantProperty(Element element)
           
 java.lang.String GroupRoleImpl.getAriaActivedescendantProperty(Element element)
           
 java.lang.String GroupRole.getAriaActivedescendantProperty(Element element)
          Returns the value of the aria-activedescendant attribute for the element or "" if no such attribute is present.
 java.lang.String GridRoleImpl.getAriaActivedescendantProperty(Element element)
           
 java.lang.String CompositeRole.getAriaActivedescendantProperty(Element element)
          Returns the value of the aria-activedescendant attribute for the element or "" if no such attribute is present.
 java.lang.String ComboboxRoleImpl.getAriaActivedescendantProperty(Element element)
           
 java.lang.String RoleImpl.getAriaAtomicProperty(Element element)
           
 java.lang.String Role.getAriaAtomicProperty(Element element)
          Returns the value of the aria-atomic attribute for the element or "" if no such attribute is present.
 java.lang.String TextboxRoleImpl.getAriaAutocompleteProperty(Element element)
           
 java.lang.String TextboxRole.getAriaAutocompleteProperty(Element element)
          Returns the value of the aria-autocomplete attribute for the element or "" if no such attribute is present.
 java.lang.String ComboboxRoleImpl.getAriaAutocompleteProperty(Element element)
           
 java.lang.String ComboboxRole.getAriaAutocompleteProperty(Element element)
          Returns the value of the aria-autocomplete attribute for the element or "" if no such attribute is present.
 java.lang.String RoleImpl.getAriaBusyState(Element element)
           
 java.lang.String Role.getAriaBusyState(Element element)
          Returns the value of the aria-busy attribute for the element or "" if no such attribute is present.
 java.lang.String TreeitemRoleImpl.getAriaCheckedState(Element element)
           
 java.lang.String RadioRoleImpl.getAriaCheckedState(Element element)
           
 java.lang.String OptionRoleImpl.getAriaCheckedState(Element element)
           
 java.lang.String OptionRole.getAriaCheckedState(Element element)
          Returns the value of the aria-checked attribute for the element or "" if no such attribute is present.
 java.lang.String MenuitemradioRoleImpl.getAriaCheckedState(Element element)
           
 java.lang.String MenuitemcheckboxRoleImpl.getAriaCheckedState(Element element)
           
 java.lang.String CheckboxRoleImpl.getAriaCheckedState(Element element)
           
 java.lang.String CheckboxRole.getAriaCheckedState(Element element)
          Returns the value of the aria-checked attribute for the element or "" if no such attribute is present.
 java.lang.String ScrollbarRoleImpl.getAriaControlsProperty(Element element)
           
 java.lang.String RoleImpl.getAriaControlsProperty(Element element)
           
 java.lang.String Role.getAriaControlsProperty(Element element)
          Returns the value of the aria-controls attribute for the element or "" if no such attribute is present.
 java.lang.String RoleImpl.getAriaDescribedbyProperty(Element element)
           
 java.lang.String Role.getAriaDescribedbyProperty(Element element)
          Returns the value of the aria-describedby attribute for the element or "" if no such attribute is present.
 java.lang.String RoleImpl.getAriaDisabledState(Element element)
           
 java.lang.String Role.getAriaDisabledState(Element element)
          Returns the value of the aria-disabled attribute for the element or "" if no such attribute is present.
 java.lang.String RoleImpl.getAriaDropeffectProperty(Element element)
           
 java.lang.String Role.getAriaDropeffectProperty(Element element)
          Returns the value of the aria-dropeffect attribute for the element or "" if no such attribute is present.
 java.lang.String WindowRole.getAriaExpandedState(Element element)
          Returns the value of the aria-expanded attribute for the element or "" if no such attribute is present.
 java.lang.String TreeitemRoleImpl.getAriaExpandedState(Element element)
           
 java.lang.String TreegridRoleImpl.getAriaExpandedState(Element element)
           
 java.lang.String TreeRoleImpl.getAriaExpandedState(Element element)
           
 java.lang.String TooltipRoleImpl.getAriaExpandedState(Element element)
           
 java.lang.String ToolbarRoleImpl.getAriaExpandedState(Element element)
           
 java.lang.String TimerRoleImpl.getAriaExpandedState(Element element)
           
 java.lang.String TabpanelRoleImpl.getAriaExpandedState(Element element)
           
 java.lang.String TablistRoleImpl.getAriaExpandedState(Element element)
           
 java.lang.String TabRoleImpl.getAriaExpandedState(Element element)
           
 java.lang.String StatusRoleImpl.getAriaExpandedState(Element element)
           
 java.lang.String SeparatorRoleImpl.getAriaExpandedState(Element element)
           
 java.lang.String SeparatorRole.getAriaExpandedState(Element element)
          Returns the value of the aria-expanded attribute for the element or "" if no such attribute is present.
 java.lang.String SectionheadRole.getAriaExpandedState(Element element)
          Returns the value of the aria-expanded attribute for the element or "" if no such attribute is present.
 java.lang.String SectionRole.getAriaExpandedState(Element element)
          Returns the value of the aria-expanded attribute for the element or "" if no such attribute is present.
 java.lang.String SearchRoleImpl.getAriaExpandedState(Element element)
           
 java.lang.String RowheaderRoleImpl.getAriaExpandedState(Element element)
           
 java.lang.String RowgroupRoleImpl.getAriaExpandedState(Element element)
           
 java.lang.String RowRoleImpl.getAriaExpandedState(Element element)
           
 java.lang.String RegionRoleImpl.getAriaExpandedState(Element element)
           
 java.lang.String RadiogroupRoleImpl.getAriaExpandedState(Element element)
           
 java.lang.String NoteRoleImpl.getAriaExpandedState(Element element)
           
 java.lang.String NavigationRoleImpl.getAriaExpandedState(Element element)
           
 java.lang.String MenubarRoleImpl.getAriaExpandedState(Element element)
           
 java.lang.String MenuRoleImpl.getAriaExpandedState(Element element)
           
 java.lang.String MathRoleImpl.getAriaExpandedState(Element element)
           
 java.lang.String MarqueeRoleImpl.getAriaExpandedState(Element element)
           
 java.lang.String MainRoleImpl.getAriaExpandedState(Element element)
           
 java.lang.String LogRoleImpl.getAriaExpandedState(Element element)
           
 java.lang.String ListitemRoleImpl.getAriaExpandedState(Element element)
           
 java.lang.String ListboxRoleImpl.getAriaExpandedState(Element element)
           
 java.lang.String ListRoleImpl.getAriaExpandedState(Element element)
           
 java.lang.String LinkRoleImpl.getAriaExpandedState(Element element)
           
 java.lang.String LinkRole.getAriaExpandedState(Element element)
          Returns the value of the aria-expanded attribute for the element or "" if no such attribute is present.
 java.lang.String ImgRoleImpl.getAriaExpandedState(Element element)
           
 java.lang.String HeadingRoleImpl.getAriaExpandedState(Element element)
           
 java.lang.String GroupRoleImpl.getAriaExpandedState(Element element)
           
 java.lang.String GridcellRoleImpl.getAriaExpandedState(Element element)
           
 java.lang.String GridRoleImpl.getAriaExpandedState(Element element)
           
 java.lang.String FormRoleImpl.getAriaExpandedState(Element element)
           
 java.lang.String DocumentRoleImpl.getAriaExpandedState(Element element)
           
 java.lang.String DocumentRole.getAriaExpandedState(Element element)
          Returns the value of the aria-expanded attribute for the element or "" if no such attribute is present.
 java.lang.String DirectoryRoleImpl.getAriaExpandedState(Element element)
           
 java.lang.String DialogRoleImpl.getAriaExpandedState(Element element)
           
 java.lang.String DefinitionRoleImpl.getAriaExpandedState(Element element)
           
 java.lang.String ContentinfoRoleImpl.getAriaExpandedState(Element element)
           
 java.lang.String ComplementaryRoleImpl.getAriaExpandedState(Element element)
           
 java.lang.String ComboboxRoleImpl.getAriaExpandedState(Element element)
           
 java.lang.String ColumnheaderRoleImpl.getAriaExpandedState(Element element)
           
 java.lang.String ButtonRoleImpl.getAriaExpandedState(Element element)
           
 java.lang.String ButtonRole.getAriaExpandedState(Element element)
          Returns the value of the aria-expanded attribute for the element or "" if no such attribute is present.
 java.lang.String BannerRoleImpl.getAriaExpandedState(Element element)
           
 java.lang.String ArticleRoleImpl.getAriaExpandedState(Element element)
           
 java.lang.String ApplicationRoleImpl.getAriaExpandedState(Element element)
           
 java.lang.String AlertdialogRoleImpl.getAriaExpandedState(Element element)
           
 java.lang.String AlertRoleImpl.getAriaExpandedState(Element element)
           
 java.lang.String RoleImpl.getAriaFlowtoProperty(Element element)
           
 java.lang.String Role.getAriaFlowtoProperty(Element element)
          Returns the value of the aria-flowto attribute for the element or "" if no such attribute is present.
 java.lang.String RoleImpl.getAriaGrabbedState(Element element)
           
 java.lang.String Role.getAriaGrabbedState(Element element)
          Returns the value of the aria-grabbed attribute for the element or "" if no such attribute is present.
 java.lang.String RoleImpl.getAriaHaspopupProperty(Element element)
           
 java.lang.String Role.getAriaHaspopupProperty(Element element)
          Returns the value of the aria-haspopup attribute for the element or "" if no such attribute is present.
 java.lang.String RoleImpl.getAriaHiddenState(Element element)
           
 java.lang.String Role.getAriaHiddenState(Element element)
          Returns the value of the aria-hidden attribute for the element or "" if no such attribute is present.
 java.lang.String RoleImpl.getAriaInvalidState(Element element)
           
 java.lang.String Role.getAriaInvalidState(Element element)
          Returns the value of the aria-invalid attribute for the element or "" if no such attribute is present.
 java.lang.String RoleImpl.getAriaLabelledbyProperty(Element element)
           
 java.lang.String Role.getAriaLabelledbyProperty(Element element)
          Returns the value of the aria-labelledby attribute for the element or "" if no such attribute is present.
 java.lang.String RoleImpl.getAriaLabelProperty(Element element)
           
 java.lang.String Role.getAriaLabelProperty(Element element)
          Returns the value of the aria-label attribute for the element or "" if no such attribute is present.
 java.lang.String TreeitemRoleImpl.getAriaLevelProperty(Element element)
           
 java.lang.String TreegridRoleImpl.getAriaLevelProperty(Element element)
           
 java.lang.String TablistRoleImpl.getAriaLevelProperty(Element element)
           
 java.lang.String TablistRole.getAriaLevelProperty(Element element)
          Returns the value of the aria-level attribute for the element or "" if no such attribute is present.
 java.lang.String RowRoleImpl.getAriaLevelProperty(Element element)
           
 java.lang.String RowRole.getAriaLevelProperty(Element element)
          Returns the value of the aria-level attribute for the element or "" if no such attribute is present.
 java.lang.String ListitemRoleImpl.getAriaLevelProperty(Element element)
           
 java.lang.String ListitemRole.getAriaLevelProperty(Element element)
          Returns the value of the aria-level attribute for the element or "" if no such attribute is present.
 java.lang.String HeadingRoleImpl.getAriaLevelProperty(Element element)
           
 java.lang.String HeadingRole.getAriaLevelProperty(Element element)
          Returns the value of the aria-level attribute for the element or "" if no such attribute is present.
 java.lang.String GridRoleImpl.getAriaLevelProperty(Element element)
           
 java.lang.String GridRole.getAriaLevelProperty(Element element)
          Returns the value of the aria-level attribute for the element or "" if no such attribute is present.
 java.lang.String RoleImpl.getAriaLiveProperty(Element element)
           
 java.lang.String Role.getAriaLiveProperty(Element element)
          Returns the value of the aria-live attribute for the element or "" if no such attribute is present.
 java.lang.String TextboxRoleImpl.getAriaMultilineProperty(Element element)
           
 java.lang.String TextboxRole.getAriaMultilineProperty(Element element)
          Returns the value of the aria-multiline attribute for the element or "" if no such attribute is present.
 java.lang.String TreegridRoleImpl.getAriaMultiselectableProperty(Element element)
           
 java.lang.String TreeRoleImpl.getAriaMultiselectableProperty(Element element)
           
 java.lang.String TreeRole.getAriaMultiselectableProperty(Element element)
          Returns the value of the aria-multiselectable attribute for the element or "" if no such attribute is present.
 java.lang.String ListboxRoleImpl.getAriaMultiselectableProperty(Element element)
           
 java.lang.String ListboxRole.getAriaMultiselectableProperty(Element element)
          Returns the value of the aria-multiselectable attribute for the element or "" if no such attribute is present.
 java.lang.String GridRoleImpl.getAriaMultiselectableProperty(Element element)
           
 java.lang.String GridRole.getAriaMultiselectableProperty(Element element)
          Returns the value of the aria-multiselectable attribute for the element or "" if no such attribute is present.
 java.lang.String SliderRoleImpl.getAriaOrientationProperty(Element element)
           
 java.lang.String SliderRole.getAriaOrientationProperty(Element element)
          Returns the value of the aria-orientation attribute for the element or "" if no such attribute is present.
 java.lang.String SeparatorRoleImpl.getAriaOrientationProperty(Element element)
           
 java.lang.String SeparatorRole.getAriaOrientationProperty(Element element)
          Returns the value of the aria-orientation attribute for the element or "" if no such attribute is present.
 java.lang.String ScrollbarRoleImpl.getAriaOrientationProperty(Element element)
           
 java.lang.String ScrollbarRole.getAriaOrientationProperty(Element element)
          Returns the value of the aria-orientation attribute for the element or "" if no such attribute is present.
 java.lang.String RoleImpl.getAriaOwnsProperty(Element element)
           
 java.lang.String Role.getAriaOwnsProperty(Element element)
          Returns the value of the aria-owns attribute for the element or "" if no such attribute is present.
 java.lang.String TreeitemRoleImpl.getAriaPosinsetProperty(Element element)
           
 java.lang.String RadioRoleImpl.getAriaPosinsetProperty(Element element)
           
 java.lang.String OptionRoleImpl.getAriaPosinsetProperty(Element element)
           
 java.lang.String OptionRole.getAriaPosinsetProperty(Element element)
          Returns the value of the aria-posinset attribute for the element or "" if no such attribute is present.
 java.lang.String MenuitemradioRoleImpl.getAriaPosinsetProperty(Element element)
           
 java.lang.String ListitemRoleImpl.getAriaPosinsetProperty(Element element)
           
 java.lang.String ListitemRole.getAriaPosinsetProperty(Element element)
          Returns the value of the aria-posinset attribute for the element or "" if no such attribute is present.
 java.lang.String ButtonRoleImpl.getAriaPressedState(Element element)
           
 java.lang.String ButtonRole.getAriaPressedState(Element element)
          Returns the value of the aria-pressed attribute for the element or "" if no such attribute is present.
 java.lang.String TreegridRoleImpl.getAriaReadonlyProperty(Element element)
           
 java.lang.String TextboxRoleImpl.getAriaReadonlyProperty(Element element)
           
 java.lang.String TextboxRole.getAriaReadonlyProperty(Element element)
          Returns the value of the aria-readonly attribute for the element or "" if no such attribute is present.
 java.lang.String RowheaderRoleImpl.getAriaReadonlyProperty(Element element)
           
 java.lang.String GridcellRoleImpl.getAriaReadonlyProperty(Element element)
           
 java.lang.String GridcellRole.getAriaReadonlyProperty(Element element)
          Returns the value of the aria-readonly attribute for the element or "" if no such attribute is present.
 java.lang.String GridRoleImpl.getAriaReadonlyProperty(Element element)
           
 java.lang.String GridRole.getAriaReadonlyProperty(Element element)
          Returns the value of the aria-readonly attribute for the element or "" if no such attribute is present.
 java.lang.String ColumnheaderRoleImpl.getAriaReadonlyProperty(Element element)
           
 java.lang.String RoleImpl.getAriaRelevantProperty(Element element)
           
 java.lang.String Role.getAriaRelevantProperty(Element element)
          Returns the value of the aria-relevant attribute for the element or "" if no such attribute is present.
 java.lang.String TreegridRoleImpl.getAriaRequiredProperty(Element element)
           
 java.lang.String TreeRoleImpl.getAriaRequiredProperty(Element element)
           
 java.lang.String TreeRole.getAriaRequiredProperty(Element element)
          Returns the value of the aria-required attribute for the element or "" if no such attribute is present.
 java.lang.String TextboxRoleImpl.getAriaRequiredProperty(Element element)
           
 java.lang.String TextboxRole.getAriaRequiredProperty(Element element)
          Returns the value of the aria-required attribute for the element or "" if no such attribute is present.
 java.lang.String SpinbuttonRoleImpl.getAriaRequiredProperty(Element element)
           
 java.lang.String SpinbuttonRole.getAriaRequiredProperty(Element element)
          Returns the value of the aria-required attribute for the element or "" if no such attribute is present.
 java.lang.String RowheaderRoleImpl.getAriaRequiredProperty(Element element)
           
 java.lang.String RadiogroupRoleImpl.getAriaRequiredProperty(Element element)
           
 java.lang.String RadiogroupRole.getAriaRequiredProperty(Element element)
          Returns the value of the aria-required attribute for the element or "" if no such attribute is present.
 java.lang.String ListboxRoleImpl.getAriaRequiredProperty(Element element)
           
 java.lang.String ListboxRole.getAriaRequiredProperty(Element element)
          Returns the value of the aria-required attribute for the element or "" if no such attribute is present.
 java.lang.String GridcellRoleImpl.getAriaRequiredProperty(Element element)
           
 java.lang.String GridcellRole.getAriaRequiredProperty(Element element)
          Returns the value of the aria-required attribute for the element or "" if no such attribute is present.
 java.lang.String ComboboxRoleImpl.getAriaRequiredProperty(Element element)
           
 java.lang.String ComboboxRole.getAriaRequiredProperty(Element element)
          Returns the value of the aria-required attribute for the element or "" if no such attribute is present.
 java.lang.String ColumnheaderRoleImpl.getAriaRequiredProperty(Element element)
           
 java.lang.String TreeitemRoleImpl.getAriaSelectedState(Element element)
           
 java.lang.String TabRoleImpl.getAriaSelectedState(Element element)
           
 java.lang.String TabRole.getAriaSelectedState(Element element)
          Returns the value of the aria-selected attribute for the element or "" if no such attribute is present.
 java.lang.String RowheaderRoleImpl.getAriaSelectedState(Element element)
           
 java.lang.String RowRoleImpl.getAriaSelectedState(Element element)
           
 java.lang.String RowRole.getAriaSelectedState(Element element)
          Returns the value of the aria-selected attribute for the element or "" if no such attribute is present.
 java.lang.String RadioRoleImpl.getAriaSelectedState(Element element)
           
 java.lang.String OptionRoleImpl.getAriaSelectedState(Element element)
           
 java.lang.String OptionRole.getAriaSelectedState(Element element)
          Returns the value of the aria-selected attribute for the element or "" if no such attribute is present.
 java.lang.String MenuitemradioRoleImpl.getAriaSelectedState(Element element)
           
 java.lang.String GridcellRoleImpl.getAriaSelectedState(Element element)
           
 java.lang.String GridcellRole.getAriaSelectedState(Element element)
          Returns the value of the aria-selected attribute for the element or "" if no such attribute is present.
 java.lang.String ColumnheaderRoleImpl.getAriaSelectedState(Element element)
           
 java.lang.String TreeitemRoleImpl.getAriaSetsizeProperty(Element element)
           
 java.lang.String RadioRoleImpl.getAriaSetsizeProperty(Element element)
           
 java.lang.String OptionRoleImpl.getAriaSetsizeProperty(Element element)
           
 java.lang.String OptionRole.getAriaSetsizeProperty(Element element)
          Returns the value of the aria-setsize attribute for the element or "" if no such attribute is present.
 java.lang.String MenuitemradioRoleImpl.getAriaSetsizeProperty(Element element)
           
 java.lang.String ListitemRoleImpl.getAriaSetsizeProperty(Element element)
           
 java.lang.String ListitemRole.getAriaSetsizeProperty(Element element)
          Returns the value of the aria-setsize attribute for the element or "" if no such attribute is present.
 java.lang.String RowheaderRoleImpl.getAriaSortProperty(Element element)
           
 java.lang.String RowheaderRole.getAriaSortProperty(Element element)
          Returns the value of the aria-sort attribute for the element or "" if no such attribute is present.
 java.lang.String ColumnheaderRoleImpl.getAriaSortProperty(Element element)
           
 java.lang.String ColumnheaderRole.getAriaSortProperty(Element element)
          Returns the value of the aria-sort attribute for the element or "" if no such attribute is present.
 java.lang.String SpinbuttonRoleImpl.getAriaValuemaxProperty(Element element)
           
 java.lang.String SliderRoleImpl.getAriaValuemaxProperty(Element element)
           
 java.lang.String ScrollbarRoleImpl.getAriaValuemaxProperty(Element element)
           
 java.lang.String RangeRole.getAriaValuemaxProperty(Element element)
          Returns the value of the aria-valuemax attribute for the element or "" if no such attribute is present.
 java.lang.String ProgressbarRoleImpl.getAriaValuemaxProperty(Element element)
           
 java.lang.String SpinbuttonRoleImpl.getAriaValueminProperty(Element element)
           
 java.lang.String SliderRoleImpl.getAriaValueminProperty(Element element)
           
 java.lang.String ScrollbarRoleImpl.getAriaValueminProperty(Element element)
           
 java.lang.String RangeRole.getAriaValueminProperty(Element element)
          Returns the value of the aria-valuemin attribute for the element or "" if no such attribute is present.
 java.lang.String ProgressbarRoleImpl.getAriaValueminProperty(Element element)
           
 java.lang.String SpinbuttonRoleImpl.getAriaValuenowProperty(Element element)
           
 java.lang.String SliderRoleImpl.getAriaValuenowProperty(Element element)
           
 java.lang.String ScrollbarRoleImpl.getAriaValuenowProperty(Element element)
           
 java.lang.String RangeRole.getAriaValuenowProperty(Element element)
          Returns the value of the aria-valuenow attribute for the element or "" if no such attribute is present.
 java.lang.String ProgressbarRoleImpl.getAriaValuenowProperty(Element element)
           
 java.lang.String SpinbuttonRoleImpl.getAriaValuetextProperty(Element element)
           
 java.lang.String SliderRoleImpl.getAriaValuetextProperty(Element element)
           
 java.lang.String ScrollbarRoleImpl.getAriaValuetextProperty(Element element)
           
 java.lang.String RangeRole.getAriaValuetextProperty(Element element)
          Returns the value of the aria-valuetext attribute for the element or "" if no such attribute is present.
 java.lang.String ProgressbarRoleImpl.getAriaValuetextProperty(Element element)
           
 java.lang.String RoleImpl.getTabindexExtraAttribute(Element element)
           
 java.lang.String Role.getTabindexExtraAttribute(Element element)
          Returns the value of the tabIndex attribute for the element or "" if no such attribute is present.
static Id Id.of(Element element)
          Creates an Id instance for the element by getting the element 'id' attribute.
 void RoleImpl.remove(Element element)
           
 void Role.remove(Element element)
          Removes the 'role' attribute from the element.
 void Attribute.remove(Element element)
          Removes the state/property attribute for element element.
 void TreegridRoleImpl.removeAriaActivedescendantProperty(Element element)
           
 void TreeRoleImpl.removeAriaActivedescendantProperty(Element element)
           
 void ToolbarRoleImpl.removeAriaActivedescendantProperty(Element element)
           
 void TextboxRoleImpl.removeAriaActivedescendantProperty(Element element)
           
 void TextboxRole.removeAriaActivedescendantProperty(Element element)
          Removes the aria-activedescendant attribute from the element.
 void TablistRoleImpl.removeAriaActivedescendantProperty(Element element)
           
 void RowgroupRoleImpl.removeAriaActivedescendantProperty(Element element)
           
 void RowRoleImpl.removeAriaActivedescendantProperty(Element element)
           
 void RadiogroupRoleImpl.removeAriaActivedescendantProperty(Element element)
           
 void MenubarRoleImpl.removeAriaActivedescendantProperty(Element element)
           
 void MenuRoleImpl.removeAriaActivedescendantProperty(Element element)
           
 void ListboxRoleImpl.removeAriaActivedescendantProperty(Element element)
           
 void GroupRoleImpl.removeAriaActivedescendantProperty(Element element)
           
 void GroupRole.removeAriaActivedescendantProperty(Element element)
          Removes the aria-activedescendant attribute from the element.
 void GridRoleImpl.removeAriaActivedescendantProperty(Element element)
           
 void CompositeRole.removeAriaActivedescendantProperty(Element element)
          Removes the aria-activedescendant attribute from the element.
 void ComboboxRoleImpl.removeAriaActivedescendantProperty(Element element)
           
 void RoleImpl.removeAriaAtomicProperty(Element element)
           
 void Role.removeAriaAtomicProperty(Element element)
          Removes the aria-atomic attribute from the element.
 void TextboxRoleImpl.removeAriaAutocompleteProperty(Element element)
           
 void TextboxRole.removeAriaAutocompleteProperty(Element element)
          Removes the aria-autocomplete attribute from the element.
 void ComboboxRoleImpl.removeAriaAutocompleteProperty(Element element)
           
 void ComboboxRole.removeAriaAutocompleteProperty(Element element)
          Removes the aria-autocomplete attribute from the element.
 void RoleImpl.removeAriaBusyState(Element element)
           
 void Role.removeAriaBusyState(Element element)
          Removes the aria-busy attribute from the element.
 void TreeitemRoleImpl.removeAriaCheckedState(Element element)
           
 void RadioRoleImpl.removeAriaCheckedState(Element element)
           
 void OptionRoleImpl.removeAriaCheckedState(Element element)
           
 void OptionRole.removeAriaCheckedState(Element element)
          Removes the aria-checked attribute from the element.
 void MenuitemradioRoleImpl.removeAriaCheckedState(Element element)
           
 void MenuitemcheckboxRoleImpl.removeAriaCheckedState(Element element)
           
 void CheckboxRoleImpl.removeAriaCheckedState(Element element)
           
 void CheckboxRole.removeAriaCheckedState(Element element)
          Removes the aria-checked attribute from the element.
 void ScrollbarRoleImpl.removeAriaControlsProperty(Element element)
           
 void RoleImpl.removeAriaControlsProperty(Element element)
           
 void Role.removeAriaControlsProperty(Element element)
          Removes the aria-controls attribute from the element.
 void RoleImpl.removeAriaDescribedbyProperty(Element element)
           
 void Role.removeAriaDescribedbyProperty(Element element)
          Removes the aria-describedby attribute from the element.
 void RoleImpl.removeAriaDisabledState(Element element)
           
 void Role.removeAriaDisabledState(Element element)
          Removes the aria-disabled attribute from the element.
 void RoleImpl.removeAriaDropeffectProperty(Element element)
           
 void Role.removeAriaDropeffectProperty(Element element)
          Removes the aria-dropeffect attribute from the element.
 void WindowRole.removeAriaExpandedState(Element element)
          Removes the aria-expanded attribute from the element.
 void TreeitemRoleImpl.removeAriaExpandedState(Element element)
           
 void TreegridRoleImpl.removeAriaExpandedState(Element element)
           
 void TreeRoleImpl.removeAriaExpandedState(Element element)
           
 void TooltipRoleImpl.removeAriaExpandedState(Element element)
           
 void ToolbarRoleImpl.removeAriaExpandedState(Element element)
           
 void TimerRoleImpl.removeAriaExpandedState(Element element)
           
 void TabpanelRoleImpl.removeAriaExpandedState(Element element)
           
 void TablistRoleImpl.removeAriaExpandedState(Element element)
           
 void TabRoleImpl.removeAriaExpandedState(Element element)
           
 void StatusRoleImpl.removeAriaExpandedState(Element element)
           
 void SeparatorRoleImpl.removeAriaExpandedState(Element element)
           
 void SeparatorRole.removeAriaExpandedState(Element element)
          Removes the aria-expanded attribute from the element.
 void SectionheadRole.removeAriaExpandedState(Element element)
          Removes the aria-expanded attribute from the element.
 void SectionRole.removeAriaExpandedState(Element element)
          Removes the aria-expanded attribute from the element.
 void SearchRoleImpl.removeAriaExpandedState(Element element)
           
 void RowheaderRoleImpl.removeAriaExpandedState(Element element)
           
 void RowgroupRoleImpl.removeAriaExpandedState(Element element)
           
 void RowRoleImpl.removeAriaExpandedState(Element element)
           
 void RegionRoleImpl.removeAriaExpandedState(Element element)
           
 void RadiogroupRoleImpl.removeAriaExpandedState(Element element)
           
 void NoteRoleImpl.removeAriaExpandedState(Element element)
           
 void NavigationRoleImpl.removeAriaExpandedState(Element element)
           
 void MenubarRoleImpl.removeAriaExpandedState(Element element)
           
 void MenuRoleImpl.removeAriaExpandedState(Element element)
           
 void MathRoleImpl.removeAriaExpandedState(Element element)
           
 void MarqueeRoleImpl.removeAriaExpandedState(Element element)
           
 void MainRoleImpl.removeAriaExpandedState(Element element)
           
 void LogRoleImpl.removeAriaExpandedState(Element element)
           
 void ListitemRoleImpl.removeAriaExpandedState(Element element)
           
 void ListboxRoleImpl.removeAriaExpandedState(Element element)
           
 void ListRoleImpl.removeAriaExpandedState(Element element)
           
 void LinkRoleImpl.removeAriaExpandedState(Element element)
           
 void LinkRole.removeAriaExpandedState(Element element)
          Removes the aria-expanded attribute from the element.
 void ImgRoleImpl.removeAriaExpandedState(Element element)
           
 void HeadingRoleImpl.removeAriaExpandedState(Element element)
           
 void GroupRoleImpl.removeAriaExpandedState(Element element)
           
 void GridcellRoleImpl.removeAriaExpandedState(Element element)
           
 void GridRoleImpl.removeAriaExpandedState(Element element)
           
 void FormRoleImpl.removeAriaExpandedState(Element element)
           
 void DocumentRoleImpl.removeAriaExpandedState(Element element)
           
 void DocumentRole.removeAriaExpandedState(Element element)
          Removes the aria-expanded attribute from the element.
 void DirectoryRoleImpl.removeAriaExpandedState(Element element)
           
 void DialogRoleImpl.removeAriaExpandedState(Element element)
           
 void DefinitionRoleImpl.removeAriaExpandedState(Element element)
           
 void ContentinfoRoleImpl.removeAriaExpandedState(Element element)
           
 void ComplementaryRoleImpl.removeAriaExpandedState(Element element)
           
 void ComboboxRoleImpl.removeAriaExpandedState(Element element)
           
 void ColumnheaderRoleImpl.removeAriaExpandedState(Element element)
           
 void ButtonRoleImpl.removeAriaExpandedState(Element element)
           
 void ButtonRole.removeAriaExpandedState(Element element)
          Removes the aria-expanded attribute from the element.
 void BannerRoleImpl.removeAriaExpandedState(Element element)
           
 void ArticleRoleImpl.removeAriaExpandedState(Element element)
           
 void ApplicationRoleImpl.removeAriaExpandedState(Element element)
           
 void AlertdialogRoleImpl.removeAriaExpandedState(Element element)
           
 void AlertRoleImpl.removeAriaExpandedState(Element element)
           
 void RoleImpl.removeAriaFlowtoProperty(Element element)
           
 void Role.removeAriaFlowtoProperty(Element element)
          Removes the aria-flowto attribute from the element.
 void RoleImpl.removeAriaGrabbedState(Element element)
           
 void Role.removeAriaGrabbedState(Element element)
          Removes the aria-grabbed attribute from the element.
 void RoleImpl.removeAriaHaspopupProperty(Element element)
           
 void Role.removeAriaHaspopupProperty(Element element)
          Removes the aria-haspopup attribute from the element.
 void RoleImpl.removeAriaHiddenState(Element element)
           
 void Role.removeAriaHiddenState(Element element)
          Removes the aria-hidden attribute from the element.
 void RoleImpl.removeAriaInvalidState(Element element)
           
 void Role.removeAriaInvalidState(Element element)
          Removes the aria-invalid attribute from the element.
 void RoleImpl.removeAriaLabelledbyProperty(Element element)
           
 void Role.removeAriaLabelledbyProperty(Element element)
          Removes the aria-labelledby attribute from the element.
 void RoleImpl.removeAriaLabelProperty(Element element)
           
 void Role.removeAriaLabelProperty(Element element)
          Removes the aria-label attribute from the element.
 void TreeitemRoleImpl.removeAriaLevelProperty(Element element)
           
 void TreegridRoleImpl.removeAriaLevelProperty(Element element)
           
 void TablistRoleImpl.removeAriaLevelProperty(Element element)
           
 void TablistRole.removeAriaLevelProperty(Element element)
          Removes the aria-level attribute from the element.
 void RowRoleImpl.removeAriaLevelProperty(Element element)
           
 void RowRole.removeAriaLevelProperty(Element element)
          Removes the aria-level attribute from the element.
 void ListitemRoleImpl.removeAriaLevelProperty(Element element)
           
 void ListitemRole.removeAriaLevelProperty(Element element)
          Removes the aria-level attribute from the element.
 void HeadingRoleImpl.removeAriaLevelProperty(Element element)
           
 void HeadingRole.removeAriaLevelProperty(Element element)
          Removes the aria-level attribute from the element.
 void GridRoleImpl.removeAriaLevelProperty(Element element)
           
 void GridRole.removeAriaLevelProperty(Element element)
          Removes the aria-level attribute from the element.
 void RoleImpl.removeAriaLiveProperty(Element element)
           
 void Role.removeAriaLiveProperty(Element element)
          Removes the aria-live attribute from the element.
 void TextboxRoleImpl.removeAriaMultilineProperty(Element element)
           
 void TextboxRole.removeAriaMultilineProperty(Element element)
          Removes the aria-multiline attribute from the element.
 void TreegridRoleImpl.removeAriaMultiselectableProperty(Element element)
           
 void TreeRoleImpl.removeAriaMultiselectableProperty(Element element)
           
 void TreeRole.removeAriaMultiselectableProperty(Element element)
          Removes the aria-multiselectable attribute from the element.
 void ListboxRoleImpl.removeAriaMultiselectableProperty(Element element)
           
 void ListboxRole.removeAriaMultiselectableProperty(Element element)
          Removes the aria-multiselectable attribute from the element.
 void GridRoleImpl.removeAriaMultiselectableProperty(Element element)
           
 void GridRole.removeAriaMultiselectableProperty(Element element)
          Removes the aria-multiselectable attribute from the element.
 void SliderRoleImpl.removeAriaOrientationProperty(Element element)
           
 void SliderRole.removeAriaOrientationProperty(Element element)
          Removes the aria-orientation attribute from the element.
 void SeparatorRoleImpl.removeAriaOrientationProperty(Element element)
           
 void SeparatorRole.removeAriaOrientationProperty(Element element)
          Removes the aria-orientation attribute from the element.
 void ScrollbarRoleImpl.removeAriaOrientationProperty(Element element)
           
 void ScrollbarRole.removeAriaOrientationProperty(Element element)
          Removes the aria-orientation attribute from the element.
 void RoleImpl.removeAriaOwnsProperty(Element element)
           
 void Role.removeAriaOwnsProperty(Element element)
          Removes the aria-owns attribute from the element.
 void TreeitemRoleImpl.removeAriaPosinsetProperty(Element element)
           
 void RadioRoleImpl.removeAriaPosinsetProperty(Element element)
           
 void OptionRoleImpl.removeAriaPosinsetProperty(Element element)
           
 void OptionRole.removeAriaPosinsetProperty(Element element)
          Removes the aria-posinset attribute from the element.
 void MenuitemradioRoleImpl.removeAriaPosinsetProperty(Element element)
           
 void ListitemRoleImpl.removeAriaPosinsetProperty(Element element)
           
 void ListitemRole.removeAriaPosinsetProperty(Element element)
          Removes the aria-posinset attribute from the element.
 void ButtonRoleImpl.removeAriaPressedState(Element element)
           
 void ButtonRole.removeAriaPressedState(Element element)
          Removes the aria-pressed attribute from the element.
 void TreegridRoleImpl.removeAriaReadonlyProperty(Element element)
           
 void TextboxRoleImpl.removeAriaReadonlyProperty(Element element)
           
 void TextboxRole.removeAriaReadonlyProperty(Element element)
          Removes the aria-readonly attribute from the element.
 void RowheaderRoleImpl.removeAriaReadonlyProperty(Element element)
           
 void GridcellRoleImpl.removeAriaReadonlyProperty(Element element)
           
 void GridcellRole.removeAriaReadonlyProperty(Element element)
          Removes the aria-readonly attribute from the element.
 void GridRoleImpl.removeAriaReadonlyProperty(Element element)
           
 void GridRole.removeAriaReadonlyProperty(Element element)
          Removes the aria-readonly attribute from the element.
 void ColumnheaderRoleImpl.removeAriaReadonlyProperty(Element element)
           
 void RoleImpl.removeAriaRelevantProperty(Element element)
           
 void Role.removeAriaRelevantProperty(Element element)
          Removes the aria-relevant attribute from the element.
 void TreegridRoleImpl.removeAriaRequiredProperty(Element element)
           
 void TreeRoleImpl.removeAriaRequiredProperty(Element element)
           
 void TreeRole.removeAriaRequiredProperty(Element element)
          Removes the aria-required attribute from the element.
 void TextboxRoleImpl.removeAriaRequiredProperty(Element element)
           
 void TextboxRole.removeAriaRequiredProperty(Element element)
          Removes the aria-required attribute from the element.
 void SpinbuttonRoleImpl.removeAriaRequiredProperty(Element element)
           
 void SpinbuttonRole.removeAriaRequiredProperty(Element element)
          Removes the aria-required attribute from the element.
 void RowheaderRoleImpl.removeAriaRequiredProperty(Element element)
           
 void RadiogroupRoleImpl.removeAriaRequiredProperty(Element element)
           
 void RadiogroupRole.removeAriaRequiredProperty(Element element)
          Removes the aria-required attribute from the element.
 void ListboxRoleImpl.removeAriaRequiredProperty(Element element)
           
 void ListboxRole.removeAriaRequiredProperty(Element element)
          Removes the aria-required attribute from the element.
 void GridcellRoleImpl.removeAriaRequiredProperty(Element element)
           
 void GridcellRole.removeAriaRequiredProperty(Element element)
          Removes the aria-required attribute from the element.
 void ComboboxRoleImpl.removeAriaRequiredProperty(Element element)
           
 void ComboboxRole.removeAriaRequiredProperty(Element element)
          Removes the aria-required attribute from the element.
 void ColumnheaderRoleImpl.removeAriaRequiredProperty(Element element)
           
 void TreeitemRoleImpl.removeAriaSelectedState(Element element)
           
 void TabRoleImpl.removeAriaSelectedState(Element element)
           
 void TabRole.removeAriaSelectedState(Element element)
          Removes the aria-selected attribute from the element.
 void RowheaderRoleImpl.removeAriaSelectedState(Element element)
           
 void RowRoleImpl.removeAriaSelectedState(Element element)
           
 void RowRole.removeAriaSelectedState(Element element)
          Removes the aria-selected attribute from the element.
 void RadioRoleImpl.removeAriaSelectedState(Element element)
           
 void OptionRoleImpl.removeAriaSelectedState(Element element)
           
 void OptionRole.removeAriaSelectedState(Element element)
          Removes the aria-selected attribute from the element.
 void MenuitemradioRoleImpl.removeAriaSelectedState(Element element)
           
 void GridcellRoleImpl.removeAriaSelectedState(Element element)
           
 void GridcellRole.removeAriaSelectedState(Element element)
          Removes the aria-selected attribute from the element.
 void ColumnheaderRoleImpl.removeAriaSelectedState(Element element)
           
 void TreeitemRoleImpl.removeAriaSetsizeProperty(Element element)
           
 void RadioRoleImpl.removeAriaSetsizeProperty(Element element)
           
 void OptionRoleImpl.removeAriaSetsizeProperty(Element element)
           
 void OptionRole.removeAriaSetsizeProperty(Element element)
          Removes the aria-setsize attribute from the element.
 void MenuitemradioRoleImpl.removeAriaSetsizeProperty(Element element)
           
 void ListitemRoleImpl.removeAriaSetsizeProperty(Element element)
           
 void ListitemRole.removeAriaSetsizeProperty(Element element)
          Removes the aria-setsize attribute from the element.
 void RowheaderRoleImpl.removeAriaSortProperty(Element element)
           
 void RowheaderRole.removeAriaSortProperty(Element element)
          Removes the aria-sort attribute from the element.
 void ColumnheaderRoleImpl.removeAriaSortProperty(Element element)
           
 void ColumnheaderRole.removeAriaSortProperty(Element element)
          Removes the aria-sort attribute from the element.
 void SpinbuttonRoleImpl.removeAriaValuemaxProperty(Element element)
           
 void SliderRoleImpl.removeAriaValuemaxProperty(Element element)
           
 void ScrollbarRoleImpl.removeAriaValuemaxProperty(Element element)
           
 void RangeRole.removeAriaValuemaxProperty(Element element)
          Removes the aria-valuemax attribute from the element.
 void ProgressbarRoleImpl.removeAriaValuemaxProperty(Element element)
           
 void SpinbuttonRoleImpl.removeAriaValueminProperty(Element element)
           
 void SliderRoleImpl.removeAriaValueminProperty(Element element)
           
 void ScrollbarRoleImpl.removeAriaValueminProperty(Element element)
           
 void RangeRole.removeAriaValueminProperty(Element element)
          Removes the aria-valuemin attribute from the element.
 void ProgressbarRoleImpl.removeAriaValueminProperty(Element element)
           
 void SpinbuttonRoleImpl.removeAriaValuenowProperty(Element element)
           
 void SliderRoleImpl.removeAriaValuenowProperty(Element element)
           
 void ScrollbarRoleImpl.removeAriaValuenowProperty(Element element)
           
 void RangeRole.removeAriaValuenowProperty(Element element)
          Removes the aria-valuenow attribute from the element.
 void ProgressbarRoleImpl.removeAriaValuenowProperty(Element element)
           
 void SpinbuttonRoleImpl.removeAriaValuetextProperty(Element element)
           
 void SliderRoleImpl.removeAriaValuetextProperty(Element element)
           
 void ScrollbarRoleImpl.removeAriaValuetextProperty(Element element)
           
 void RangeRole.removeAriaValuetextProperty(Element element)
          Removes the aria-valuetext attribute from the element.
 void ProgressbarRoleImpl.removeAriaValuetextProperty(Element element)
           
 void RoleImpl.removeTabindexExtraAttribute(Element element)
           
 void Role.removeTabindexExtraAttribute(Element element)
          Removes the tabIndex attribute from the element.
static Role Roles.roleOf(Element element)
          Returns the WAI-ARIA role for the element.
 void RoleImpl.set(Element element)
           
 void Role.set(Element element)
          Sets the 'role' attribute of the given element to the appropriate value for this role.
 void Attribute.set(Element element, T... values)
          Sets the state/property value for the HTML element element.
 void TreegridRoleImpl.setAriaActivedescendantProperty(Element element, Id value)
           
 void TreeRoleImpl.setAriaActivedescendantProperty(Element element, Id value)
           
 void ToolbarRoleImpl.setAriaActivedescendantProperty(Element element, Id value)
           
 void TextboxRoleImpl.setAriaActivedescendantProperty(Element element, Id value)
           
 void TextboxRole.setAriaActivedescendantProperty(Element element, Id value)
          Sets the aria-activedescendant attribute for the element to the given value.
 void TablistRoleImpl.setAriaActivedescendantProperty(Element element, Id value)
           
 void RowgroupRoleImpl.setAriaActivedescendantProperty(Element element, Id value)
           
 void RowRoleImpl.setAriaActivedescendantProperty(Element element, Id value)
           
 void RadiogroupRoleImpl.setAriaActivedescendantProperty(Element element, Id value)
           
 void MenubarRoleImpl.setAriaActivedescendantProperty(Element element, Id value)
           
 void MenuRoleImpl.setAriaActivedescendantProperty(Element element, Id value)
           
 void ListboxRoleImpl.setAriaActivedescendantProperty(Element element, Id value)
           
 void GroupRoleImpl.setAriaActivedescendantProperty(Element element, Id value)
           
 void GroupRole.setAriaActivedescendantProperty(Element element, Id value)
          Sets the aria-activedescendant attribute for the element to the given value.
 void GridRoleImpl.setAriaActivedescendantProperty(Element element, Id value)
           
 void CompositeRole.setAriaActivedescendantProperty(Element element, Id value)
          Sets the aria-activedescendant attribute for the element to the given value.
 void ComboboxRoleImpl.setAriaActivedescendantProperty(Element element, Id value)
           
 void RoleImpl.setAriaAtomicProperty(Element element, boolean value)
           
 void Role.setAriaAtomicProperty(Element element, boolean value)
          Sets the aria-atomic attribute for the element to the given value.
 void TextboxRoleImpl.setAriaAutocompleteProperty(Element element, AutocompleteValue value)
           
 void TextboxRole.setAriaAutocompleteProperty(Element element, AutocompleteValue value)
          Sets the aria-autocomplete attribute for the element to the given value.
 void ComboboxRoleImpl.setAriaAutocompleteProperty(Element element, AutocompleteValue value)
           
 void ComboboxRole.setAriaAutocompleteProperty(Element element, AutocompleteValue value)
          Sets the aria-autocomplete attribute for the element to the given value.
 void RoleImpl.setAriaBusyState(Element element, boolean value)
           
 void Role.setAriaBusyState(Element element, boolean value)
          Sets the aria-busy attribute for the element to the given value.
 void TreeitemRoleImpl.setAriaCheckedState(Element element, CheckedValue value)
           
 void RadioRoleImpl.setAriaCheckedState(Element element, CheckedValue value)
           
 void OptionRoleImpl.setAriaCheckedState(Element element, CheckedValue value)
           
 void OptionRole.setAriaCheckedState(Element element, CheckedValue value)
          Sets the aria-checked attribute for the element to the given value.
 void MenuitemradioRoleImpl.setAriaCheckedState(Element element, CheckedValue value)
           
 void MenuitemcheckboxRoleImpl.setAriaCheckedState(Element element, CheckedValue value)
           
 void CheckboxRoleImpl.setAriaCheckedState(Element element, CheckedValue value)
           
 void CheckboxRole.setAriaCheckedState(Element element, CheckedValue value)
          Sets the aria-checked attribute for the element to the given value.
 void ScrollbarRoleImpl.setAriaControlsProperty(Element element, Id... value)
           
 void RoleImpl.setAriaControlsProperty(Element element, Id... value)
           
 void Role.setAriaControlsProperty(Element element, Id... value)
          Sets the aria-controls attribute for the element to the given value.
 void RoleImpl.setAriaDescribedbyProperty(Element element, Id... value)
           
 void Role.setAriaDescribedbyProperty(Element element, Id... value)
          Sets the aria-describedby attribute for the element to the given value.
 void RoleImpl.setAriaDisabledState(Element element, boolean value)
           
 void Role.setAriaDisabledState(Element element, boolean value)
          Sets the aria-disabled attribute for the element to the given value.
 void RoleImpl.setAriaDropeffectProperty(Element element, DropeffectValue... value)
           
 void Role.setAriaDropeffectProperty(Element element, DropeffectValue... value)
          Sets the aria-dropeffect attribute for the element to the given value.
 void WindowRole.setAriaExpandedState(Element element, ExpandedValue value)
          Sets the aria-expanded attribute for the element to the given value.
 void TreeitemRoleImpl.setAriaExpandedState(Element element, ExpandedValue value)
           
 void TreegridRoleImpl.setAriaExpandedState(Element element, ExpandedValue value)
           
 void TreeRoleImpl.setAriaExpandedState(Element element, ExpandedValue value)
           
 void TooltipRoleImpl.setAriaExpandedState(Element element, ExpandedValue value)
           
 void ToolbarRoleImpl.setAriaExpandedState(Element element, ExpandedValue value)
           
 void TimerRoleImpl.setAriaExpandedState(Element element, ExpandedValue value)
           
 void TabpanelRoleImpl.setAriaExpandedState(Element element, ExpandedValue value)
           
 void TablistRoleImpl.setAriaExpandedState(Element element, ExpandedValue value)
           
 void TabRoleImpl.setAriaExpandedState(Element element, ExpandedValue value)
           
 void StatusRoleImpl.setAriaExpandedState(Element element, ExpandedValue value)
           
 void SeparatorRoleImpl.setAriaExpandedState(Element element, ExpandedValue value)
           
 void SeparatorRole.setAriaExpandedState(Element element, ExpandedValue value)
          Sets the aria-expanded attribute for the element to the given value.
 void SectionheadRole.setAriaExpandedState(Element element, ExpandedValue value)
          Sets the aria-expanded attribute for the element to the given value.
 void SectionRole.setAriaExpandedState(Element element, ExpandedValue value)
          Sets the aria-expanded attribute for the element to the given value.
 void SearchRoleImpl.setAriaExpandedState(Element element, ExpandedValue value)
           
 void RowheaderRoleImpl.setAriaExpandedState(Element element, ExpandedValue value)
           
 void RowgroupRoleImpl.setAriaExpandedState(Element element, ExpandedValue value)
           
 void RowRoleImpl.setAriaExpandedState(Element element, ExpandedValue value)
           
 void RegionRoleImpl.setAriaExpandedState(Element element, ExpandedValue value)
           
 void RadiogroupRoleImpl.setAriaExpandedState(Element element, ExpandedValue value)
           
 void NoteRoleImpl.setAriaExpandedState(Element element, ExpandedValue value)
           
 void NavigationRoleImpl.setAriaExpandedState(Element element, ExpandedValue value)
           
 void MenubarRoleImpl.setAriaExpandedState(Element element, ExpandedValue value)
           
 void MenuRoleImpl.setAriaExpandedState(Element element, ExpandedValue value)
           
 void MathRoleImpl.setAriaExpandedState(Element element, ExpandedValue value)
           
 void MarqueeRoleImpl.setAriaExpandedState(Element element, ExpandedValue value)
           
 void MainRoleImpl.setAriaExpandedState(Element element, ExpandedValue value)
           
 void LogRoleImpl.setAriaExpandedState(Element element, ExpandedValue value)
           
 void ListitemRoleImpl.setAriaExpandedState(Element element, ExpandedValue value)
           
 void ListboxRoleImpl.setAriaExpandedState(Element element, ExpandedValue value)
           
 void ListRoleImpl.setAriaExpandedState(Element element, ExpandedValue value)
           
 void LinkRoleImpl.setAriaExpandedState(Element element, ExpandedValue value)
           
 void LinkRole.setAriaExpandedState(Element element, ExpandedValue value)
          Sets the aria-expanded attribute for the element to the given value.
 void ImgRoleImpl.setAriaExpandedState(Element element, ExpandedValue value)
           
 void HeadingRoleImpl.setAriaExpandedState(Element element, ExpandedValue value)
           
 void GroupRoleImpl.setAriaExpandedState(Element element, ExpandedValue value)
           
 void GridcellRoleImpl.setAriaExpandedState(Element element, ExpandedValue value)
           
 void GridRoleImpl.setAriaExpandedState(Element element, ExpandedValue value)
           
 void FormRoleImpl.setAriaExpandedState(Element element, ExpandedValue value)
           
 void DocumentRoleImpl.setAriaExpandedState(Element element, ExpandedValue value)
           
 void DocumentRole.setAriaExpandedState(Element element, ExpandedValue value)
          Sets the aria-expanded attribute for the element to the given value.
 void DirectoryRoleImpl.setAriaExpandedState(Element element, ExpandedValue value)
           
 void DialogRoleImpl.setAriaExpandedState(Element element, ExpandedValue value)
           
 void DefinitionRoleImpl.setAriaExpandedState(Element element, ExpandedValue value)
           
 void ContentinfoRoleImpl.setAriaExpandedState(Element element, ExpandedValue value)
           
 void ComplementaryRoleImpl.setAriaExpandedState(Element element, ExpandedValue value)
           
 void ComboboxRoleImpl.setAriaExpandedState(Element element, ExpandedValue value)
           
 void ColumnheaderRoleImpl.setAriaExpandedState(Element element, ExpandedValue value)
           
 void ButtonRoleImpl.setAriaExpandedState(Element element, ExpandedValue value)
           
 void ButtonRole.setAriaExpandedState(Element element, ExpandedValue value)
          Sets the aria-expanded attribute for the element to the given value.
 void BannerRoleImpl.setAriaExpandedState(Element element, ExpandedValue value)
           
 void ArticleRoleImpl.setAriaExpandedState(Element element, ExpandedValue value)
           
 void ApplicationRoleImpl.setAriaExpandedState(Element element, ExpandedValue value)
           
 void AlertdialogRoleImpl.setAriaExpandedState(Element element, ExpandedValue value)
           
 void AlertRoleImpl.setAriaExpandedState(Element element, ExpandedValue value)
           
 void RoleImpl.setAriaFlowtoProperty(Element element, Id... value)
           
 void Role.setAriaFlowtoProperty(Element element, Id... value)
          Sets the aria-flowto attribute for the element to the given value.
 void RoleImpl.setAriaGrabbedState(Element element, GrabbedValue value)
           
 void Role.setAriaGrabbedState(Element element, GrabbedValue value)
          Sets the aria-grabbed attribute for the element to the given value.
 void RoleImpl.setAriaHaspopupProperty(Element element, boolean value)
           
 void Role.setAriaHaspopupProperty(Element element, boolean value)
          Sets the aria-haspopup attribute for the element to the given value.
 void RoleImpl.setAriaHiddenState(Element element, boolean value)
           
 void Role.setAriaHiddenState(Element element, boolean value)
          Sets the aria-hidden attribute for the element to the given value.
 void RoleImpl.setAriaInvalidState(Element element, InvalidValue value)
           
 void Role.setAriaInvalidState(Element element, InvalidValue value)
          Sets the aria-invalid attribute for the element to the given value.
 void RoleImpl.setAriaLabelledbyProperty(Element element, Id... value)
           
 void Role.setAriaLabelledbyProperty(Element element, Id... value)
          Sets the aria-labelledby attribute for the element to the given value.
 void RoleImpl.setAriaLabelProperty(Element element, java.lang.String value)
           
 void Role.setAriaLabelProperty(Element element, java.lang.String value)
          Sets the aria-label attribute for the element to the given value.
 void TreeitemRoleImpl.setAriaLevelProperty(Element element, int value)
           
 void TreegridRoleImpl.setAriaLevelProperty(Element element, int value)
           
 void TablistRoleImpl.setAriaLevelProperty(Element element, int value)
           
 void TablistRole.setAriaLevelProperty(Element element, int value)
          Sets the aria-level attribute for the element to the given value.
 void RowRoleImpl.setAriaLevelProperty(Element element, int value)
           
 void RowRole.setAriaLevelProperty(Element element, int value)
          Sets the aria-level attribute for the element to the given value.
 void ListitemRoleImpl.setAriaLevelProperty(Element element, int value)
           
 void ListitemRole.setAriaLevelProperty(Element element, int value)
          Sets the aria-level attribute for the element to the given value.
 void HeadingRoleImpl.setAriaLevelProperty(Element element, int value)
           
 void HeadingRole.setAriaLevelProperty(Element element, int value)
          Sets the aria-level attribute for the element to the given value.
 void GridRoleImpl.setAriaLevelProperty(Element element, int value)
           
 void GridRole.setAriaLevelProperty(Element element, int value)
          Sets the aria-level attribute for the element to the given value.
 void RoleImpl.setAriaLiveProperty(Element element, LiveValue value)
           
 void Role.setAriaLiveProperty(Element element, LiveValue value)
          Sets the aria-live attribute for the element to the given value.
 void TextboxRoleImpl.setAriaMultilineProperty(Element element, boolean value)
           
 void TextboxRole.setAriaMultilineProperty(Element element, boolean value)
          Sets the aria-multiline attribute for the element to the given value.
 void TreegridRoleImpl.setAriaMultiselectableProperty(Element element, boolean value)
           
 void TreeRoleImpl.setAriaMultiselectableProperty(Element element, boolean value)
           
 void TreeRole.setAriaMultiselectableProperty(Element element, boolean value)
          Sets the aria-multiselectable attribute for the element to the given value.
 void ListboxRoleImpl.setAriaMultiselectableProperty(Element element, boolean value)
           
 void ListboxRole.setAriaMultiselectableProperty(Element element, boolean value)
          Sets the aria-multiselectable attribute for the element to the given value.
 void GridRoleImpl.setAriaMultiselectableProperty(Element element, boolean value)
           
 void GridRole.setAriaMultiselectableProperty(Element element, boolean value)
          Sets the aria-multiselectable attribute for the element to the given value.
 void SliderRoleImpl.setAriaOrientationProperty(Element element, OrientationValue value)
           
 void SliderRole.setAriaOrientationProperty(Element element, OrientationValue value)
          Sets the aria-orientation attribute for the element to the given value.
 void SeparatorRoleImpl.setAriaOrientationProperty(Element element, OrientationValue value)
           
 void SeparatorRole.setAriaOrientationProperty(Element element, OrientationValue value)
          Sets the aria-orientation attribute for the element to the given value.
 void ScrollbarRoleImpl.setAriaOrientationProperty(Element element, OrientationValue value)
           
 void ScrollbarRole.setAriaOrientationProperty(Element element, OrientationValue value)
          Sets the aria-orientation attribute for the element to the given value.
 void RoleImpl.setAriaOwnsProperty(Element element, Id... value)
           
 void Role.setAriaOwnsProperty(Element element, Id... value)
          Sets the aria-owns attribute for the element to the given value.
 void TreeitemRoleImpl.setAriaPosinsetProperty(Element element, int value)
           
 void RadioRoleImpl.setAriaPosinsetProperty(Element element, int value)
           
 void OptionRoleImpl.setAriaPosinsetProperty(Element element, int value)
           
 void OptionRole.setAriaPosinsetProperty(Element element, int value)
          Sets the aria-posinset attribute for the element to the given value.
 void MenuitemradioRoleImpl.setAriaPosinsetProperty(Element element, int value)
           
 void ListitemRoleImpl.setAriaPosinsetProperty(Element element, int value)
           
 void ListitemRole.setAriaPosinsetProperty(Element element, int value)
          Sets the aria-posinset attribute for the element to the given value.
 void ButtonRoleImpl.setAriaPressedState(Element element, PressedValue value)
           
 void ButtonRole.setAriaPressedState(Element element, PressedValue value)
          Sets the aria-pressed attribute for the element to the given value.
 void TreegridRoleImpl.setAriaReadonlyProperty(Element element, boolean value)
           
 void TextboxRoleImpl.setAriaReadonlyProperty(Element element, boolean value)
           
 void TextboxRole.setAriaReadonlyProperty(Element element, boolean value)
          Sets the aria-readonly attribute for the element to the given value.
 void RowheaderRoleImpl.setAriaReadonlyProperty(Element element, boolean value)
           
 void GridcellRoleImpl.setAriaReadonlyProperty(Element element, boolean value)
           
 void GridcellRole.setAriaReadonlyProperty(Element element, boolean value)
          Sets the aria-readonly attribute for the element to the given value.
 void GridRoleImpl.setAriaReadonlyProperty(Element element, boolean value)
           
 void GridRole.setAriaReadonlyProperty(Element element, boolean value)
          Sets the aria-readonly attribute for the element to the given value.
 void ColumnheaderRoleImpl.setAriaReadonlyProperty(Element element, boolean value)
           
 void RoleImpl.setAriaRelevantProperty(Element element, RelevantValue... value)
           
 void Role.setAriaRelevantProperty(Element element, RelevantValue... value)
          Sets the aria-relevant attribute for the element to the given value.
 void TreegridRoleImpl.setAriaRequiredProperty(Element element, boolean value)
           
 void TreeRoleImpl.setAriaRequiredProperty(Element element, boolean value)
           
 void TreeRole.setAriaRequiredProperty(Element element, boolean value)
          Sets the aria-required attribute for the element to the given value.
 void TextboxRoleImpl.setAriaRequiredProperty(Element element, boolean value)
           
 void TextboxRole.setAriaRequiredProperty(Element element, boolean value)
          Sets the aria-required attribute for the element to the given value.
 void SpinbuttonRoleImpl.setAriaRequiredProperty(Element element, boolean value)
           
 void SpinbuttonRole.setAriaRequiredProperty(Element element, boolean value)
          Sets the aria-required attribute for the element to the given value.
 void RowheaderRoleImpl.setAriaRequiredProperty(Element element, boolean value)
           
 void RadiogroupRoleImpl.setAriaRequiredProperty(Element element, boolean value)
           
 void RadiogroupRole.setAriaRequiredProperty(Element element, boolean value)
          Sets the aria-required attribute for the element to the given value.
 void ListboxRoleImpl.setAriaRequiredProperty(Element element, boolean value)
           
 void ListboxRole.setAriaRequiredProperty(Element element, boolean value)
          Sets the aria-required attribute for the element to the given value.
 void GridcellRoleImpl.setAriaRequiredProperty(Element element, boolean value)
           
 void GridcellRole.setAriaRequiredProperty(Element element, boolean value)
          Sets the aria-required attribute for the element to the given value.
 void ComboboxRoleImpl.setAriaRequiredProperty(Element element, boolean value)
           
 void ComboboxRole.setAriaRequiredProperty(Element element, boolean value)
          Sets the aria-required attribute for the element to the given value.
 void ColumnheaderRoleImpl.setAriaRequiredProperty(Element element, boolean value)
           
 void TreeitemRoleImpl.setAriaSelectedState(Element element, SelectedValue value)
           
 void TabRoleImpl.setAriaSelectedState(Element element, SelectedValue value)
           
 void TabRole.setAriaSelectedState(Element element, SelectedValue value)
          Sets the aria-selected attribute for the element to the given value.
 void RowheaderRoleImpl.setAriaSelectedState(Element element, SelectedValue value)
           
 void RowRoleImpl.setAriaSelectedState(Element element, SelectedValue value)
           
 void RowRole.setAriaSelectedState(Element element, SelectedValue value)
          Sets the aria-selected attribute for the element to the given value.
 void RadioRoleImpl.setAriaSelectedState(Element element, SelectedValue value)
           
 void OptionRoleImpl.setAriaSelectedState(Element element, SelectedValue value)
           
 void OptionRole.setAriaSelectedState(Element element, SelectedValue value)
          Sets the aria-selected attribute for the element to the given value.
 void MenuitemradioRoleImpl.setAriaSelectedState(Element element, SelectedValue value)
           
 void GridcellRoleImpl.setAriaSelectedState(Element element, SelectedValue value)
           
 void GridcellRole.setAriaSelectedState(Element element, SelectedValue value)
          Sets the aria-selected attribute for the element to the given value.
 void ColumnheaderRoleImpl.setAriaSelectedState(Element element, SelectedValue value)
           
 void TreeitemRoleImpl.setAriaSetsizeProperty(Element element, int value)
           
 void RadioRoleImpl.setAriaSetsizeProperty(Element element, int value)
           
 void OptionRoleImpl.setAriaSetsizeProperty(Element element, int value)
           
 void OptionRole.setAriaSetsizeProperty(Element element, int value)
          Sets the aria-setsize attribute for the element to the given value.
 void MenuitemradioRoleImpl.setAriaSetsizeProperty(Element element, int value)
           
 void ListitemRoleImpl.setAriaSetsizeProperty(Element element, int value)
           
 void ListitemRole.setAriaSetsizeProperty(Element element, int value)
          Sets the aria-setsize attribute for the element to the given value.
 void RowheaderRoleImpl.setAriaSortProperty(Element element, SortValue value)
           
 void RowheaderRole.setAriaSortProperty(Element element, SortValue value)
          Sets the aria-sort attribute for the element to the given value.
 void ColumnheaderRoleImpl.setAriaSortProperty(Element element, SortValue value)
           
 void ColumnheaderRole.setAriaSortProperty(Element element, SortValue value)
          Sets the aria-sort attribute for the element to the given value.
 void SpinbuttonRoleImpl.setAriaValuemaxProperty(Element element, java.lang.Number value)
           
 void SliderRoleImpl.setAriaValuemaxProperty(Element element, java.lang.Number value)
           
 void ScrollbarRoleImpl.setAriaValuemaxProperty(Element element, java.lang.Number value)
           
 void RangeRole.setAriaValuemaxProperty(Element element, java.lang.Number value)
          Sets the aria-valuemax attribute for the element to the given value.
 void ProgressbarRoleImpl.setAriaValuemaxProperty(Element element, java.lang.Number value)
           
 void SpinbuttonRoleImpl.setAriaValueminProperty(Element element, java.lang.Number value)
           
 void SliderRoleImpl.setAriaValueminProperty(Element element, java.lang.Number value)
           
 void ScrollbarRoleImpl.setAriaValueminProperty(Element element, java.lang.Number value)
           
 void RangeRole.setAriaValueminProperty(Element element, java.lang.Number value)
          Sets the aria-valuemin attribute for the element to the given value.
 void ProgressbarRoleImpl.setAriaValueminProperty(Element element, java.lang.Number value)
           
 void SpinbuttonRoleImpl.setAriaValuenowProperty(Element element, java.lang.Number value)
           
 void SliderRoleImpl.setAriaValuenowProperty(Element element, java.lang.Number value)
           
 void ScrollbarRoleImpl.setAriaValuenowProperty(Element element, java.lang.Number value)
           
 void RangeRole.setAriaValuenowProperty(Element element, java.lang.Number value)
          Sets the aria-valuenow attribute for the element to the given value.
 void ProgressbarRoleImpl.setAriaValuenowProperty(Element element, java.lang.Number value)
           
 void SpinbuttonRoleImpl.setAriaValuetextProperty(Element element, java.lang.String value)
           
 void SliderRoleImpl.setAriaValuetextProperty(Element element, java.lang.String value)
           
 void ScrollbarRoleImpl.setAriaValuetextProperty(Element element, java.lang.String value)
           
 void RangeRole.setAriaValuetextProperty(Element element, java.lang.String value)
          Sets the aria-valuetext attribute for the element to the given value.
 void ProgressbarRoleImpl.setAriaValuetextProperty(Element element, java.lang.String value)
           
 void Attribute.setDefault(Element element)
          Sets the state/property value to the defaultValue if not null.
 void RoleImpl.setTabindexExtraAttribute(Element element, int value)
           
 void Role.setTabindexExtraAttribute(Element element, int value)
          Sets the tabIndex attribute for the element to the given value.
 

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  InputElement TextInputCell.getInputElement(Element parent)
           
protected  Element AbstractInputCell.getInputElement(Element parent)
          Get the input element.
 boolean CheckboxCell.isEditing(Cell.Context context, Element parent, java.lang.Boolean value)
           
 boolean IconCellDecorator.isEditing(Cell.Context context, Element parent, C value)
           
 boolean CompositeCell.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 AbstractInputCell.isEditing(Cell.Context context, Element parent, C value)
           
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 AbstractCell.isEditing(Cell.Context context, Element parent, C value)
          Returns false.
 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 IconCellDecorator.onBrowserEvent(Cell.Context context, Element parent, C value, NativeEvent event, ValueUpdater<C> valueUpdater)
           
 void CompositeCell.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 ButtonCellBase.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 AbstractInputCell.onBrowserEvent(Cell.Context context, Element parent, C value, NativeEvent event, ValueUpdater<C> 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 DatePickerCell.onBrowserEvent(Cell.Context context, Element parent, java.util.Date value, NativeEvent event, ValueUpdater<java.util.Date> valueUpdater)
           
 void TextInputCell.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 ImageLoadingCell.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 ClickableTextCell.onBrowserEvent(Cell.Context context, Element parent, java.lang.String value, NativeEvent event, ValueUpdater<java.lang.String> valueUpdater)
           
 void ButtonCell.onBrowserEvent(Cell.Context context, Element parent, java.lang.String value, NativeEvent event, ValueUpdater<java.lang.String> valueUpdater)
           
protected  void ButtonCellBase.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 AbstractInputCell.onEnterKeyDown(Cell.Context context, Element parent, C value, NativeEvent event, ValueUpdater<C> 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 DatePickerCell.onEnterKeyDown(Cell.Context context, Element parent, java.util.Date value, NativeEvent event, ValueUpdater<java.util.Date> valueUpdater)
           
protected  void ClickableTextCell.onEnterKeyDown(Cell.Context context, Element parent, java.lang.String value, NativeEvent event, ValueUpdater<java.lang.String> valueUpdater)
           
protected  void ButtonCell.onEnterKeyDown(Cell.Context context, Element parent, java.lang.String value, NativeEvent event, ValueUpdater<java.lang.String> valueUpdater)
           
 void ButtonCellBase.Appearance.onPush(Element parent)
          Called when the user pushes the button down.
 void ButtonCellBase.DefaultAppearance.onPush(Element parent)
           
 void ButtonCellBase.Appearance.onUnpush(Element parent)
          Called when the user releases the button from being pushed.
 void ButtonCellBase.DefaultAppearance.onUnpush(Element parent)
           
 boolean IconCellDecorator.resetFocus(Cell.Context context, Element parent, C value)
           
 boolean CompositeCell.resetFocus(Cell.Context context, Element parent, C value)
           
 boolean Cell.resetFocus(Cell.Context context, Element parent, C value)
          Reset focus on the Cell.
 boolean AbstractInputCell.resetFocus(Cell.Context context, Element parent, C value)
           
 boolean AbstractCell.resetFocus(Cell.Context context, Element parent, C value)
          Reset focus on the Cell.
 boolean EditTextCell.resetFocus(Cell.Context context, Element parent, java.lang.String value)
           
 void ButtonCellBase.setFocus(Element parent, boolean focused)
          Explicitly focus/unfocus this cell.
 void ButtonCellBase.Appearance.setFocus(Element parent, boolean focused)
          Explicitly focus/unfocus this cell.
 void ButtonCellBase.DefaultAppearance.setFocus(Element parent, boolean focused)
           
 void IconCellDecorator.setValue(Cell.Context context, Element parent, C value)
           
 void CompositeCell.setValue(Cell.Context context, Element parent, C object)
           
 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 AbstractCell.setValue(Cell.Context context, Element parent, C value)
           
 

Uses of Element in com.google.gwt.dom.builder.client
 

Classes in com.google.gwt.dom.builder.client with type parameters of type Element
 class DomElementBuilderBase<R extends ElementBuilderBase<?>,E extends Element>
          Implementation of ElementBuilderBase that delegates to a DomBuilderImpl.
 

Methods in com.google.gwt.dom.builder.client that return Element
(package private)  Element DomBuilderImpl.assertCanAddAttribute()
          Assert that the builder is in a state where an attribute can be added.
protected  Element DomBuilderImpl.doFinishImpl()
           
(package private)  Element DomBuilderImpl.getCurrentElement()
          Get the element current being built.
 

Uses of Element in com.google.gwt.dom.builder.shared
 

Methods in com.google.gwt.dom.builder.shared that return Element
protected  Element HtmlBuilderImpl.doFinishImpl()
           
protected abstract  Element ElementBuilderImpl.doFinishImpl()
          Return the build element.
 Element ElementBuilderImpl.finish()
          Return the built DOM as an Element.
 Element ElementBuilderBase.finish()
          Return the built DOM as an Element.
 Element AbstractElementBuilderBase.finish()
           
 

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 SourceElement
          The SOURCE element specifies one of potentially multiple source file in a media element.
 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 DOMImplTrident.createElement(Document doc, java.lang.String tagName)
           
 Element DOMImpl.createElement(Document doc, java.lang.String tag)
           
 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 DOMImpl.getFirstChildElement(Element elem)
           
 Element Element.getNextSiblingElement()
          The element immediately following this element.
 Element DOMImpl.getNextSiblingElement(Element elem)
           
 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.
 Element DOMImpl.getParentElement(Node node)
           
 Element Element.getPreviousSiblingElement()
          The element immediately preceeding this element.
 Element DOMImpl.getPreviousSiblingElement(Element elem)
           
(package private)  Element Document.getViewportElement()
          Gets the document's viewport element.
 

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> 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.
 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.
 

Methods in com.google.gwt.dom.client with parameters of type Element
static UListElement UListElement.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 TextAreaElement TextAreaElement.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 TableRowElement TableRowElement.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 TableColElement TableColElement.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 TableCaptionElement TableCaptionElement.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 SpanElement SpanElement.as(Element elem)
          Assert that the given Element is compatible with this class and automatically typecast it.
static SourceElement SourceElement.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 ScriptElement ScriptElement.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 PreElement PreElement.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 ParagraphElement ParagraphElement.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 OptGroupElement OptGroupElement.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 OListElement OListElement.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 MetaElement MetaElement.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 LinkElement LinkElement.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 LabelElement LabelElement.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 InputElement InputElement.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 IFrameElement IFrameElement.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 HeadElement HeadElement.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 FrameSetElement FrameSetElement.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 FormElement FormElement.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 DivElement DivElement.as(Element elem)
          Assert that the given Element is compatible with this class and automatically typecast it.
static DListElement DListElement.as(Element elem)
           
static ButtonElement ButtonElement.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 BaseElement BaseElement.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 AreaElement AreaElement.as(Element elem)
          Assert that the given Element is compatible with this class and automatically typecast it.
static AnchorElement AnchorElement.as(Element elem)
          Assert that the given Element is compatible with this class and automatically typecast it.
 NativeEvent DOMImplTrident.createMouseEvent(Document doc, 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)
           
 NativeEvent DOMImplStandard.createMouseEvent(Document doc, 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)
           
abstract  NativeEvent DOMImpl.createMouseEvent(Document doc, 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)
           
 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.
 void DOMImplTrident.dispatchEvent(Element target, NativeEvent evt)
           
 void DOMImplStandard.dispatchEvent(Element target, NativeEvent evt)
           
abstract  void DOMImpl.dispatchEvent(Element target, NativeEvent evt)
           
 int DOMImplStandardBase.getAbsoluteLeft(Element elem)
           
 int DOMImplMozilla.getAbsoluteLeft(Element elem)
           
 int DOMImplIE9.getAbsoluteLeft(Element elem)
           
 int DOMImplIE8.getAbsoluteLeft(Element elem)
           
 int DOMImpl.getAbsoluteLeft(Element elem)
           
 int DOMImplStandardBase.getAbsoluteTop(Element elem)
           
 int DOMImplMozilla.getAbsoluteTop(Element elem)
           
 int DOMImplIE9.getAbsoluteTop(Element elem)
           
 int DOMImplIE8.getAbsoluteTop(Element elem)
           
 int DOMImpl.getAbsoluteTop(Element elem)
           
 java.lang.String DOMImplTrident.getAttribute(Element elem, java.lang.String name)
          IE returns a numeric type for some attributes that are really properties, such as offsetWidth.
 java.lang.String DOMImpl.getAttribute(Element elem, java.lang.String name)
           
protected  int DOMImplTrident.getBoundingClientRectLeft(Element elem)
           
protected  int DOMImplTrident.getBoundingClientRectTop(Element elem)
           
 Element DOMImpl.getFirstChildElement(Element elem)
           
 java.lang.String DOMImpl.getInnerHTML(Element elem)
           
 java.lang.String DOMImplTrident.getInnerText(Element elem)
           
 java.lang.String DOMImplStandard.getInnerText(Element elem)
           
 java.lang.String DOMImpl.getInnerText(Element node)
           
 Element DOMImpl.getNextSiblingElement(Element elem)
           
 Element DOMImpl.getPreviousSiblingElement(Element elem)
           
 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.
 int DOMImplStandardBase.getScrollLeft(Element elem)
           
 int DOMImplMozilla.getScrollLeft(Element elem)
           
 int DOMImplIE9.getScrollLeft(Element elem)
           
 int DOMImplIE8.getScrollLeft(Element elem)
           
 int DOMImpl.getScrollLeft(Element elem)
           
 int DOMImplStandardBase.getTabIndex(Element elem)
           
 int DOMImplIE9.getTabIndex(Element elem)
           
 int DOMImpl.getTabIndex(Element elem)
           
 java.lang.String DOMImplTrident.getTagName(Element elem)
           
 java.lang.String DOMImpl.getTagName(Element elem)
           
 boolean DOMImplTrident.hasAttribute(Element elem, java.lang.String name)
           
 boolean DOMImpl.hasAttribute(Element elem, java.lang.String name)
           
static boolean UListElement.is(Element elem)
          Determine whether the given Element can be cast to this class.
static boolean TitleElement.is(Element elem)
          Determine whether the given Element can be cast to this class.
static boolean TextAreaElement.is(Element elem)
          Determine whether the given Element can be cast to this class.
static boolean TableSectionElement.is(Element elem)
          Determine whether the given Element can be cast to this class.
static boolean TableRowElement.is(Element elem)
          Determine whether the given Element can be cast to this class.
static boolean TableElement.is(Element elem)
          Determine whether the given Element can be cast to this class.
static boolean TableColElement.is(Element elem)
          Determine whether the given Element can be cast to this class.
static boolean TableCellElement.is(Element elem)
          Determine whether the given Element can be cast to this class.
static boolean TableCaptionElement.is(Element elem)
          Determine whether the given Element can be cast to this class.
static boolean StyleElement.is(Element elem)
          Determine whether the given Element can be cast to this class.
static boolean SpanElement.is(Element elem)
          Determine whether the given Element can be cast to this class.
static boolean SourceElement.is(Element elem)
          Determine whether the given Element can be cast to this class.
static boolean SelectElement.is(Element elem)
          Determine whether the given Element can be cast to this class.
static boolean ScriptElement.is(Element elem)
          Determine whether the given Element can be cast to this class.
static boolean QuoteElement.is(Element elem)
          Determine whether the given Element can be cast to this class.
static boolean PreElement.is(Element elem)
          Determine whether the given Element can be cast to this class.
static boolean ParamElement.is(Element elem)
          Determine whether the given Element can be cast to this class.
static boolean ParagraphElement.is(Element elem)
          Determine whether the given Element can be cast to this class.
static boolean OptionElement.is(Element elem)
          Determine whether the given Element can be cast to this class.
static boolean OptGroupElement.is(Element elem)
          Determine whether the given Element can be cast to this class.
static boolean ObjectElement.is(Element elem)
          Determine whether the given Element can be cast to this class.
static boolean OListElement.is(Element elem)
          Determine whether the given Element can be cast to this class.
static boolean ModElement.is(Element elem)
          Determine whether the given Element can be cast to this class.
static boolean MetaElement.is(Element elem)
          Determine whether the given Element can be cast to this class.
static boolean MapElement.is(Element elem)
          Determine whether the given Element can be cast to this class.
static boolean LinkElement.is(Element elem)
          Determine whether the given Element can be cast to this class.
static boolean LegendElement.is(Element elem)
          Determine whether the given Element can be cast to this class.
static boolean LabelElement.is(Element elem)
          Determine whether the given Element can be cast to this class.
static boolean LIElement.is(Element elem)
          Determine whether the given Element can be cast to this class.
static boolean InputElement.is(Element elem)
          Determine whether the given Element can be cast to this class.
static boolean ImageElement.is(Element elem)
          Determine whether the given Element can be cast to this class.
static boolean IFrameElement.is(Element elem)
          Determine whether the given Element can be cast to this class.
static boolean HeadingElement.is(Element elem)
          Determine whether the given Element can be cast to this class.
static boolean HeadElement.is(Element elem)
          Determine whether the given Element can be cast to this class.
static boolean HRElement.is(Element elem)
          Determine whether the given Element can be cast to this class.
static boolean FrameSetElement.is(Element elem)
          Determine whether the given Element can be cast to this class.
static boolean FrameElement.is(Element elem)
          Determine whether the given Element can be cast to this class.
static boolean FormElement.is(Element elem)
          Determine whether the given Element can be cast to this class.
static boolean FieldSetElement.is(Element elem)
          Determine whether the given Element can be cast to this class.
static boolean DivElement.is(Element elem)
          Determine whether the given Element can be cast to this class.
static boolean DListElement.is(Element elem)
          Determine whether the given Element can be cast to this class.
static boolean ButtonElement.is(Element elem)
          Determine whether the given Element can be cast to this class.
static boolean BodyElement.is(Element elem)
          Determine whether the given Element can be cast to this class.
static boolean BaseElement.is(Element elem)
          Determine whether the given Element can be cast to this class.
static boolean BRElement.is(Element elem)
          Determine whether the given Element can be cast to this class.
static boolean AreaElement.is(Element elem)
          Determine whether the given Element can be cast to this class.
static boolean AnchorElement.is(Element elem)
          Determine whether the given Element can be cast to this class.
protected  boolean DOMImplTrident.isRTL(Element elem)
           
protected  boolean DOMImplStandardBase.isRTL(Element elem)
           
 void DOMImpl.scrollIntoView(Element elem)
           
 void DOMImplWebkit.setDraggable(Element elem, java.lang.String draggable)
          Webkit based browsers require that we set the webkit-user-drag style attribute to make an element draggable.
 void DOMImpl.setDraggable(Element elem, java.lang.String draggable)
           
 void DataTransfer.setDragImage(Element element, int x, int y)
          Specify the element to use to update the drag feedback.
 void DOMImplTrident.setInnerText(Element elem, java.lang.String text)
           
 void DOMImplStandard.setInnerText(Element elem, java.lang.String text)
           
 void DOMImpl.setInnerText(Element elem, java.lang.String text)
           
 void DOMImplStandardBase.setScrollLeft(Element elem, int left)
           
 void DOMImplMozilla.setScrollLeft(Element elem, int left)
           
 void DOMImplIE9.setScrollLeft(Element elem, int left)
           
 void DOMImplIE8.setScrollLeft(Element elem, int left)
           
 void DOMImpl.setScrollLeft(Element elem, int left)
           
 java.lang.String DOMImplMozilla.toString(Element elem)
           
 java.lang.String DOMImpl.toString(Element elem)
           
 

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
 

Fields in com.google.gwt.layout.client declared as Element
(package private)  Element Layout.Layer.child
           
(package private)  Element Layout.Layer.container
           
 

Methods in com.google.gwt.layout.client that return Element
 Element LayoutImpl.attachChild(Element parent, Element child, Element before)
           
 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.
 Element LayoutImpl.attachChild(Element parent, Element child, Element before)
           
 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 LayoutImpl.fillParent(Element elem)
           
 void LayoutImpl.finalizeLayout(Element parent)
           
 double LayoutImpl.getUnitSizeInPixels(Element parent, Style.Unit unit, boolean vertical)
           
 void LayoutImpl.initParent(Element parent)
           
 void LayoutImpl.onAttach(Element parent)
           
 void LayoutImplIE8.onDetach(Element parent)
           
 void LayoutImpl.onDetach(Element parent)
           
 void LayoutImpl.removeChild(Element container, Element child)
           
 

Constructors in com.google.gwt.layout.client with parameters of type Element
Layout.Layer(Element container, Element child, java.lang.Object userObject)
           
Layout(Element parent)
          Constructs a new layout associated with the given parent element.
 

Uses of Element in com.google.gwt.uibinder.client
 

Classes in com.google.gwt.uibinder.client with type parameters of type Element
 class LazyDomElement<T extends Element>
          Wraps a call to a DOM element.
 

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.
 boolean UiRenderer.isParentOrRenderer(Element parent)
          Checks whether parent is a valid element to use as an argument for field getters.
 

Uses of Element in com.google.gwt.user.cellview.client
 

Fields in com.google.gwt.user.cellview.client declared as Element
(package private)  Element CellTree.RevealAnimation.contentContainer
          The container that holds the content, includind the children.
 

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 AbstractCellTable.convertToElements(SafeHtml html)
           
(package private) static Element AbstractHasData.convertToElements(Widget widget, Element tmpElem, SafeHtml html)
          Convenience method to convert the specified HTML into DOM elements and return the parent of the DOM elements.
(package private)  Element CellTreeNodeView.ensureAnimationFrame()
          Ensure that the animation frame exists and return it.
(package private)  Element CellTreeNodeView.ensureChildContainer()
          Ensure that the child container exists and return it.
(package private)  Element CellTreeNodeView.ensureContentContainer()
          Ensure that the content container exists and return it.
protected  Element CellTreeNodeView.getCellParent()
          Returns the element that parents the cell contents of this node.
protected  Element CellList.getCellParent(Element item)
          Get the parent element that wraps the cell from the list item.
protected  Element CellBrowser.BrowserCellList.getCellParent(Element item)
           
protected  Element CellList.getChildContainer()
           
protected abstract  Element AbstractHasData.getChildContainer()
          Return the element that holds the rendered cells.
protected  Element AbstractCellTable.getChildContainer()
           
protected  Element AbstractHasData.getChildElement(int index)
          Get the element that represents the specified index.
protected  Element CellTreeNodeView.getImageElement()
          Returns the element corresponding to the open/close image.
protected  Element CellList.getKeyboardSelectedElement()
           
protected abstract  Element AbstractHasData.getKeyboardSelectedElement()
          Get the element that has keyboard selection.
protected  Element AbstractCellTable.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.
protected  Element CellTreeNodeView.getSelectionElement()
          Returns the element that selection styles are applied to.
(package private) static Element CellTreeNodeView.getSelectionElement(Element nodeElem)
          Returns the element that selection is applied to.
(package private)  Element CellTreeNodeView.getShowMoreElement()
           
 

Methods in com.google.gwt.user.cellview.client with parameters of type Element
(package private) static Element AbstractHasData.convertToElements(Widget widget, Element tmpElem, SafeHtml html)
          Convenience method to convert the specified HTML into DOM elements and return the parent of the DOM elements.
protected
<C> CellTreeNodeView<C>
CellTreeNodeView.createTreeNodeView(TreeViewModel.NodeInfo<C> nodeInfo, Element childElem, C childValue, java.lang.Object viewData)
          Returns an instance of TreeNodeView of the same subclass as the calling object.
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.
protected  Element CellBrowser.BrowserCellList.getCellParent(Element item)
           
 HasCell<T,?> CellTableBuilder.getColumn(Cell.Context context, T rowValue, Element elem)
          Return the column containing an element.
 HasCell<T,?> AbstractCellTableBuilder.getColumn(Cell.Context context, T rowValue, Element elem)
          Return the column containing an element.
 Column<T,?> HeaderBuilder.getColumn(Element elem)
          Given an element in the DOM subtree returned by the most recent call to HeaderBuilder.buildHeader(), returns the Column that should be the target of any button clicks or other events on that element, or null if the events should be discarded.
 Column<T,?> FooterBuilder.getColumn(Element elem)
          Given an element in the DOM subtree returned by the most recent call to FooterBuilder.buildFooter(), returns the Column that should be the target of any button clicks or other events on that element, or null if the events should be discarded.
 Column<T,?> AbstractHeaderOrFooterBuilder.getColumn(Element elem)
           
 Header<?> HeaderBuilder.getHeader(Element elem)
          If you want to handle browser events using a subclass of Header, implement this method to return the appropriate instance and cell table will forward events originating in the element to the Header.
 Header<?> FooterBuilder.getHeader(Element elem)
          If you want to handle browser events using a subclass of Header, implement this method to return the appropriate instance and cell table will forward events originating in the element to the Header.
 Header<?> AbstractHeaderOrFooterBuilder.getHeader(Element elem)
           
(package private) static Element CellTreeNodeView.getSelectionElement(Element nodeElem)
          Returns the element that selection is applied to.
 boolean HeaderBuilder.isColumn(Element elem)
          Check if an element contains a Column.
 boolean FooterBuilder.isColumn(Element elem)
          Check if an element contains a Column.
 boolean CellTableBuilder.isColumn(Element elem)
          Return if an element contains a cell.
 boolean AbstractHeaderOrFooterBuilder.isColumn(Element elem)
           
 boolean AbstractCellTableBuilder.isColumn(Element elem)
          Return if an element contains a cell.
 boolean CellBasedWidgetImplTrident.isFocusable(Element elem)
           
 boolean CellBasedWidgetImpl.isFocusable(Element elem)
          Check if an element is focusable.
 boolean HeaderBuilder.isHeader(Element elem)
          Check if an element contains a Header.
 boolean FooterBuilder.isHeader(Element elem)
          Check if an element contains a Header.
 boolean AbstractHeaderOrFooterBuilder.isHeader(Element elem)
           
 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.
 boolean Header.onPreviewColumnSortEvent(Cell.Context context, Element elem, NativeEvent event)
          Preview a browser event that may trigger a column sort event.
(package private) static void AbstractHasData.replaceAllChildren(Widget widget, Element childContainer, SafeHtml html)
          Convenience method to replace all children of a Widget.
(package private) static void AbstractHasData.replaceChildren(Widget widget, Element childContainer, Element newChildren, int start, SafeHtml html)
          Convenience method to convert the specified HTML into DOM elements and replace the existing elements starting at the specified index.
protected  void AbstractHasData.setFocusable(Element elem, boolean focusable)
          Make an element focusable or not.
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 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)
(package private)  void AbstractHasData.showOrHide(Element element, boolean show)
          Show or hide an element.
 

Constructors in com.google.gwt.user.cellview.client with parameters of type Element
AbstractCellTable(Element elem, int pageSize, AbstractCellTable.Resources resources, ProvidesKey<T> keyProvider)
          Constructs a table with the given page size, the specified AbstractCellTable.Style, and the given key provider.
AbstractHasData(Element elem, int pageSize, ProvidesKey<T> keyProvider)
          Constructs an AbstractHasData with the given page size.
CellTreeNodeView(CellTree tree, CellTreeNodeView<?> parent, TreeViewModel.NodeInfo<T> parentNodeInfo, Element elem, T value, CellTree.CellTreeMessages messages)
          Construct a CellTreeNodeView.
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
          Deprecated. 
 

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 void DOM.appendChild(Element parent, Element child)
          Appends one element to another's list of children.
static Element DOM.asOld(Element elem)
          Provided as a convenient way to upcast values statically typed as Element to Element.
static Element DOM.clone(Element elem, boolean deep)
          Clones an element.
static boolean DOM.compare(Element elem1, Element elem2)
          Deprecated. Use identity comparison.
static boolean DOM.dispatchEvent(Event evt, Element elem)
          This method is a similar to DOM.dispatchEvent(Event, Element, EventListener) but only dispatches if an event listener is set to element.
static void DOM.dispatchEvent(Event evt, Element elem, EventListener listener)
          This method is called directly by native code when any event is fired.
static int DOM.getAbsoluteLeft(Element elem)
          Deprecated. Use getAbsoluteLeft() instead.
static int DOM.getAbsoluteTop(Element elem)
          Deprecated. Use getAbsoluteTop() instead.
static java.lang.String DOM.getAttribute(Element elem, java.lang.String attr)
          Deprecated. Use the more appropriately named getPropertyString(String) instead.
static boolean DOM.getBooleanAttribute(Element elem, java.lang.String attr)
          Deprecated. Use the more appropriately named getPropertyBoolean(String) instead.
static Element DOM.getChild(Element parent, int index)
          Gets an element's n-th child element.
static int DOM.getChildCount(Element parent)
          Gets the number of child elements present in a given parent element.
static int DOM.getChildIndex(Element parent, Element child)
          Gets the index of a given child element within its parent.
static java.lang.String DOM.getElementAttribute(Element elem, java.lang.String attr)
          Deprecated. Use getAttribute(String) instead.
static java.lang.String DOM.getElementProperty(Element elem, java.lang.String prop)
          Deprecated. Use Element#getProperty(String) instead.
static boolean DOM.getElementPropertyBoolean(Element elem, java.lang.String prop)
          Deprecated. Use getPropertyBoolean(String) instead.
static int DOM.getElementPropertyInt(Element elem, java.lang.String prop)
          Deprecated. Use getPropertyInt(String) instead.
static EventListener Event.getEventListener(Element elem)
          Gets the EventListener that will receive events for the given element.
static EventListener DOM.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 int DOM.getEventsSunk(Element elem)
          Gets the current set of events sunk by a given element.
static Element DOM.getFirstChild(Element elem)
          Gets the first child element of the given element.
static java.lang.String DOM.getImgSrc(Element img)
          Gets the src attribute of an img element.
static java.lang.String DOM.getInnerHTML(Element elem)
          Deprecated. Use getInnerHTML() instead.
static java.lang.String DOM.getInnerText(Element elem)
          Deprecated. Use getInnerText() instead.
static int DOM.getIntAttribute(Element elem, java.lang.String attr)
          Deprecated. Use the more appropriately named getPropertyInt(String) instead.
static int DOM.getIntStyleAttribute(Element elem, java.lang.String attr)
          Gets an integer attribute on a given element's style.
static Element DOM.getNextSibling(Element elem)
          Gets an element's next sibling element.
static Element DOM.getParent(Element elem)
          Gets an element's parent element.
static java.lang.String DOM.getStyleAttribute(Element elem, java.lang.String attr)
          Deprecated. Use getStyle() and Style#getProperty(String) instead.
static void DOM.insertBefore(Element parent, Element child, Element before)
          Inserts an element as a child of the given parent element, before another child of that parent.
static void DOM.insertChild(Element parent, Element child, int index)
          Inserts an element as a child of the given parent element.
static void DOM.insertListItem(Element selectElem, java.lang.String item, java.lang.String value, int index)
          Creates an <option> element and inserts it as a child of the specified <select> element.
static boolean DOM.isOrHasChild(Element parent, Element child)
          Deprecated. Use Element#isOrHasChild(Element) instead.
static void Event.releaseCapture(Element elem)
          Releases mouse capture on the given element.
static void DOM.releaseCapture(Element elem)
          Releases mouse/touch/gesture capture on the given element.
static void DOM.removeChild(Element parent, Element child)
          Deprecated. Use Element#removeChild(Element) instead.
static void DOM.removeElementAttribute(Element elem, java.lang.String attr)
          Deprecated. Use removeAttribute(String) instead.
static void DOM.scrollIntoView(Element elem)
          Deprecated. Use scrollIntoView() instead.
static void DOM.setAttribute(Element elem, java.lang.String attr, java.lang.String value)
          Deprecated. Use the more appropriately named setPropertyString(String, String) instead.
static void DOM.setBooleanAttribute(Element elem, java.lang.String attr, boolean value)
          Deprecated. Use the more appropriately named setPropertyBoolean(String, boolean) instead.
static void Event.setCapture(Element elem)
          Sets mouse-capture on the given element.
static void DOM.setCapture(Element elem)
          Sets mouse/touch/gesture capture on the given element.
static void DOM.setElementAttribute(Element elem, java.lang.String attr, java.lang.String value)
          Deprecated. Use setAttribute(String, String) instead.
static void DOM.setElementProperty(Element elem, java.lang.String prop, java.lang.String value)
          Deprecated. Use setPropertyString(String, String) instead.
static void DOM.setElementPropertyBoolean(Element elem, java.lang.String prop, boolean value)
          Deprecated. Use setPropertyBoolean(String, boolean) instead.
static void DOM.setElementPropertyInt(Element elem, java.lang.String prop, int value)
          Deprecated. Use setPropertyInt(String, int) instead.
static void Event.setEventListener(Element elem, EventListener listener)
          Sets the EventListener to receive events for the given element.
static void DOM.setEventListener(Element elem, EventListener listener)
          Sets the EventListener to receive events for the given element.
static void DOM.setImgSrc(Element img, java.lang.String src)
          Sets the src attribute of an img element.
static void DOM.setInnerHTML(Element elem, java.lang.String html)
          Deprecated. Use setInnerHTML(String) instead.
static void DOM.setInnerText(Element elem, java.lang.String text)
          Deprecated. Use setInnerText(String) instead.
static void DOM.setIntAttribute(Element elem, java.lang.String attr, int value)
          Deprecated. Use the more appropriately named setPropertyInt(String, int) instead.
static void DOM.setIntStyleAttribute(Element elem, java.lang.String attr, int value)
          Sets an integer attribute on the given element's style.
static void DOM.setOptionText(Element select, java.lang.String text, int index)
          Sets the option text of the given select object.
static void DOM.setStyleAttribute(Element elem, java.lang.String attr, java.lang.String value)
          Deprecated. Use getStyle() and Style#setProperty(String, String) instead.
static void DOM.sinkBitlessEvent(Element elem, java.lang.String eventTypeName)
          Sinks a named event.
static void Event.sinkEvents(Element elem, int eventBits)
          Sets the current set of events sunk by a given element.
static void DOM.sinkEvents(Element elem, int eventBits)
          Sets the current set of events sunk by a given element.
static java.lang.String DOM.toString(Element elem)
          Deprecated. Use getString() instead.
 

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().
 class PotentialElement
          EXPERIMENTAL and subject to change.
 

Fields in com.google.gwt.user.client.ui declared as Element
protected  Element HTMLTable.ColumnFormatter.columnGroup
           
(package private)  Element NativeVerticalScrollbar.contentDiv
          The div inside the scrollable div that forces scrollbars to appear.
(package private)  Element NativeHorizontalScrollbar.contentDiv
          The div inside the scrollable div that forces scrollbars to appear.
(package private)  Element ResizeLayoutPanel.Impl.parent
           
(package private)  Element NativeVerticalScrollbar.scrollable
          The scrollable div used to create a scrollbar.
(package private)  Element NativeHorizontalScrollbar.scrollable
          The scrollable div used to create a scrollbar.
 Element DockPanel.LayoutData.td
           
 

Methods in com.google.gwt.user.client.ui that return Element
(package private)  Element StackPanel.createHeaderElem()
          Returns a header element.
(package private)  Element DecoratedStackPanel.createHeaderElem()
           
(package private) static Element DecoratorPanel.createTR(java.lang.String styleName)
          Create a new row with a specific style name.
 Element RenderableStamper.findStampedElement()
          Finds the element that was previously stamped in the DOM.
(package private)  Element TreeItem.getContentElem()
           
protected  Element SplitPanel.getElement(int index)
          Deprecated. Gets the content element for the given index.
protected  Element PopupPanel.getGlassElement()
          Get the glass element used by this PopupPanel.
(package private)  Element StackPanel.getHeaderTextElem(Element headerElem)
          Get the element that holds the header text given the header element created by #createHeaderElement.
(package private)  Element DecoratedStackPanel.getHeaderTextElem(Element headerElem)
           
(package private)  Element TreeItem.getImageElement()
           
(package private)  Element TreeItem.getImageHolderElement()
           
protected  Element NativeVerticalScrollbar.getScrollableElement()
           
protected  Element NativeHorizontalScrollbar.getScrollableElement()
           
protected abstract  Element AbstractNativeScrollbar.getScrollableElement()
          Get the scrollable element.
protected  Element SplitPanel.getSplitElement()
          Deprecated. Gets the element that is acting as the splitter.
(package private)  Element FormPanel.getSynthesizedIFrame()
           
 Element LayoutPanel.getWidgetContainerElement(Widget child)
          Gets the container element wrapping the given child widget.
 Element DockLayoutPanel.getWidgetContainerElement(Widget child)
          Gets the container element wrapping the given child widget.
(package private)  Element CellPanel.getWidgetTd(Widget w)
           
(package private) static Element SplitPanel.preventBoxStyles(Element elem)
          Deprecated. Adds zero or none CSS values for padding, margin and border to prevent stylesheet overrides.
static Element PotentialElement.resolve(Element maybePotential)
          If given a PotentialElement, returns the real Element to be built from it.
protected  Element UIObject.resolvePotentialElement()
          EXPERIMENTAL and subject to change.
 Element RenderablePanel.resolvePotentialElement()
           
protected  Element Composite.resolvePotentialElement()
           
(package private)  Element PotentialElement.setResolver(UIObject resolver)
           
 

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.
protected  void ComplexPanel.add(Widget child, Element container)
          Adds a new child widget to the panel, attaching its Element to the specified container Element.
(package private) static void SplitPanel.addAbsolutePositoning(Element elem)
          Deprecated. Sets an elements positioning to absolute.
 void RenderablePanel.addAndReplaceElement(IsWidget widget, Element toReplace)
          Overloaded version for IsWidget.
 void HTMLPanel.addAndReplaceElement(IsWidget widget, Element toReplace)
          Overloaded version for IsWidget.
 void RenderablePanel.addAndReplaceElement(Widget widget, Element toReplace)
          Adds a child widget to the panel, replacing the 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.
(package private)  void HTMLTable.addCells(Element tbody, int row, int num)
           
(package private) static void SplitPanel.addClipping(Element elem)
          Deprecated. Adds clipping to an element.
(package private) static void SplitPanel.addScrolling(Element elem)
          Deprecated. Adds as-needed scrolling to an element.
static PotentialElement PotentialElement.as(Element e)
           
 void RenderablePanel.claimElement(Element element)
           
 void IsRenderable.claimElement(Element element)
          Replace the previous contents of the receiver with the given element, presumed to have been created and stamped via a previous call to IsRenderable.render(com.google.gwt.user.client.ui.RenderableStamper).
 void Composite.claimElement(Element element)
           
static HtmlElementBuilder PotentialElement.createBuilderFor(Element potentialElement)
          Creates an HtmlElementBuilder instance inheriting all attributes set for the given PotentialElement.
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)
           
(package private) static void SplitPanel.expandToFitParentUsingCssOffsets(Element elem)
          Deprecated. Sizes and element to consume the full area of its parent using the CSS properties left, right, top, and bottom.
(package private) static void SplitPanel.expandToFitParentUsingPercentages(Element elem)
          Deprecated. Sizes an element to consume the full areas of its parent using 100% width and height.
protected  int HTMLTable.getDOMCellCount(Element tableBody, int row)
          Directly ask the underlying DOM what the cell count on the given row is.
protected  int HTMLTable.getDOMRowCount(Element tbody)
           
(package private)  Element StackPanel.getHeaderTextElem(Element headerElem)
          Get the element that holds the header text given the header element created by #createHeaderElement.
(package private)  Element DecoratedStackPanel.getHeaderTextElem(Element headerElem)
           
 int ScrollImpl.getMaximumHorizontalScrollPosition(Element scrollable)
          Get the maximum horizontal scroll position.
 int ScrollImpl.getMinimumHorizontalScrollPosition(Element scrollable)
          Get the minimum horizontal scroll position.
(package private) static int SplitPanel.getOffsetHeight(Element elem)
          Deprecated. Returns the offsetHeight element property.
(package private) static int SplitPanel.getOffsetWidth(Element elem)
          Deprecated. Returns the offsetWidth element property.
static java.lang.String Accessibility.getRole(Element elem)
          Deprecated. Requests the string value of the role with the specified namespace.
protected  Element HTMLTable.RowFormatter.getRow(Element tbody, int row)
           
static java.lang.String Accessibility.getState(Element elem, java.lang.String stateName)
          Deprecated. Requests the string value of the state with the specified namespace.
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.
 void ResizeLayoutPanel.Impl.init(Element elem, ResizeLayoutPanel.Impl.Delegate delegate)
          Initialize the implementation.
 void ResizeLayoutPanel.ImplStandard.init(Element elem, ResizeLayoutPanel.Impl.Delegate delegate)
           
 void ResizeLayoutPanel.ImplTrident.init(Element elem, ResizeLayoutPanel.Impl.Delegate delegate)
           
 void ScrollImpl.initialize(Element scrollable, Element container)
          Initialize a scrollable element.
 void ScrollImpl.ScrollImplTrident.initialize(Element scrollable, Element container)
           
protected  void ComplexPanel.insert(Widget child, Element container, int beforeIndex, boolean domInsert)
          Insert a new child Widget into this Panel at a specified index, attaching its Element to the specified container Element.
protected  boolean HTMLTable.internalClearCell(Element td, boolean clearInnerHTML)
          Does actual clearing, used by clearCell and cleanCell.
 boolean ScrollImpl.isRtl(Element scrollable)
          Check if the specified element has an RTL direction.
 boolean ScrollImpl.ScrollImplTrident.isRtl(Element scrollable)
           
static boolean UIObject.isVisible(Element elem)
          Returns whether the given element is visible in a way consistent with UIObject.setVisible(Element, boolean).
(package private) static Element SplitPanel.preventBoxStyles(Element elem)
          Deprecated. Adds zero or none CSS values for padding, margin and border to prevent stylesheet overrides.
 void PopupPanel.removeAutoHidePartner(Element partner)
          Remove an autoHide partner.
static void Accessibility.removeState(Element elem, java.lang.String stateName)
          Deprecated. Removes the state from the given element.
(package private)  void Widget.replaceElement(Element elem)
           
(package private)  void UIObject.replaceElement(Element elem)
          Replaces this object's browser element.
protected  void CheckBox.replaceInputElement(Element elem)
          Replace the current input element with a new one.
static Element PotentialElement.resolve(Element maybePotential)
          If given a PotentialElement, returns the real Element to be built from it.
(package private) static void SplitPanel.setBottom(Element elem, java.lang.String size)
          Deprecated. Convenience method to set bottom offset of an element.
 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 CellPanel.setCellHorizontalAlignment(Element td, HasHorizontalAlignment.HorizontalAlignmentConstant align)
           
protected  void CellPanel.setCellVerticalAlignment(Element td, HasVerticalAlignment.VerticalAlignmentConstant align)
           
(package private) static void SplitPanel.setClassname(Element elem, java.lang.String className)
          Deprecated. Sets the elements css class name.
protected  void UIObject.setElement(Element elem)
          Sets this object's browser element.
(package private) static void SplitPanel.setHeight(Element elem, java.lang.String height)
          Deprecated. Convenience method to set the height of an element.
(package private) static void SplitPanel.setLeft(Element elem, java.lang.String left)
          Deprecated. Convenience method to set the left offset of an element.
(package private) static void SplitPanel.setRight(Element elem, java.lang.String right)
          Deprecated. Convenience method to set the right offset of an element.
static void Accessibility.setRole(Element elem, java.lang.String roleName)
          Deprecated. Assigns the specified element the specified role and value for that role.
static void Accessibility.setState(Element elem, java.lang.String stateName, java.lang.String stateValue)
          Deprecated. Assigns the specified element the specified state and value for that state.
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.
(package private) static void SplitPanel.setTop(Element elem, java.lang.String top)
          Deprecated. Convenience method to set the top offset of an element.
static void UIObject.setVisible(Element elem, boolean visible)
          Shows or hides the given element.
(package private) static void SplitPanel.setWidth(Element elem, java.lang.String width)
          Deprecated. Convenience method to set the width of an element.
(package private) static boolean Tree.shouldTreeDelegateFocusToElement(Element elem)
           
static TextBox TextBox.wrap(Element element)
          Creates a TextBox widget that wraps an existing <input type='text'> element.
static TextArea TextArea.wrap(Element element)
          Creates a TextArea widget that wraps an existing <textarea> element.
static Button SubmitButton.wrap(Element element)
          Creates a SubmitButton widget that wraps an existing <button> element.
static SimpleRadioButton SimpleRadioButton.wrap(Element element)
          Creates a SimpleRadioButton widget that wraps an existing <input type='radio'> element.
static SimpleCheckBox SimpleCheckBox.wrap(Element element)
          Creates a SimpleCheckBox widget that wraps an existing <input type='checkbox'> element.
static Button ResetButton.wrap(Element element)
          Creates a ResetButton widget that wraps an existing <button> element.
static PasswordTextBox PasswordTextBox.wrap(Element element)
          Creates a PasswordTextBox widget that wraps an existing <input type='password'> element.
static ListBox ListBox.wrap(Element element)
          Creates a ListBox widget that wraps an existing <select> element.
static Label Label.wrap(Element element)
          Creates a Label 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 InlineHTML InlineHTML.wrap(Element element)
          Creates an InlineHTML widget that wraps an existing <div> or <span> element.
static Image Image.wrap(Element element)
          Creates a Image widget that wraps an existing <img> element.
static Hidden Hidden.wrap(Element element)
          Creates a Hidden widget that wraps an existing <input type='hidden'> element.
static HTMLPanel HTMLPanel.wrap(Element element)
          Creates an HTML panel that wraps an existing element.
static HTML HTML.wrap(Element element)
          Creates an HTML widget that wraps an existing <div> or <span> element.
static Frame Frame.wrap(Element element)
          Creates a Frame widget that wraps an existing <frame> element.
static FormPanel FormPanel.wrap(Element element)
          Creates a FormPanel that wraps an existing <form> element.
static FileUpload FileUpload.wrap(Element element)
          Creates a FileUpload widget that wraps an existing <input type='file'> element.
static Button Button.wrap(Element element)
          Creates a Button widget that wraps an existing <button> element.
static Anchor Anchor.wrap(Element element)
          Creates an Anchor widget that wraps an existing <a> element.
static FormPanel FormPanel.wrap(Element element, boolean createIFrame)
          Creates a FormPanel that wraps an existing <form> element.
static
<T> ValueLabel<T>
ValueLabel.wrap(Element element, Renderer<? super T> renderer)
          Creates a ValueLabel widget that wraps an existing <span> element.
static
<T> ValueLabel<T>
ValueLabel.wrap(Element element, Renderer<? super T> renderer, Parser<? extends T> parser)
          Creates a ValueLabel widget that wraps an existing <span> element.
static
<T> ValueBox<T>
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
AbsolutePanel(Element elem)
          Creates an AbsolutePanel with the given 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.
CheckBox(Element elem)
           
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.
Hyperlink(Element elem)
           
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.
ScrollPanel(Element root, Element scrollable, Element container)
          Creates an empty scroll panel using the specified root, scrollable, and container elements.
SimpleCheckBox(Element element)
          This constructor may be used by subclasses to explicitly use an existing element.
SimpleCheckBox(Element element, java.lang.String styleName)
           
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.
SplitPanel(Element mainElem, Element splitElem, Element headElem, Element tailElem)
          Deprecated. Initializes the split panel.
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.
TextBox(Element element, java.lang.String styleName)
           
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.
 

Uses of Element in com.google.gwt.user.datepicker.client
 

Methods in com.google.gwt.user.datepicker.client that return Element
 Element DefaultMonthSelector.getBackwardButtonElement()
          Returns the button for moving to the previous month.
 Element DefaultMonthSelector.getForwardButtonElement()
          Returns the button for moving to the next month.
 Element DefaultMonthSelector.getYearBackwardButtonElement()
          Returns the button for moving to the previous year.
 Element DefaultMonthSelector.getYearForwardButtonElement()
          Returns the button for moving to the next year.
 

Methods in com.google.gwt.user.datepicker.client with parameters of type Element
 CellGridImpl.Cell CellGridImpl.getCell(Element element)
           
 

Constructors in com.google.gwt.user.datepicker.client with parameters of type Element
CellGridImpl.Cell(Element elem, V value)
           
 


GWT 2.7.0