Uses of Class
com.google.gwt.dom.client.Element
-
Packages that use Element Package Description 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 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 Modifier and Type Method Description 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.AnimationScheduler.AnimationHandle
AnimationSchedulerImplStandard. requestAnimationFrame(AnimationScheduler.AnimationCallback callback, Element element)
AnimationScheduler.AnimationHandle
AnimationSchedulerImplTimer. requestAnimationFrame(AnimationScheduler.AnimationCallback callback, Element element)
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 Modifier and Type Method Description 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 Modifier and Type Method Description java.lang.String
Attribute. get(Element element)
Gets the HTML attribute value for the attribute with namename
for elementelement
java.lang.String
ComboboxRoleImpl. getAriaActivedescendantProperty(Element element)
java.lang.String
CompositeRole. getAriaActivedescendantProperty(Element element)
Returns the value of the aria-activedescendant attribute for theelement
or "" if no such attribute is present.java.lang.String
GridRoleImpl. getAriaActivedescendantProperty(Element element)
java.lang.String
GroupRole. getAriaActivedescendantProperty(Element element)
Returns the value of the aria-activedescendant attribute for theelement
or "" if no such attribute is present.java.lang.String
GroupRoleImpl. getAriaActivedescendantProperty(Element element)
java.lang.String
ListboxRoleImpl. getAriaActivedescendantProperty(Element element)
java.lang.String
MenubarRoleImpl. getAriaActivedescendantProperty(Element element)
java.lang.String
MenuRoleImpl. getAriaActivedescendantProperty(Element element)
java.lang.String
RadiogroupRoleImpl. getAriaActivedescendantProperty(Element element)
java.lang.String
RowgroupRoleImpl. getAriaActivedescendantProperty(Element element)
java.lang.String
RowRoleImpl. getAriaActivedescendantProperty(Element element)
java.lang.String
TablistRoleImpl. getAriaActivedescendantProperty(Element element)
java.lang.String
TextboxRole. getAriaActivedescendantProperty(Element element)
Returns the value of the aria-activedescendant attribute for theelement
or "" if no such attribute is present.java.lang.String
TextboxRoleImpl. getAriaActivedescendantProperty(Element element)
java.lang.String
ToolbarRoleImpl. getAriaActivedescendantProperty(Element element)
java.lang.String
TreegridRoleImpl. getAriaActivedescendantProperty(Element element)
java.lang.String
TreeRoleImpl. getAriaActivedescendantProperty(Element element)
java.lang.String
Role. getAriaAtomicProperty(Element element)
Returns the value of the aria-atomic attribute for theelement
or "" if no such attribute is present.java.lang.String
RoleImpl. getAriaAtomicProperty(Element element)
java.lang.String
ComboboxRole. getAriaAutocompleteProperty(Element element)
Returns the value of the aria-autocomplete attribute for theelement
or "" if no such attribute is present.java.lang.String
ComboboxRoleImpl. getAriaAutocompleteProperty(Element element)
java.lang.String
TextboxRole. getAriaAutocompleteProperty(Element element)
Returns the value of the aria-autocomplete attribute for theelement
or "" if no such attribute is present.java.lang.String
TextboxRoleImpl. getAriaAutocompleteProperty(Element element)
java.lang.String
Role. getAriaBusyState(Element element)
Returns the value of the aria-busy attribute for theelement
or "" if no such attribute is present.java.lang.String
RoleImpl. getAriaBusyState(Element element)
java.lang.String
CheckboxRole. getAriaCheckedState(Element element)
Returns the value of the aria-checked attribute for theelement
or "" if no such attribute is present.java.lang.String
CheckboxRoleImpl. getAriaCheckedState(Element element)
java.lang.String
MenuitemcheckboxRoleImpl. getAriaCheckedState(Element element)
java.lang.String
MenuitemradioRoleImpl. getAriaCheckedState(Element element)
java.lang.String
OptionRole. getAriaCheckedState(Element element)
Returns the value of the aria-checked attribute for theelement
or "" if no such attribute is present.java.lang.String
OptionRoleImpl. getAriaCheckedState(Element element)
java.lang.String
RadioRoleImpl. getAriaCheckedState(Element element)
java.lang.String
TreeitemRoleImpl. getAriaCheckedState(Element element)
java.lang.String
Role. getAriaControlsProperty(Element element)
Returns the value of the aria-controls attribute for theelement
or "" if no such attribute is present.java.lang.String
RoleImpl. getAriaControlsProperty(Element element)
java.lang.String
ScrollbarRoleImpl. getAriaControlsProperty(Element element)
java.lang.String
Role. getAriaDescribedbyProperty(Element element)
Returns the value of the aria-describedby attribute for theelement
or "" if no such attribute is present.java.lang.String
RoleImpl. getAriaDescribedbyProperty(Element element)
java.lang.String
Role. getAriaDisabledState(Element element)
Returns the value of the aria-disabled attribute for theelement
or "" if no such attribute is present.java.lang.String
RoleImpl. getAriaDisabledState(Element element)
java.lang.String
Role. getAriaDropeffectProperty(Element element)
Returns the value of the aria-dropeffect attribute for theelement
or "" if no such attribute is present.java.lang.String
RoleImpl. getAriaDropeffectProperty(Element element)
java.lang.String
AlertdialogRoleImpl. getAriaExpandedState(Element element)
java.lang.String
AlertRoleImpl. getAriaExpandedState(Element element)
java.lang.String
ApplicationRoleImpl. getAriaExpandedState(Element element)
java.lang.String
ArticleRoleImpl. getAriaExpandedState(Element element)
java.lang.String
BannerRoleImpl. getAriaExpandedState(Element element)
java.lang.String
ButtonRole. getAriaExpandedState(Element element)
Returns the value of the aria-expanded attribute for theelement
or "" if no such attribute is present.java.lang.String
ButtonRoleImpl. getAriaExpandedState(Element element)
java.lang.String
ColumnheaderRoleImpl. getAriaExpandedState(Element element)
java.lang.String
ComboboxRoleImpl. getAriaExpandedState(Element element)
java.lang.String
ComplementaryRoleImpl. getAriaExpandedState(Element element)
java.lang.String
ContentinfoRoleImpl. getAriaExpandedState(Element element)
java.lang.String
DefinitionRoleImpl. getAriaExpandedState(Element element)
java.lang.String
DialogRoleImpl. getAriaExpandedState(Element element)
java.lang.String
DirectoryRoleImpl. getAriaExpandedState(Element element)
java.lang.String
DocumentRole. getAriaExpandedState(Element element)
Returns the value of the aria-expanded attribute for theelement
or "" if no such attribute is present.java.lang.String
DocumentRoleImpl. getAriaExpandedState(Element element)
java.lang.String
FormRoleImpl. getAriaExpandedState(Element element)
java.lang.String
GridcellRoleImpl. getAriaExpandedState(Element element)
java.lang.String
GridRoleImpl. getAriaExpandedState(Element element)
java.lang.String
GroupRoleImpl. getAriaExpandedState(Element element)
java.lang.String
HeadingRoleImpl. getAriaExpandedState(Element element)
java.lang.String
ImgRoleImpl. getAriaExpandedState(Element element)
java.lang.String
LinkRole. getAriaExpandedState(Element element)
Returns the value of the aria-expanded attribute for theelement
or "" if no such attribute is present.java.lang.String
LinkRoleImpl. getAriaExpandedState(Element element)
java.lang.String
ListboxRoleImpl. getAriaExpandedState(Element element)
java.lang.String
ListitemRoleImpl. getAriaExpandedState(Element element)
java.lang.String
ListRoleImpl. getAriaExpandedState(Element element)
java.lang.String
LogRoleImpl. getAriaExpandedState(Element element)
java.lang.String
MainRoleImpl. getAriaExpandedState(Element element)
java.lang.String
MarqueeRoleImpl. getAriaExpandedState(Element element)
java.lang.String
MathRoleImpl. getAriaExpandedState(Element element)
java.lang.String
MenubarRoleImpl. getAriaExpandedState(Element element)
java.lang.String
MenuRoleImpl. getAriaExpandedState(Element element)
java.lang.String
NavigationRoleImpl. getAriaExpandedState(Element element)
java.lang.String
NoteRoleImpl. getAriaExpandedState(Element element)
java.lang.String
RadiogroupRoleImpl. getAriaExpandedState(Element element)
java.lang.String
RegionRoleImpl. getAriaExpandedState(Element element)
java.lang.String
RowgroupRoleImpl. getAriaExpandedState(Element element)
java.lang.String
RowheaderRoleImpl. getAriaExpandedState(Element element)
java.lang.String
RowRoleImpl. getAriaExpandedState(Element element)
java.lang.String
SearchRoleImpl. getAriaExpandedState(Element element)
java.lang.String
SectionheadRole. getAriaExpandedState(Element element)
Returns the value of the aria-expanded attribute for theelement
or "" if no such attribute is present.java.lang.String
SectionRole. getAriaExpandedState(Element element)
Returns the value of the aria-expanded attribute for theelement
or "" if no such attribute is present.java.lang.String
SeparatorRole. getAriaExpandedState(Element element)
Returns the value of the aria-expanded attribute for theelement
or "" if no such attribute is present.java.lang.String
SeparatorRoleImpl. getAriaExpandedState(Element element)
java.lang.String
StatusRoleImpl. getAriaExpandedState(Element element)
java.lang.String
TablistRoleImpl. getAriaExpandedState(Element element)
java.lang.String
TabpanelRoleImpl. getAriaExpandedState(Element element)
java.lang.String
TabRoleImpl. getAriaExpandedState(Element element)
java.lang.String
TimerRoleImpl. getAriaExpandedState(Element element)
java.lang.String
ToolbarRoleImpl. getAriaExpandedState(Element element)
java.lang.String
TooltipRoleImpl. getAriaExpandedState(Element element)
java.lang.String
TreegridRoleImpl. getAriaExpandedState(Element element)
java.lang.String
TreeitemRoleImpl. getAriaExpandedState(Element element)
java.lang.String
TreeRoleImpl. getAriaExpandedState(Element element)
java.lang.String
WindowRole. getAriaExpandedState(Element element)
Returns the value of the aria-expanded attribute for theelement
or "" if no such attribute is present.java.lang.String
Role. getAriaFlowtoProperty(Element element)
Returns the value of the aria-flowto attribute for theelement
or "" if no such attribute is present.java.lang.String
RoleImpl. getAriaFlowtoProperty(Element element)
java.lang.String
Role. getAriaGrabbedState(Element element)
Returns the value of the aria-grabbed attribute for theelement
or "" if no such attribute is present.java.lang.String
RoleImpl. getAriaGrabbedState(Element element)
java.lang.String
Role. getAriaHaspopupProperty(Element element)
Returns the value of the aria-haspopup attribute for theelement
or "" if no such attribute is present.java.lang.String
RoleImpl. getAriaHaspopupProperty(Element element)
java.lang.String
Role. getAriaHiddenState(Element element)
Returns the value of the aria-hidden attribute for theelement
or "" if no such attribute is present.java.lang.String
RoleImpl. getAriaHiddenState(Element element)
java.lang.String
Role. getAriaInvalidState(Element element)
Returns the value of the aria-invalid attribute for theelement
or "" if no such attribute is present.java.lang.String
RoleImpl. getAriaInvalidState(Element element)
java.lang.String
Role. getAriaLabelledbyProperty(Element element)
Returns the value of the aria-labelledby attribute for theelement
or "" if no such attribute is present.java.lang.String
RoleImpl. getAriaLabelledbyProperty(Element element)
java.lang.String
Role. getAriaLabelProperty(Element element)
Returns the value of the aria-label attribute for theelement
or "" if no such attribute is present.java.lang.String
RoleImpl. getAriaLabelProperty(Element element)
java.lang.String
GridRole. getAriaLevelProperty(Element element)
Returns the value of the aria-level attribute for theelement
or "" if no such attribute is present.java.lang.String
GridRoleImpl. getAriaLevelProperty(Element element)
java.lang.String
HeadingRole. getAriaLevelProperty(Element element)
Returns the value of the aria-level attribute for theelement
or "" if no such attribute is present.java.lang.String
HeadingRoleImpl. getAriaLevelProperty(Element element)
java.lang.String
ListitemRole. getAriaLevelProperty(Element element)
Returns the value of the aria-level attribute for theelement
or "" if no such attribute is present.java.lang.String
ListitemRoleImpl. getAriaLevelProperty(Element element)
java.lang.String
RowRole. getAriaLevelProperty(Element element)
Returns the value of the aria-level attribute for theelement
or "" if no such attribute is present.java.lang.String
RowRoleImpl. getAriaLevelProperty(Element element)
java.lang.String
TablistRole. getAriaLevelProperty(Element element)
Returns the value of the aria-level attribute for theelement
or "" if no such attribute is present.java.lang.String
TablistRoleImpl. getAriaLevelProperty(Element element)
java.lang.String
TreegridRoleImpl. getAriaLevelProperty(Element element)
java.lang.String
TreeitemRoleImpl. getAriaLevelProperty(Element element)
java.lang.String
Role. getAriaLiveProperty(Element element)
Returns the value of the aria-live attribute for theelement
or "" if no such attribute is present.java.lang.String
RoleImpl. getAriaLiveProperty(Element element)
java.lang.String
TextboxRole. getAriaMultilineProperty(Element element)
Returns the value of the aria-multiline attribute for theelement
or "" if no such attribute is present.java.lang.String
TextboxRoleImpl. getAriaMultilineProperty(Element element)
java.lang.String
GridRole. getAriaMultiselectableProperty(Element element)
Returns the value of the aria-multiselectable attribute for theelement
or "" if no such attribute is present.java.lang.String
GridRoleImpl. getAriaMultiselectableProperty(Element element)
java.lang.String
ListboxRole. getAriaMultiselectableProperty(Element element)
Returns the value of the aria-multiselectable attribute for theelement
or "" if no such attribute is present.java.lang.String
ListboxRoleImpl. getAriaMultiselectableProperty(Element element)
java.lang.String
TreegridRoleImpl. getAriaMultiselectableProperty(Element element)
java.lang.String
TreeRole. getAriaMultiselectableProperty(Element element)
Returns the value of the aria-multiselectable attribute for theelement
or "" if no such attribute is present.java.lang.String
TreeRoleImpl. getAriaMultiselectableProperty(Element element)
java.lang.String
ScrollbarRole. getAriaOrientationProperty(Element element)
Returns the value of the aria-orientation attribute for theelement
or "" if no such attribute is present.java.lang.String
ScrollbarRoleImpl. getAriaOrientationProperty(Element element)
java.lang.String
SeparatorRole. getAriaOrientationProperty(Element element)
Returns the value of the aria-orientation attribute for theelement
or "" if no such attribute is present.java.lang.String
SeparatorRoleImpl. getAriaOrientationProperty(Element element)
java.lang.String
SliderRole. getAriaOrientationProperty(Element element)
Returns the value of the aria-orientation attribute for theelement
or "" if no such attribute is present.java.lang.String
SliderRoleImpl. getAriaOrientationProperty(Element element)
java.lang.String
Role. getAriaOwnsProperty(Element element)
Returns the value of the aria-owns attribute for theelement
or "" if no such attribute is present.java.lang.String
RoleImpl. getAriaOwnsProperty(Element element)
java.lang.String
ListitemRole. getAriaPosinsetProperty(Element element)
Returns the value of the aria-posinset attribute for theelement
or "" if no such attribute is present.java.lang.String
ListitemRoleImpl. getAriaPosinsetProperty(Element element)
java.lang.String
MenuitemradioRoleImpl. getAriaPosinsetProperty(Element element)
java.lang.String
OptionRole. getAriaPosinsetProperty(Element element)
Returns the value of the aria-posinset attribute for theelement
or "" if no such attribute is present.java.lang.String
OptionRoleImpl. getAriaPosinsetProperty(Element element)
java.lang.String
RadioRoleImpl. getAriaPosinsetProperty(Element element)
java.lang.String
TreeitemRoleImpl. getAriaPosinsetProperty(Element element)
java.lang.String
ButtonRole. getAriaPressedState(Element element)
Returns the value of the aria-pressed attribute for theelement
or "" if no such attribute is present.java.lang.String
ButtonRoleImpl. getAriaPressedState(Element element)
java.lang.String
ColumnheaderRoleImpl. getAriaReadonlyProperty(Element element)
java.lang.String
GridcellRole. getAriaReadonlyProperty(Element element)
Returns the value of the aria-readonly attribute for theelement
or "" if no such attribute is present.java.lang.String
GridcellRoleImpl. getAriaReadonlyProperty(Element element)
java.lang.String
GridRole. getAriaReadonlyProperty(Element element)
Returns the value of the aria-readonly attribute for theelement
or "" if no such attribute is present.java.lang.String
GridRoleImpl. getAriaReadonlyProperty(Element element)
java.lang.String
RowheaderRoleImpl. getAriaReadonlyProperty(Element element)
java.lang.String
TextboxRole. getAriaReadonlyProperty(Element element)
Returns the value of the aria-readonly attribute for theelement
or "" if no such attribute is present.java.lang.String
TextboxRoleImpl. getAriaReadonlyProperty(Element element)
java.lang.String
TreegridRoleImpl. getAriaReadonlyProperty(Element element)
java.lang.String
Role. getAriaRelevantProperty(Element element)
Returns the value of the aria-relevant attribute for theelement
or "" if no such attribute is present.java.lang.String
RoleImpl. getAriaRelevantProperty(Element element)
java.lang.String
ColumnheaderRoleImpl. getAriaRequiredProperty(Element element)
java.lang.String
ComboboxRole. getAriaRequiredProperty(Element element)
Returns the value of the aria-required attribute for theelement
or "" if no such attribute is present.java.lang.String
ComboboxRoleImpl. getAriaRequiredProperty(Element element)
java.lang.String
GridcellRole. getAriaRequiredProperty(Element element)
Returns the value of the aria-required attribute for theelement
or "" if no such attribute is present.java.lang.String
GridcellRoleImpl. getAriaRequiredProperty(Element element)
java.lang.String
ListboxRole. getAriaRequiredProperty(Element element)
Returns the value of the aria-required attribute for theelement
or "" if no such attribute is present.java.lang.String
ListboxRoleImpl. getAriaRequiredProperty(Element element)
java.lang.String
RadiogroupRole. getAriaRequiredProperty(Element element)
Returns the value of the aria-required attribute for theelement
or "" if no such attribute is present.java.lang.String
RadiogroupRoleImpl. getAriaRequiredProperty(Element element)
java.lang.String
RowheaderRoleImpl. getAriaRequiredProperty(Element element)
java.lang.String
SpinbuttonRole. getAriaRequiredProperty(Element element)
Returns the value of the aria-required attribute for theelement
or "" if no such attribute is present.java.lang.String
SpinbuttonRoleImpl. getAriaRequiredProperty(Element element)
java.lang.String
TextboxRole. getAriaRequiredProperty(Element element)
Returns the value of the aria-required attribute for theelement
or "" if no such attribute is present.java.lang.String
TextboxRoleImpl. getAriaRequiredProperty(Element element)
java.lang.String
TreegridRoleImpl. getAriaRequiredProperty(Element element)
java.lang.String
TreeRole. getAriaRequiredProperty(Element element)
Returns the value of the aria-required attribute for theelement
or "" if no such attribute is present.java.lang.String
TreeRoleImpl. getAriaRequiredProperty(Element element)
java.lang.String
ColumnheaderRoleImpl. getAriaSelectedState(Element element)
java.lang.String
GridcellRole. getAriaSelectedState(Element element)
Returns the value of the aria-selected attribute for theelement
or "" if no such attribute is present.java.lang.String
GridcellRoleImpl. getAriaSelectedState(Element element)
java.lang.String
MenuitemradioRoleImpl. getAriaSelectedState(Element element)
java.lang.String
OptionRole. getAriaSelectedState(Element element)
Returns the value of the aria-selected attribute for theelement
or "" if no such attribute is present.java.lang.String
OptionRoleImpl. getAriaSelectedState(Element element)
java.lang.String
RadioRoleImpl. getAriaSelectedState(Element element)
java.lang.String
RowheaderRoleImpl. getAriaSelectedState(Element element)
java.lang.String
RowRole. getAriaSelectedState(Element element)
Returns the value of the aria-selected attribute for theelement
or "" if no such attribute is present.java.lang.String
RowRoleImpl. getAriaSelectedState(Element element)
java.lang.String
TabRole. getAriaSelectedState(Element element)
Returns the value of the aria-selected attribute for theelement
or "" if no such attribute is present.java.lang.String
TabRoleImpl. getAriaSelectedState(Element element)
java.lang.String
TreeitemRoleImpl. getAriaSelectedState(Element element)
java.lang.String
ListitemRole. getAriaSetsizeProperty(Element element)
Returns the value of the aria-setsize attribute for theelement
or "" if no such attribute is present.java.lang.String
ListitemRoleImpl. getAriaSetsizeProperty(Element element)
java.lang.String
MenuitemradioRoleImpl. getAriaSetsizeProperty(Element element)
java.lang.String
OptionRole. getAriaSetsizeProperty(Element element)
Returns the value of the aria-setsize attribute for theelement
or "" if no such attribute is present.java.lang.String
OptionRoleImpl. getAriaSetsizeProperty(Element element)
java.lang.String
RadioRoleImpl. getAriaSetsizeProperty(Element element)
java.lang.String
TreeitemRoleImpl. getAriaSetsizeProperty(Element element)
java.lang.String
ColumnheaderRole. getAriaSortProperty(Element element)
Returns the value of the aria-sort attribute for theelement
or "" if no such attribute is present.java.lang.String
ColumnheaderRoleImpl. getAriaSortProperty(Element element)
java.lang.String
RowheaderRole. getAriaSortProperty(Element element)
Returns the value of the aria-sort attribute for theelement
or "" if no such attribute is present.java.lang.String
RowheaderRoleImpl. getAriaSortProperty(Element element)
java.lang.String
ProgressbarRoleImpl. getAriaValuemaxProperty(Element element)
java.lang.String
RangeRole. getAriaValuemaxProperty(Element element)
Returns the value of the aria-valuemax attribute for theelement
or "" if no such attribute is present.java.lang.String
ScrollbarRoleImpl. getAriaValuemaxProperty(Element element)
java.lang.String
SliderRoleImpl. getAriaValuemaxProperty(Element element)
java.lang.String
SpinbuttonRoleImpl. getAriaValuemaxProperty(Element element)
java.lang.String
ProgressbarRoleImpl. getAriaValueminProperty(Element element)
java.lang.String
RangeRole. getAriaValueminProperty(Element element)
Returns the value of the aria-valuemin attribute for theelement
or "" if no such attribute is present.java.lang.String
ScrollbarRoleImpl. getAriaValueminProperty(Element element)
java.lang.String
SliderRoleImpl. getAriaValueminProperty(Element element)
java.lang.String
SpinbuttonRoleImpl. getAriaValueminProperty(Element element)
java.lang.String
ProgressbarRoleImpl. getAriaValuenowProperty(Element element)
java.lang.String
RangeRole. getAriaValuenowProperty(Element element)
Returns the value of the aria-valuenow attribute for theelement
or "" if no such attribute is present.java.lang.String
ScrollbarRoleImpl. getAriaValuenowProperty(Element element)
java.lang.String
SliderRoleImpl. getAriaValuenowProperty(Element element)
java.lang.String
SpinbuttonRoleImpl. getAriaValuenowProperty(Element element)
java.lang.String
ProgressbarRoleImpl. getAriaValuetextProperty(Element element)
java.lang.String
RangeRole. getAriaValuetextProperty(Element element)
Returns the value of the aria-valuetext attribute for theelement
or "" if no such attribute is present.java.lang.String
ScrollbarRoleImpl. getAriaValuetextProperty(Element element)
java.lang.String
SliderRoleImpl. getAriaValuetextProperty(Element element)
java.lang.String
SpinbuttonRoleImpl. getAriaValuetextProperty(Element element)
java.lang.String
Role. getTabindexExtraAttribute(Element element)
Returns the value of the tabIndex attribute for theelement
or "" if no such attribute is present.java.lang.String
RoleImpl. getTabindexExtraAttribute(Element element)
static Id
Id. of(Element element)
Creates an Id instance for theelement
by getting the element 'id' attribute.void
Attribute. remove(Element element)
Removes the state/property attribute for elementelement
.void
Role. remove(Element element)
Removes the 'role' attribute from theelement
.void
RoleImpl. remove(Element element)
void
ComboboxRoleImpl. removeAriaActivedescendantProperty(Element element)
void
CompositeRole. removeAriaActivedescendantProperty(Element element)
Removes the aria-activedescendant attribute from theelement
.void
GridRoleImpl. removeAriaActivedescendantProperty(Element element)
void
GroupRole. removeAriaActivedescendantProperty(Element element)
Removes the aria-activedescendant attribute from theelement
.void
GroupRoleImpl. removeAriaActivedescendantProperty(Element element)
void
ListboxRoleImpl. removeAriaActivedescendantProperty(Element element)
void
MenubarRoleImpl. removeAriaActivedescendantProperty(Element element)
void
MenuRoleImpl. removeAriaActivedescendantProperty(Element element)
void
RadiogroupRoleImpl. removeAriaActivedescendantProperty(Element element)
void
RowgroupRoleImpl. removeAriaActivedescendantProperty(Element element)
void
RowRoleImpl. removeAriaActivedescendantProperty(Element element)
void
TablistRoleImpl. removeAriaActivedescendantProperty(Element element)
void
TextboxRole. removeAriaActivedescendantProperty(Element element)
Removes the aria-activedescendant attribute from theelement
.void
TextboxRoleImpl. removeAriaActivedescendantProperty(Element element)
void
ToolbarRoleImpl. removeAriaActivedescendantProperty(Element element)
void
TreegridRoleImpl. removeAriaActivedescendantProperty(Element element)
void
TreeRoleImpl. removeAriaActivedescendantProperty(Element element)
void
Role. removeAriaAtomicProperty(Element element)
Removes the aria-atomic attribute from theelement
.void
RoleImpl. removeAriaAtomicProperty(Element element)
void
ComboboxRole. removeAriaAutocompleteProperty(Element element)
Removes the aria-autocomplete attribute from theelement
.void
ComboboxRoleImpl. removeAriaAutocompleteProperty(Element element)
void
TextboxRole. removeAriaAutocompleteProperty(Element element)
Removes the aria-autocomplete attribute from theelement
.void
TextboxRoleImpl. removeAriaAutocompleteProperty(Element element)
void
Role. removeAriaBusyState(Element element)
Removes the aria-busy attribute from theelement
.void
RoleImpl. removeAriaBusyState(Element element)
void
CheckboxRole. removeAriaCheckedState(Element element)
Removes the aria-checked attribute from theelement
.void
CheckboxRoleImpl. removeAriaCheckedState(Element element)
void
MenuitemcheckboxRoleImpl. removeAriaCheckedState(Element element)
void
MenuitemradioRoleImpl. removeAriaCheckedState(Element element)
void
OptionRole. removeAriaCheckedState(Element element)
Removes the aria-checked attribute from theelement
.void
OptionRoleImpl. removeAriaCheckedState(Element element)
void
RadioRoleImpl. removeAriaCheckedState(Element element)
void
TreeitemRoleImpl. removeAriaCheckedState(Element element)
void
Role. removeAriaControlsProperty(Element element)
Removes the aria-controls attribute from theelement
.void
RoleImpl. removeAriaControlsProperty(Element element)
void
ScrollbarRoleImpl. removeAriaControlsProperty(Element element)
void
Role. removeAriaDescribedbyProperty(Element element)
Removes the aria-describedby attribute from theelement
.void
RoleImpl. removeAriaDescribedbyProperty(Element element)
void
Role. removeAriaDisabledState(Element element)
Removes the aria-disabled attribute from theelement
.void
RoleImpl. removeAriaDisabledState(Element element)
void
Role. removeAriaDropeffectProperty(Element element)
Removes the aria-dropeffect attribute from theelement
.void
RoleImpl. removeAriaDropeffectProperty(Element element)
void
AlertdialogRoleImpl. removeAriaExpandedState(Element element)
void
AlertRoleImpl. removeAriaExpandedState(Element element)
void
ApplicationRoleImpl. removeAriaExpandedState(Element element)
void
ArticleRoleImpl. removeAriaExpandedState(Element element)
void
BannerRoleImpl. removeAriaExpandedState(Element element)
void
ButtonRole. removeAriaExpandedState(Element element)
Removes the aria-expanded attribute from theelement
.void
ButtonRoleImpl. removeAriaExpandedState(Element element)
void
ColumnheaderRoleImpl. removeAriaExpandedState(Element element)
void
ComboboxRoleImpl. removeAriaExpandedState(Element element)
void
ComplementaryRoleImpl. removeAriaExpandedState(Element element)
void
ContentinfoRoleImpl. removeAriaExpandedState(Element element)
void
DefinitionRoleImpl. removeAriaExpandedState(Element element)
void
DialogRoleImpl. removeAriaExpandedState(Element element)
void
DirectoryRoleImpl. removeAriaExpandedState(Element element)
void
DocumentRole. removeAriaExpandedState(Element element)
Removes the aria-expanded attribute from theelement
.void
DocumentRoleImpl. removeAriaExpandedState(Element element)
void
FormRoleImpl. removeAriaExpandedState(Element element)
void
GridcellRoleImpl. removeAriaExpandedState(Element element)
void
GridRoleImpl. removeAriaExpandedState(Element element)
void
GroupRoleImpl. removeAriaExpandedState(Element element)
void
HeadingRoleImpl. removeAriaExpandedState(Element element)
void
ImgRoleImpl. removeAriaExpandedState(Element element)
void
LinkRole. removeAriaExpandedState(Element element)
Removes the aria-expanded attribute from theelement
.void
LinkRoleImpl. removeAriaExpandedState(Element element)
void
ListboxRoleImpl. removeAriaExpandedState(Element element)
void
ListitemRoleImpl. removeAriaExpandedState(Element element)
void
ListRoleImpl. removeAriaExpandedState(Element element)
void
LogRoleImpl. removeAriaExpandedState(Element element)
void
MainRoleImpl. removeAriaExpandedState(Element element)
void
MarqueeRoleImpl. removeAriaExpandedState(Element element)
void
MathRoleImpl. removeAriaExpandedState(Element element)
void
MenubarRoleImpl. removeAriaExpandedState(Element element)
void
MenuRoleImpl. removeAriaExpandedState(Element element)
void
NavigationRoleImpl. removeAriaExpandedState(Element element)
void
NoteRoleImpl. removeAriaExpandedState(Element element)
void
RadiogroupRoleImpl. removeAriaExpandedState(Element element)
void
RegionRoleImpl. removeAriaExpandedState(Element element)
void
RowgroupRoleImpl. removeAriaExpandedState(Element element)
void
RowheaderRoleImpl. removeAriaExpandedState(Element element)
void
RowRoleImpl. removeAriaExpandedState(Element element)
void
SearchRoleImpl. removeAriaExpandedState(Element element)
void
SectionheadRole. removeAriaExpandedState(Element element)
Removes the aria-expanded attribute from theelement
.void
SectionRole. removeAriaExpandedState(Element element)
Removes the aria-expanded attribute from theelement
.void
SeparatorRole. removeAriaExpandedState(Element element)
Removes the aria-expanded attribute from theelement
.void
SeparatorRoleImpl. removeAriaExpandedState(Element element)
void
StatusRoleImpl. removeAriaExpandedState(Element element)
void
TablistRoleImpl. removeAriaExpandedState(Element element)
void
TabpanelRoleImpl. removeAriaExpandedState(Element element)
void
TabRoleImpl. removeAriaExpandedState(Element element)
void
TimerRoleImpl. removeAriaExpandedState(Element element)
void
ToolbarRoleImpl. removeAriaExpandedState(Element element)
void
TooltipRoleImpl. removeAriaExpandedState(Element element)
void
TreegridRoleImpl. removeAriaExpandedState(Element element)
void
TreeitemRoleImpl. removeAriaExpandedState(Element element)
void
TreeRoleImpl. removeAriaExpandedState(Element element)
void
WindowRole. removeAriaExpandedState(Element element)
Removes the aria-expanded attribute from theelement
.void
Role. removeAriaFlowtoProperty(Element element)
Removes the aria-flowto attribute from theelement
.void
RoleImpl. removeAriaFlowtoProperty(Element element)
void
Role. removeAriaGrabbedState(Element element)
Removes the aria-grabbed attribute from theelement
.void
RoleImpl. removeAriaGrabbedState(Element element)
void
Role. removeAriaHaspopupProperty(Element element)
Removes the aria-haspopup attribute from theelement
.void
RoleImpl. removeAriaHaspopupProperty(Element element)
void
Role. removeAriaHiddenState(Element element)
Removes the aria-hidden attribute from theelement
.void
RoleImpl. removeAriaHiddenState(Element element)
void
Role. removeAriaInvalidState(Element element)
Removes the aria-invalid attribute from theelement
.void
RoleImpl. removeAriaInvalidState(Element element)
void
Role. removeAriaLabelledbyProperty(Element element)
Removes the aria-labelledby attribute from theelement
.void
RoleImpl. removeAriaLabelledbyProperty(Element element)
void
Role. removeAriaLabelProperty(Element element)
Removes the aria-label attribute from theelement
.void
RoleImpl. removeAriaLabelProperty(Element element)
void
GridRole. removeAriaLevelProperty(Element element)
Removes the aria-level attribute from theelement
.void
GridRoleImpl. removeAriaLevelProperty(Element element)
void
HeadingRole. removeAriaLevelProperty(Element element)
Removes the aria-level attribute from theelement
.void
HeadingRoleImpl. removeAriaLevelProperty(Element element)
void
ListitemRole. removeAriaLevelProperty(Element element)
Removes the aria-level attribute from theelement
.void
ListitemRoleImpl. removeAriaLevelProperty(Element element)
void
RowRole. removeAriaLevelProperty(Element element)
Removes the aria-level attribute from theelement
.void
RowRoleImpl. removeAriaLevelProperty(Element element)
void
TablistRole. removeAriaLevelProperty(Element element)
Removes the aria-level attribute from theelement
.void
TablistRoleImpl. removeAriaLevelProperty(Element element)
void
TreegridRoleImpl. removeAriaLevelProperty(Element element)
void
TreeitemRoleImpl. removeAriaLevelProperty(Element element)
void
Role. removeAriaLiveProperty(Element element)
Removes the aria-live attribute from theelement
.void
RoleImpl. removeAriaLiveProperty(Element element)
void
TextboxRole. removeAriaMultilineProperty(Element element)
Removes the aria-multiline attribute from theelement
.void
TextboxRoleImpl. removeAriaMultilineProperty(Element element)
void
GridRole. removeAriaMultiselectableProperty(Element element)
Removes the aria-multiselectable attribute from theelement
.void
GridRoleImpl. removeAriaMultiselectableProperty(Element element)
void
ListboxRole. removeAriaMultiselectableProperty(Element element)
Removes the aria-multiselectable attribute from theelement
.void
ListboxRoleImpl. removeAriaMultiselectableProperty(Element element)
void
TreegridRoleImpl. removeAriaMultiselectableProperty(Element element)
void
TreeRole. removeAriaMultiselectableProperty(Element element)
Removes the aria-multiselectable attribute from theelement
.void
TreeRoleImpl. removeAriaMultiselectableProperty(Element element)
void
ScrollbarRole. removeAriaOrientationProperty(Element element)
Removes the aria-orientation attribute from theelement
.void
ScrollbarRoleImpl. removeAriaOrientationProperty(Element element)
void
SeparatorRole. removeAriaOrientationProperty(Element element)
Removes the aria-orientation attribute from theelement
.void
SeparatorRoleImpl. removeAriaOrientationProperty(Element element)
void
SliderRole. removeAriaOrientationProperty(Element element)
Removes the aria-orientation attribute from theelement
.void
SliderRoleImpl. removeAriaOrientationProperty(Element element)
void
Role. removeAriaOwnsProperty(Element element)
Removes the aria-owns attribute from theelement
.void
RoleImpl. removeAriaOwnsProperty(Element element)
void
ListitemRole. removeAriaPosinsetProperty(Element element)
Removes the aria-posinset attribute from theelement
.void
ListitemRoleImpl. removeAriaPosinsetProperty(Element element)
void
MenuitemradioRoleImpl. removeAriaPosinsetProperty(Element element)
void
OptionRole. removeAriaPosinsetProperty(Element element)
Removes the aria-posinset attribute from theelement
.void
OptionRoleImpl. removeAriaPosinsetProperty(Element element)
void
RadioRoleImpl. removeAriaPosinsetProperty(Element element)
void
TreeitemRoleImpl. removeAriaPosinsetProperty(Element element)
void
ButtonRole. removeAriaPressedState(Element element)
Removes the aria-pressed attribute from theelement
.void
ButtonRoleImpl. removeAriaPressedState(Element element)
void
ColumnheaderRoleImpl. removeAriaReadonlyProperty(Element element)
void
GridcellRole. removeAriaReadonlyProperty(Element element)
Removes the aria-readonly attribute from theelement
.void
GridcellRoleImpl. removeAriaReadonlyProperty(Element element)
void
GridRole. removeAriaReadonlyProperty(Element element)
Removes the aria-readonly attribute from theelement
.void
GridRoleImpl. removeAriaReadonlyProperty(Element element)
void
RowheaderRoleImpl. removeAriaReadonlyProperty(Element element)
void
TextboxRole. removeAriaReadonlyProperty(Element element)
Removes the aria-readonly attribute from theelement
.void
TextboxRoleImpl. removeAriaReadonlyProperty(Element element)
void
TreegridRoleImpl. removeAriaReadonlyProperty(Element element)
void
Role. removeAriaRelevantProperty(Element element)
Removes the aria-relevant attribute from theelement
.void
RoleImpl. removeAriaRelevantProperty(Element element)
void
ColumnheaderRoleImpl. removeAriaRequiredProperty(Element element)
void
ComboboxRole. removeAriaRequiredProperty(Element element)
Removes the aria-required attribute from theelement
.void
ComboboxRoleImpl. removeAriaRequiredProperty(Element element)
void
GridcellRole. removeAriaRequiredProperty(Element element)
Removes the aria-required attribute from theelement
.void
GridcellRoleImpl. removeAriaRequiredProperty(Element element)
void
ListboxRole. removeAriaRequiredProperty(Element element)
Removes the aria-required attribute from theelement
.void
ListboxRoleImpl. removeAriaRequiredProperty(Element element)
void
RadiogroupRole. removeAriaRequiredProperty(Element element)
Removes the aria-required attribute from theelement
.void
RadiogroupRoleImpl. removeAriaRequiredProperty(Element element)
void
RowheaderRoleImpl. removeAriaRequiredProperty(Element element)
void
SpinbuttonRole. removeAriaRequiredProperty(Element element)
Removes the aria-required attribute from theelement
.void
SpinbuttonRoleImpl. removeAriaRequiredProperty(Element element)
void
TextboxRole. removeAriaRequiredProperty(Element element)
Removes the aria-required attribute from theelement
.void
TextboxRoleImpl. removeAriaRequiredProperty(Element element)
void
TreegridRoleImpl. removeAriaRequiredProperty(Element element)
void
TreeRole. removeAriaRequiredProperty(Element element)
Removes the aria-required attribute from theelement
.void
TreeRoleImpl. removeAriaRequiredProperty(Element element)
void
ColumnheaderRoleImpl. removeAriaSelectedState(Element element)
void
GridcellRole. removeAriaSelectedState(Element element)
Removes the aria-selected attribute from theelement
.void
GridcellRoleImpl. removeAriaSelectedState(Element element)
void
MenuitemradioRoleImpl. removeAriaSelectedState(Element element)
void
OptionRole. removeAriaSelectedState(Element element)
Removes the aria-selected attribute from theelement
.void
OptionRoleImpl. removeAriaSelectedState(Element element)
void
RadioRoleImpl. removeAriaSelectedState(Element element)
void
RowheaderRoleImpl. removeAriaSelectedState(Element element)
void
RowRole. removeAriaSelectedState(Element element)
Removes the aria-selected attribute from theelement
.void
RowRoleImpl. removeAriaSelectedState(Element element)
void
TabRole. removeAriaSelectedState(Element element)
Removes the aria-selected attribute from theelement
.void
TabRoleImpl. removeAriaSelectedState(Element element)
void
TreeitemRoleImpl. removeAriaSelectedState(Element element)
void
ListitemRole. removeAriaSetsizeProperty(Element element)
Removes the aria-setsize attribute from theelement
.void
ListitemRoleImpl. removeAriaSetsizeProperty(Element element)
void
MenuitemradioRoleImpl. removeAriaSetsizeProperty(Element element)
void
OptionRole. removeAriaSetsizeProperty(Element element)
Removes the aria-setsize attribute from theelement
.void
OptionRoleImpl. removeAriaSetsizeProperty(Element element)
void
RadioRoleImpl. removeAriaSetsizeProperty(Element element)
void
TreeitemRoleImpl. removeAriaSetsizeProperty(Element element)
void
ColumnheaderRole. removeAriaSortProperty(Element element)
Removes the aria-sort attribute from theelement
.void
ColumnheaderRoleImpl. removeAriaSortProperty(Element element)
void
RowheaderRole. removeAriaSortProperty(Element element)
Removes the aria-sort attribute from theelement
.void
RowheaderRoleImpl. removeAriaSortProperty(Element element)
void
ProgressbarRoleImpl. removeAriaValuemaxProperty(Element element)
void
RangeRole. removeAriaValuemaxProperty(Element element)
Removes the aria-valuemax attribute from theelement
.void
ScrollbarRoleImpl. removeAriaValuemaxProperty(Element element)
void
SliderRoleImpl. removeAriaValuemaxProperty(Element element)
void
SpinbuttonRoleImpl. removeAriaValuemaxProperty(Element element)
void
ProgressbarRoleImpl. removeAriaValueminProperty(Element element)
void
RangeRole. removeAriaValueminProperty(Element element)
Removes the aria-valuemin attribute from theelement
.void
ScrollbarRoleImpl. removeAriaValueminProperty(Element element)
void
SliderRoleImpl. removeAriaValueminProperty(Element element)
void
SpinbuttonRoleImpl. removeAriaValueminProperty(Element element)
void
ProgressbarRoleImpl. removeAriaValuenowProperty(Element element)
void
RangeRole. removeAriaValuenowProperty(Element element)
Removes the aria-valuenow attribute from theelement
.void
ScrollbarRoleImpl. removeAriaValuenowProperty(Element element)
void
SliderRoleImpl. removeAriaValuenowProperty(Element element)
void
SpinbuttonRoleImpl. removeAriaValuenowProperty(Element element)
void
ProgressbarRoleImpl. removeAriaValuetextProperty(Element element)
void
RangeRole. removeAriaValuetextProperty(Element element)
Removes the aria-valuetext attribute from theelement
.void
ScrollbarRoleImpl. removeAriaValuetextProperty(Element element)
void
SliderRoleImpl. removeAriaValuetextProperty(Element element)
void
SpinbuttonRoleImpl. removeAriaValuetextProperty(Element element)
void
Role. removeTabindexExtraAttribute(Element element)
Removes the tabIndex attribute from theelement
.void
RoleImpl. removeTabindexExtraAttribute(Element element)
static Role
Roles. roleOf(Element element)
Returns the WAI-ARIA role for theelement
.void
Attribute. set(Element element, T... values)
Sets the state/propertyvalue
for the HTML elementelement
.void
Role. set(Element element)
Sets the 'role' attribute of the givenelement
to the appropriate value for this role.void
RoleImpl. set(Element element)
void
ComboboxRoleImpl. setAriaActivedescendantProperty(Element element, Id value)
void
CompositeRole. setAriaActivedescendantProperty(Element element, Id value)
void
GridRoleImpl. setAriaActivedescendantProperty(Element element, Id value)
void
GroupRole. setAriaActivedescendantProperty(Element element, Id value)
void
GroupRoleImpl. setAriaActivedescendantProperty(Element element, Id value)
void
ListboxRoleImpl. setAriaActivedescendantProperty(Element element, Id value)
void
MenubarRoleImpl. setAriaActivedescendantProperty(Element element, Id value)
void
MenuRoleImpl. setAriaActivedescendantProperty(Element element, Id value)
void
RadiogroupRoleImpl. setAriaActivedescendantProperty(Element element, Id value)
void
RowgroupRoleImpl. setAriaActivedescendantProperty(Element element, Id value)
void
RowRoleImpl. setAriaActivedescendantProperty(Element element, Id value)
void
TablistRoleImpl. setAriaActivedescendantProperty(Element element, Id value)
void
TextboxRole. setAriaActivedescendantProperty(Element element, Id value)
void
TextboxRoleImpl. setAriaActivedescendantProperty(Element element, Id value)
void
ToolbarRoleImpl. setAriaActivedescendantProperty(Element element, Id value)
void
TreegridRoleImpl. setAriaActivedescendantProperty(Element element, Id value)
void
TreeRoleImpl. setAriaActivedescendantProperty(Element element, Id value)
void
Role. setAriaAtomicProperty(Element element, boolean value)
void
RoleImpl. setAriaAtomicProperty(Element element, boolean value)
void
ComboboxRole. setAriaAutocompleteProperty(Element element, AutocompleteValue value)
void
ComboboxRoleImpl. setAriaAutocompleteProperty(Element element, AutocompleteValue value)
void
TextboxRole. setAriaAutocompleteProperty(Element element, AutocompleteValue value)
void
TextboxRoleImpl. setAriaAutocompleteProperty(Element element, AutocompleteValue value)
void
Role. setAriaBusyState(Element element, boolean value)
void
RoleImpl. setAriaBusyState(Element element, boolean value)
void
CheckboxRole. setAriaCheckedState(Element element, CheckedValue value)
void
CheckboxRoleImpl. setAriaCheckedState(Element element, CheckedValue value)
void
MenuitemcheckboxRoleImpl. setAriaCheckedState(Element element, CheckedValue value)
void
MenuitemradioRoleImpl. setAriaCheckedState(Element element, CheckedValue value)
void
OptionRole. setAriaCheckedState(Element element, CheckedValue value)
void
OptionRoleImpl. setAriaCheckedState(Element element, CheckedValue value)
void
RadioRoleImpl. setAriaCheckedState(Element element, CheckedValue value)
void
TreeitemRoleImpl. setAriaCheckedState(Element element, CheckedValue value)
void
Role. setAriaControlsProperty(Element element, Id... value)
void
RoleImpl. setAriaControlsProperty(Element element, Id... value)
void
ScrollbarRoleImpl. setAriaControlsProperty(Element element, Id... value)
void
Role. setAriaDescribedbyProperty(Element element, Id... value)
void
RoleImpl. setAriaDescribedbyProperty(Element element, Id... value)
void
Role. setAriaDisabledState(Element element, boolean value)
void
RoleImpl. setAriaDisabledState(Element element, boolean value)
void
Role. setAriaDropeffectProperty(Element element, DropeffectValue... value)
void
RoleImpl. setAriaDropeffectProperty(Element element, DropeffectValue... value)
void
AlertdialogRoleImpl. setAriaExpandedState(Element element, ExpandedValue value)
void
AlertRoleImpl. setAriaExpandedState(Element element, ExpandedValue value)
void
ApplicationRoleImpl. setAriaExpandedState(Element element, ExpandedValue value)
void
ArticleRoleImpl. setAriaExpandedState(Element element, ExpandedValue value)
void
BannerRoleImpl. setAriaExpandedState(Element element, ExpandedValue value)
void
ButtonRole. setAriaExpandedState(Element element, ExpandedValue value)
void
ButtonRoleImpl. setAriaExpandedState(Element element, ExpandedValue value)
void
ColumnheaderRoleImpl. setAriaExpandedState(Element element, ExpandedValue value)
void
ComboboxRoleImpl. setAriaExpandedState(Element element, ExpandedValue value)
void
ComplementaryRoleImpl. setAriaExpandedState(Element element, ExpandedValue value)
void
ContentinfoRoleImpl. setAriaExpandedState(Element element, ExpandedValue value)
void
DefinitionRoleImpl. setAriaExpandedState(Element element, ExpandedValue value)
void
DialogRoleImpl. setAriaExpandedState(Element element, ExpandedValue value)
void
DirectoryRoleImpl. setAriaExpandedState(Element element, ExpandedValue value)
void
DocumentRole. setAriaExpandedState(Element element, ExpandedValue value)
void
DocumentRoleImpl. setAriaExpandedState(Element element, ExpandedValue value)
void
FormRoleImpl. setAriaExpandedState(Element element, ExpandedValue value)
void
GridcellRoleImpl. setAriaExpandedState(Element element, ExpandedValue value)
void
GridRoleImpl. setAriaExpandedState(Element element, ExpandedValue value)
void
GroupRoleImpl. setAriaExpandedState(Element element, ExpandedValue value)
void
HeadingRoleImpl. setAriaExpandedState(Element element, ExpandedValue value)
void
ImgRoleImpl. setAriaExpandedState(Element element, ExpandedValue value)
void
LinkRole. setAriaExpandedState(Element element, ExpandedValue value)
void
LinkRoleImpl. setAriaExpandedState(Element element, ExpandedValue value)
void
ListboxRoleImpl. setAriaExpandedState(Element element, ExpandedValue value)
void
ListitemRoleImpl. setAriaExpandedState(Element element, ExpandedValue value)
void
ListRoleImpl. setAriaExpandedState(Element element, ExpandedValue value)
void
LogRoleImpl. setAriaExpandedState(Element element, ExpandedValue value)
void
MainRoleImpl. setAriaExpandedState(Element element, ExpandedValue value)
void
MarqueeRoleImpl. setAriaExpandedState(Element element, ExpandedValue value)
void
MathRoleImpl. setAriaExpandedState(Element element, ExpandedValue value)
void
MenubarRoleImpl. setAriaExpandedState(Element element, ExpandedValue value)
void
MenuRoleImpl. setAriaExpandedState(Element element, ExpandedValue value)
void
NavigationRoleImpl. setAriaExpandedState(Element element, ExpandedValue value)
void
NoteRoleImpl. setAriaExpandedState(Element element, ExpandedValue value)
void
RadiogroupRoleImpl. setAriaExpandedState(Element element, ExpandedValue value)
void
RegionRoleImpl. setAriaExpandedState(Element element, ExpandedValue value)
void
RowgroupRoleImpl. setAriaExpandedState(Element element, ExpandedValue value)
void
RowheaderRoleImpl. setAriaExpandedState(Element element, ExpandedValue value)
void
RowRoleImpl. setAriaExpandedState(Element element, ExpandedValue value)
void
SearchRoleImpl. setAriaExpandedState(Element element, ExpandedValue value)
void
SectionheadRole. setAriaExpandedState(Element element, ExpandedValue value)
void
SectionRole. setAriaExpandedState(Element element, ExpandedValue value)
void
SeparatorRole. setAriaExpandedState(Element element, ExpandedValue value)
void
SeparatorRoleImpl. setAriaExpandedState(Element element, ExpandedValue value)
void
StatusRoleImpl. setAriaExpandedState(Element element, ExpandedValue value)
void
TablistRoleImpl. setAriaExpandedState(Element element, ExpandedValue value)
void
TabpanelRoleImpl. setAriaExpandedState(Element element, ExpandedValue value)
void
TabRoleImpl. setAriaExpandedState(Element element, ExpandedValue value)
void
TimerRoleImpl. setAriaExpandedState(Element element, ExpandedValue value)
void
ToolbarRoleImpl. setAriaExpandedState(Element element, ExpandedValue value)
void
TooltipRoleImpl. setAriaExpandedState(Element element, ExpandedValue value)
void
TreegridRoleImpl. setAriaExpandedState(Element element, ExpandedValue value)
void
TreeitemRoleImpl. setAriaExpandedState(Element element, ExpandedValue value)
void
TreeRoleImpl. setAriaExpandedState(Element element, ExpandedValue value)
void
WindowRole. setAriaExpandedState(Element element, ExpandedValue value)
void
Role. setAriaFlowtoProperty(Element element, Id... value)
void
RoleImpl. setAriaFlowtoProperty(Element element, Id... value)
void
Role. setAriaGrabbedState(Element element, GrabbedValue value)
void
RoleImpl. setAriaGrabbedState(Element element, GrabbedValue value)
void
Role. setAriaHaspopupProperty(Element element, boolean value)
void
RoleImpl. setAriaHaspopupProperty(Element element, boolean value)
void
Role. setAriaHiddenState(Element element, boolean value)
void
RoleImpl. setAriaHiddenState(Element element, boolean value)
void
Role. setAriaInvalidState(Element element, InvalidValue value)
void
RoleImpl. setAriaInvalidState(Element element, InvalidValue value)
void
Role. setAriaLabelledbyProperty(Element element, Id... value)
void
RoleImpl. setAriaLabelledbyProperty(Element element, Id... value)
void
Role. setAriaLabelProperty(Element element, java.lang.String value)
void
RoleImpl. setAriaLabelProperty(Element element, java.lang.String value)
void
GridRole. setAriaLevelProperty(Element element, int value)
void
GridRoleImpl. setAriaLevelProperty(Element element, int value)
void
HeadingRole. setAriaLevelProperty(Element element, int value)
void
HeadingRoleImpl. setAriaLevelProperty(Element element, int value)
void
ListitemRole. setAriaLevelProperty(Element element, int value)
void
ListitemRoleImpl. setAriaLevelProperty(Element element, int value)
void
RowRole. setAriaLevelProperty(Element element, int value)
void
RowRoleImpl. setAriaLevelProperty(Element element, int value)
void
TablistRole. setAriaLevelProperty(Element element, int value)
void
TablistRoleImpl. setAriaLevelProperty(Element element, int value)
void
TreegridRoleImpl. setAriaLevelProperty(Element element, int value)
void
TreeitemRoleImpl. setAriaLevelProperty(Element element, int value)
void
Role. setAriaLiveProperty(Element element, LiveValue value)
void
RoleImpl. setAriaLiveProperty(Element element, LiveValue value)
void
TextboxRole. setAriaMultilineProperty(Element element, boolean value)
void
TextboxRoleImpl. setAriaMultilineProperty(Element element, boolean value)
void
GridRole. setAriaMultiselectableProperty(Element element, boolean value)
void
GridRoleImpl. setAriaMultiselectableProperty(Element element, boolean value)
void
ListboxRole. setAriaMultiselectableProperty(Element element, boolean value)
void
ListboxRoleImpl. setAriaMultiselectableProperty(Element element, boolean value)
void
TreegridRoleImpl. setAriaMultiselectableProperty(Element element, boolean value)
void
TreeRole. setAriaMultiselectableProperty(Element element, boolean value)
void
TreeRoleImpl. setAriaMultiselectableProperty(Element element, boolean value)
void
ScrollbarRole. setAriaOrientationProperty(Element element, OrientationValue value)
void
ScrollbarRoleImpl. setAriaOrientationProperty(Element element, OrientationValue value)
void
SeparatorRole. setAriaOrientationProperty(Element element, OrientationValue value)
void
SeparatorRoleImpl. setAriaOrientationProperty(Element element, OrientationValue value)
void
SliderRole. setAriaOrientationProperty(Element element, OrientationValue value)
void
SliderRoleImpl. setAriaOrientationProperty(Element element, OrientationValue value)
void
Role. setAriaOwnsProperty(Element element, Id... value)
void
RoleImpl. setAriaOwnsProperty(Element element, Id... value)
void
ListitemRole. setAriaPosinsetProperty(Element element, int value)
void
ListitemRoleImpl. setAriaPosinsetProperty(Element element, int value)
void
MenuitemradioRoleImpl. setAriaPosinsetProperty(Element element, int value)
void
OptionRole. setAriaPosinsetProperty(Element element, int value)
void
OptionRoleImpl. setAriaPosinsetProperty(Element element, int value)
void
RadioRoleImpl. setAriaPosinsetProperty(Element element, int value)
void
TreeitemRoleImpl. setAriaPosinsetProperty(Element element, int value)
void
ButtonRole. setAriaPressedState(Element element, PressedValue value)
void
ButtonRoleImpl. setAriaPressedState(Element element, PressedValue value)
void
ColumnheaderRoleImpl. setAriaReadonlyProperty(Element element, boolean value)
void
GridcellRole. setAriaReadonlyProperty(Element element, boolean value)
void
GridcellRoleImpl. setAriaReadonlyProperty(Element element, boolean value)
void
GridRole. setAriaReadonlyProperty(Element element, boolean value)
void
GridRoleImpl. setAriaReadonlyProperty(Element element, boolean value)
void
RowheaderRoleImpl. setAriaReadonlyProperty(Element element, boolean value)
void
TextboxRole. setAriaReadonlyProperty(Element element, boolean value)
void
TextboxRoleImpl. setAriaReadonlyProperty(Element element, boolean value)
void
TreegridRoleImpl. setAriaReadonlyProperty(Element element, boolean value)
void
Role. setAriaRelevantProperty(Element element, RelevantValue... value)
void
RoleImpl. setAriaRelevantProperty(Element element, RelevantValue... value)
void
ColumnheaderRoleImpl. setAriaRequiredProperty(Element element, boolean value)
void
ComboboxRole. setAriaRequiredProperty(Element element, boolean value)
void
ComboboxRoleImpl. setAriaRequiredProperty(Element element, boolean value)
void
GridcellRole. setAriaRequiredProperty(Element element, boolean value)
void
GridcellRoleImpl. setAriaRequiredProperty(Element element, boolean value)
void
ListboxRole. setAriaRequiredProperty(Element element, boolean value)
void
ListboxRoleImpl. setAriaRequiredProperty(Element element, boolean value)
void
RadiogroupRole. setAriaRequiredProperty(Element element, boolean value)
void
RadiogroupRoleImpl. setAriaRequiredProperty(Element element, boolean value)
void
RowheaderRoleImpl. setAriaRequiredProperty(Element element, boolean value)
void
SpinbuttonRole. setAriaRequiredProperty(Element element, boolean value)
void
SpinbuttonRoleImpl. setAriaRequiredProperty(Element element, boolean value)
void
TextboxRole. setAriaRequiredProperty(Element element, boolean value)
void
TextboxRoleImpl. setAriaRequiredProperty(Element element, boolean value)
void
TreegridRoleImpl. setAriaRequiredProperty(Element element, boolean value)
void
TreeRole. setAriaRequiredProperty(Element element, boolean value)
void
TreeRoleImpl. setAriaRequiredProperty(Element element, boolean value)
void
ColumnheaderRoleImpl. setAriaSelectedState(Element element, SelectedValue value)
void
GridcellRole. setAriaSelectedState(Element element, SelectedValue value)
void
GridcellRoleImpl. setAriaSelectedState(Element element, SelectedValue value)
void
MenuitemradioRoleImpl. setAriaSelectedState(Element element, SelectedValue value)
void
OptionRole. setAriaSelectedState(Element element, SelectedValue value)
void
OptionRoleImpl. setAriaSelectedState(Element element, SelectedValue value)
void
RadioRoleImpl. setAriaSelectedState(Element element, SelectedValue value)
void
RowheaderRoleImpl. setAriaSelectedState(Element element, SelectedValue value)
void
RowRole. setAriaSelectedState(Element element, SelectedValue value)
void
RowRoleImpl. setAriaSelectedState(Element element, SelectedValue value)
void
TabRole. setAriaSelectedState(Element element, SelectedValue value)
void
TabRoleImpl. setAriaSelectedState(Element element, SelectedValue value)
void
TreeitemRoleImpl. setAriaSelectedState(Element element, SelectedValue value)
void
ListitemRole. setAriaSetsizeProperty(Element element, int value)
void
ListitemRoleImpl. setAriaSetsizeProperty(Element element, int value)
void
MenuitemradioRoleImpl. setAriaSetsizeProperty(Element element, int value)
void
OptionRole. setAriaSetsizeProperty(Element element, int value)
void
OptionRoleImpl. setAriaSetsizeProperty(Element element, int value)
void
RadioRoleImpl. setAriaSetsizeProperty(Element element, int value)
void
TreeitemRoleImpl. setAriaSetsizeProperty(Element element, int value)
void
ColumnheaderRole. setAriaSortProperty(Element element, SortValue value)
void
ColumnheaderRoleImpl. setAriaSortProperty(Element element, SortValue value)
void
RowheaderRole. setAriaSortProperty(Element element, SortValue value)
void
RowheaderRoleImpl. setAriaSortProperty(Element element, SortValue value)
void
ProgressbarRoleImpl. setAriaValuemaxProperty(Element element, java.lang.Number value)
void
RangeRole. setAriaValuemaxProperty(Element element, java.lang.Number value)
void
ScrollbarRoleImpl. setAriaValuemaxProperty(Element element, java.lang.Number value)
void
SliderRoleImpl. setAriaValuemaxProperty(Element element, java.lang.Number value)
void
SpinbuttonRoleImpl. setAriaValuemaxProperty(Element element, java.lang.Number value)
void
ProgressbarRoleImpl. setAriaValueminProperty(Element element, java.lang.Number value)
void
RangeRole. setAriaValueminProperty(Element element, java.lang.Number value)
void
ScrollbarRoleImpl. setAriaValueminProperty(Element element, java.lang.Number value)
void
SliderRoleImpl. setAriaValueminProperty(Element element, java.lang.Number value)
void
SpinbuttonRoleImpl. setAriaValueminProperty(Element element, java.lang.Number value)
void
ProgressbarRoleImpl. setAriaValuenowProperty(Element element, java.lang.Number value)
void
RangeRole. setAriaValuenowProperty(Element element, java.lang.Number value)
void
ScrollbarRoleImpl. setAriaValuenowProperty(Element element, java.lang.Number value)
void
SliderRoleImpl. setAriaValuenowProperty(Element element, java.lang.Number value)
void
SpinbuttonRoleImpl. setAriaValuenowProperty(Element element, java.lang.Number value)
void
ProgressbarRoleImpl. setAriaValuetextProperty(Element element, java.lang.String value)
void
RangeRole. setAriaValuetextProperty(Element element, java.lang.String value)
void
ScrollbarRoleImpl. setAriaValuetextProperty(Element element, java.lang.String value)
void
SliderRoleImpl. setAriaValuetextProperty(Element element, java.lang.String value)
void
SpinbuttonRoleImpl. setAriaValuetextProperty(Element element, java.lang.String value)
void
Attribute. setDefault(Element element)
Sets the state/property value to the defaultValue if not null.void
Role. setTabindexExtraAttribute(Element element, int value)
void
RoleImpl. setTabindexExtraAttribute(Element element, int value)
-
Uses of Element in com.google.gwt.cell.client
Methods in com.google.gwt.cell.client that return Element Modifier and Type Method Description 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 Modifier and Type Method Description protected void
EditTextCell. edit(Cell.Context context, Element parent, java.lang.String value)
Convert the cell to edit mode.protected void
AbstractInputCell. finishEditing(Element parent, C value, java.lang.Object key, ValueUpdater<C> valueUpdater)
Call this method when editing is complete.protected void
TextInputCell. finishEditing(Element parent, java.lang.String value, java.lang.Object key, ValueUpdater<java.lang.String> valueUpdater)
protected Element
CompositeCell. getContainerElement(Element parent)
Get the element that acts as the container for all children.protected Element
AbstractInputCell. getInputElement(Element parent)
Get the input element.protected InputElement
TextInputCell. getInputElement(Element parent)
boolean
AbstractCell. isEditing(Cell.Context context, Element parent, C value)
Returns false.abstract boolean
AbstractEditableCell. isEditing(Cell.Context context, Element parent, C value)
Returns true if the cell is currently editing the data identified by the given element and key.boolean
AbstractInputCell. isEditing(Cell.Context context, Element parent, C value)
boolean
Cell. isEditing(Cell.Context context, Element parent, C value)
Returns true if the cell is currently editing the data identified by the given element and key.boolean
CheckboxCell. isEditing(Cell.Context context, Element parent, java.lang.Boolean value)
boolean
CompositeCell. isEditing(Cell.Context context, Element parent, C value)
boolean
DatePickerCell. isEditing(Cell.Context context, Element parent, java.util.Date value)
boolean
EditTextCell. isEditing(Cell.Context context, Element parent, java.lang.String value)
boolean
IconCellDecorator. isEditing(Cell.Context context, Element parent, C value)
void
AbstractCell. onBrowserEvent(Cell.Context context, Element parent, C value, NativeEvent event, ValueUpdater<C> valueUpdater)
Handle a browser event that took place within the cell.void
AbstractInputCell. onBrowserEvent(Cell.Context context, Element parent, C value, NativeEvent event, ValueUpdater<C> valueUpdater)
void
ActionCell. onBrowserEvent(Cell.Context context, Element parent, C value, NativeEvent event, ValueUpdater<C> valueUpdater)
void
ButtonCell. onBrowserEvent(Cell.Context context, Element parent, java.lang.String value, NativeEvent event, ValueUpdater<java.lang.String> valueUpdater)
void
ButtonCellBase. 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
CheckboxCell. onBrowserEvent(Cell.Context context, Element parent, java.lang.Boolean value, NativeEvent event, ValueUpdater<java.lang.Boolean> valueUpdater)
void
ClickableTextCell. onBrowserEvent(Cell.Context context, Element parent, java.lang.String value, NativeEvent event, ValueUpdater<java.lang.String> valueUpdater)
void
CompositeCell. onBrowserEvent(Cell.Context context, Element parent, C value, NativeEvent event, ValueUpdater<C> valueUpdater)
void
DatePickerCell. onBrowserEvent(Cell.Context context, Element parent, java.util.Date value, NativeEvent event, ValueUpdater<java.util.Date> valueUpdater)
void
EditTextCell. onBrowserEvent(Cell.Context context, Element parent, java.lang.String value, NativeEvent event, ValueUpdater<java.lang.String> valueUpdater)
void
IconCellDecorator. onBrowserEvent(Cell.Context context, Element parent, C value, NativeEvent event, ValueUpdater<C> valueUpdater)
void
ImageLoadingCell. onBrowserEvent(Cell.Context context, Element parent, java.lang.String value, NativeEvent event, ValueUpdater<java.lang.String> valueUpdater)
void
SelectionCell. onBrowserEvent(Cell.Context context, Element parent, java.lang.String value, NativeEvent event, ValueUpdater<java.lang.String> valueUpdater)
void
TextInputCell. onBrowserEvent(Cell.Context context, Element parent, java.lang.String value, NativeEvent event, ValueUpdater<java.lang.String> valueUpdater)
protected void
AbstractCell. onEnterKeyDown(Cell.Context context, Element parent, C value, NativeEvent event, ValueUpdater<C> valueUpdater)
Called when the user triggers akeydown
event with the ENTER key while focused on the cell.protected void
AbstractInputCell. onEnterKeyDown(Cell.Context context, Element parent, C value, NativeEvent event, ValueUpdater<C> valueUpdater)
protected void
ActionCell. onEnterKeyDown(Cell.Context context, Element parent, C value, NativeEvent event, ValueUpdater<C> valueUpdater)
protected void
ButtonCell. onEnterKeyDown(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
ClickableTextCell. onEnterKeyDown(Cell.Context context, Element parent, java.lang.String value, NativeEvent event, ValueUpdater<java.lang.String> valueUpdater)
protected void
DatePickerCell. onEnterKeyDown(Cell.Context context, Element parent, java.util.Date value, NativeEvent event, ValueUpdater<java.util.Date> 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
AbstractCell. resetFocus(Cell.Context context, Element parent, C value)
Reset focus on the Cell.boolean
AbstractInputCell. resetFocus(Cell.Context context, Element parent, C value)
boolean
Cell. resetFocus(Cell.Context context, Element parent, C value)
Reset focus on the Cell.boolean
CompositeCell. resetFocus(Cell.Context context, Element parent, C value)
boolean
EditTextCell. resetFocus(Cell.Context context, Element parent, java.lang.String value)
boolean
IconCellDecorator. resetFocus(Cell.Context context, Element parent, C value)
void
ButtonCellBase.Appearance. setFocus(Element parent, boolean focused)
Explicitly focus/unfocus this cell.void
ButtonCellBase.DefaultAppearance. setFocus(Element parent, boolean focused)
void
ButtonCellBase. setFocus(Element parent, boolean focused)
Explicitly focus/unfocus this cell.void
AbstractCell. setValue(Cell.Context context, Element parent, C value)
void
Cell. setValue(Cell.Context context, Element parent, C value)
This method may be used by cell containers to set the value on a single cell directly, rather than usingsetInnerHTML(String)
.void
CompositeCell. setValue(Cell.Context context, Element parent, C object)
void
IconCellDecorator. setValue(Cell.Context context, Element parent, C value)
-
Uses of Element in com.google.gwt.dom.builder.client
Classes in com.google.gwt.dom.builder.client with type parameters of type Element Modifier and Type Class Description class
DomElementBuilderBase<R extends ElementBuilderBase<?>,E extends Element>
Implementation ofElementBuilderBase
that delegates to aDomBuilderImpl
.Methods in com.google.gwt.dom.builder.client that return Element Modifier and Type Method Description (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 Modifier and Type Method Description protected abstract Element
ElementBuilderImpl. doFinishImpl()
Return the build element.protected Element
HtmlBuilderImpl. doFinishImpl()
Element
AbstractElementBuilderBase. finish()
Element
ElementBuilderBase. finish()
Return the built DOM as anElement
.Element
ElementBuilderImpl. finish()
Return the built DOM as anElement
. -
Uses of Element in com.google.gwt.dom.client
Subclasses of Element in com.google.gwt.dom.client Modifier and Type Class Description 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 Modifier and Type Method Description static Element
Element. as(JavaScriptObject o)
static Element
Element. as(Node node)
Element
Document. createElement(java.lang.String tagName)
Creates a new element.Element
DOMImpl. createElement(Document doc, java.lang.String tag)
Element
Document. getDocumentElement()
Gets the document's element.(package private) Element
DOMImpl. getDocumentScrollingElement(Document doc)
(package private) Element
DOMImplStandard. getDocumentScrollingElement(Document doc)
Deprecated.Element
Document. getElementById(java.lang.String elementId)
Returns theElement
whose id is given by elementId.Element
DOMImpl. getFirstChildElement(Element elem)
Element
Element. getFirstChildElement()
The first child of element this element.(package private) Element
DOMImplStandard. getLegacyDocumentScrollingElement(Document doc)
Deprecated.(package private) Element
DOMImplWebkit. getLegacyDocumentScrollingElement(Document doc)
(package private) Element
DOMImplStandard. getNativeDocumentScrollingElement(Document doc)
Deprecated.Element
DOMImpl. getNextSiblingElement(Element elem)
Element
Element. getNextSiblingElement()
The element immediately following this element.Element
Element. getOffsetParent()
Returns a reference to the object which is the closest (nearest in the containment hierarchy) positioned containing element.Element
DOMImpl. getParentElement(Node node)
Element
Node. getParentElement()
Gets the parent element of this node.Element
DOMImpl. getPreviousSiblingElement(Element elem)
Element
Element. getPreviousSiblingElement()
The element immediately preceding this element.(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 Modifier and Type Method Description NodeCollection<Element>
FormElement. getElements()
Returns a collection of all form control elements in the form.NodeList<Element>
Document. getElementsByTagName(java.lang.String tagName)
NodeList<Element>
Element. getElementsByTagName(java.lang.String name)
Returns a NodeList of all descendant Elements with a given tag name, in the order in which they are encountered in a preorder traversal of this Element tree.Methods in com.google.gwt.dom.client with parameters of type Element Modifier and Type Method Description static AnchorElement
AnchorElement. as(Element elem)
Assert that the givenElement
is compatible with this class and automatically typecast it.static AreaElement
AreaElement. as(Element elem)
Assert that the givenElement
is compatible with this class and automatically typecast it.static BaseElement
BaseElement. as(Element elem)
Assert that the givenElement
is compatible with this class and automatically typecast it.static BodyElement
BodyElement. as(Element elem)
Assert that the givenElement
is compatible with this class and automatically typecast it.static BRElement
BRElement. as(Element elem)
Assert that the givenElement
is compatible with this class and automatically typecast it.static ButtonElement
ButtonElement. as(Element elem)
Assert that the givenElement
is compatible with this class and automatically typecast it.static DivElement
DivElement. as(Element elem)
Assert that the givenElement
is compatible with this class and automatically typecast it.static DListElement
DListElement. as(Element elem)
static FieldSetElement
FieldSetElement. as(Element elem)
Assert that the givenElement
is compatible with this class and automatically typecast it.static FormElement
FormElement. as(Element elem)
Assert that the givenElement
is compatible with this class and automatically typecast it.static FrameElement
FrameElement. as(Element elem)
Assert that the givenElement
is compatible with this class and automatically typecast it.static FrameSetElement
FrameSetElement. as(Element elem)
Assert that the givenElement
is compatible with this class and automatically typecast it.static HeadElement
HeadElement. as(Element elem)
Assert that the givenElement
is compatible with this class and automatically typecast it.static HeadingElement
HeadingElement. as(Element elem)
Assert that the givenElement
is compatible with this class and automatically typecast it.static HRElement
HRElement. as(Element elem)
Assert that the givenElement
is compatible with this class and automatically typecast it.static IFrameElement
IFrameElement. as(Element elem)
Assert that the givenElement
is compatible with this class and automatically typecast it.static ImageElement
ImageElement. as(Element elem)
Assert that the givenElement
is compatible with this class and automatically typecast it.static InputElement
InputElement. as(Element elem)
Assert that the givenElement
is compatible with this class and automatically typecast it.static LabelElement
LabelElement. as(Element elem)
Assert that the givenElement
is compatible with this class and automatically typecast it.static LegendElement
LegendElement. as(Element elem)
Assert that the givenElement
is compatible with this class and automatically typecast it.static LIElement
LIElement. as(Element elem)
Assert that the givenElement
is compatible with this class and automatically typecast it.static LinkElement
LinkElement. as(Element elem)
Assert that the givenElement
is compatible with this class and automatically typecast it.static MapElement
MapElement. as(Element elem)
Assert that the givenElement
is compatible with this class and automatically typecast it.static MetaElement
MetaElement. as(Element elem)
Assert that the givenElement
is compatible with this class and automatically typecast it.static ModElement
ModElement. as(Element elem)
Assert that the givenElement
is compatible with this class and automatically typecast it.static ObjectElement
ObjectElement. as(Element elem)
Assert that the givenElement
is compatible with this class and automatically typecast it.static OListElement
OListElement. as(Element elem)
Assert that the givenElement
is compatible with this class and automatically typecast it.static OptGroupElement
OptGroupElement. as(Element elem)
Assert that the givenElement
is compatible with this class and automatically typecast it.static OptionElement
OptionElement. as(Element elem)
Assert that the givenElement
is compatible with this class and automatically typecast it.static ParagraphElement
ParagraphElement. as(Element elem)
Assert that the givenElement
is compatible with this class and automatically typecast it.static ParamElement
ParamElement. as(Element elem)
Assert that the givenElement
is compatible with this class and automatically typecast it.static PreElement
PreElement. as(Element elem)
Assert that the givenElement
is compatible with this class and automatically typecast it.static QuoteElement
QuoteElement. as(Element elem)
Assert that the givenElement
is compatible with this class and automatically typecast it.static ScriptElement
ScriptElement. as(Element elem)
Assert that the givenElement
is compatible with this class and automatically typecast it.static SelectElement
SelectElement. as(Element elem)
Assert that the givenElement
is compatible with this class and automatically typecast it.static SourceElement
SourceElement. as(Element elem)
Assert that the givenElement
is compatible with this class and automatically typecast it.static SpanElement
SpanElement. as(Element elem)
Assert that the givenElement
is compatible with this class and automatically typecast it.static StyleElement
StyleElement. as(Element elem)
Assert that the givenElement
is compatible with this class and automatically typecast it.static TableCaptionElement
TableCaptionElement. as(Element elem)
Assert that the givenElement
is compatible with this class and automatically typecast it.static TableCellElement
TableCellElement. as(Element elem)
Assert that the givenElement
is compatible with this class and automatically typecast it.static TableColElement
TableColElement. as(Element elem)
Assert that the givenElement
is compatible with this class and automatically typecast it.static TableElement
TableElement. as(Element elem)
Assert that the givenElement
is compatible with this class and automatically typecast it.static TableRowElement
TableRowElement. as(Element elem)
Assert that the givenElement
is compatible with this class and automatically typecast it.static TableSectionElement
TableSectionElement. as(Element elem)
Assert that the givenElement
is compatible with this class and automatically typecast it.static TextAreaElement
TextAreaElement. as(Element elem)
Assert that the givenElement
is compatible with this class and automatically typecast it.static TitleElement
TitleElement. as(Element elem)
Assert that the givenElement
is compatible with this class and automatically typecast it.static UListElement
UListElement. as(Element elem)
Assert that the givenElement
is compatible with this class and automatically typecast it.NativeEvent
Document. createMouseEvent(java.lang.String type, boolean canBubble, boolean cancelable, int detail, int screenX, int screenY, int clientX, int clientY, boolean ctrlKey, boolean altKey, boolean shiftKey, boolean metaKey, int button, Element relatedTarget)
Creates an mouse event.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
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)
Deprecated.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.abstract void
DOMImpl. dispatchEvent(Element target, NativeEvent evt)
void
DOMImplStandard. dispatchEvent(Element target, NativeEvent evt)
Deprecated.int
DOMImpl. getAbsoluteLeft(Element elem)
int
DOMImplMozilla. getAbsoluteLeft(Element elem)
int
DOMImplStandardBase. getAbsoluteLeft(Element elem)
Deprecated.int
DOMImpl. getAbsoluteTop(Element elem)
int
DOMImplMozilla. getAbsoluteTop(Element elem)
int
DOMImplStandardBase. getAbsoluteTop(Element elem)
Deprecated.java.lang.String
DOMImpl. getAttribute(Element elem, java.lang.String name)
Element
DOMImpl. getFirstChildElement(Element elem)
java.lang.String
DOMImpl. getInnerHTML(Element elem)
java.lang.String
DOMImpl. getInnerText(Element node)
java.lang.String
DOMImplStandard. getInnerText(Element elem)
Deprecated.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
DOMImpl. getScrollLeft(Element elem)
int
DOMImplMozilla. getScrollLeft(Element elem)
int
DOMImplStandardBase. getScrollLeft(Element elem)
Deprecated.int
DOMImpl. getTabIndex(Element elem)
int
DOMImplStandardBase. getTabIndex(Element elem)
Deprecated.java.lang.String
DOMImpl. getTagName(Element elem)
boolean
DOMImpl. hasAttribute(Element elem, java.lang.String name)
static boolean
AnchorElement. is(Element elem)
Determine whether the givenElement
can be cast to this class.static boolean
AreaElement. is(Element elem)
Determine whether the givenElement
can be cast to this class.static boolean
BaseElement. is(Element elem)
Determine whether the givenElement
can be cast to this class.static boolean
BodyElement. is(Element elem)
Determine whether the givenElement
can be cast to this class.static boolean
BRElement. is(Element elem)
Determine whether the givenElement
can be cast to this class.static boolean
ButtonElement. is(Element elem)
Determine whether the givenElement
can be cast to this class.static boolean
DivElement. is(Element elem)
Determine whether the givenElement
can be cast to this class.static boolean
DListElement. is(Element elem)
Determine whether the givenElement
can be cast to this class.static boolean
FieldSetElement. is(Element elem)
Determine whether the givenElement
can be cast to this class.static boolean
FormElement. is(Element elem)
Determine whether the givenElement
can be cast to this class.static boolean
FrameElement. is(Element elem)
Determine whether the givenElement
can be cast to this class.static boolean
FrameSetElement. is(Element elem)
Determine whether the givenElement
can be cast to this class.static boolean
HeadElement. is(Element elem)
Determine whether the givenElement
can be cast to this class.static boolean
HeadingElement. is(Element elem)
Determine whether the givenElement
can be cast to this class.static boolean
HRElement. is(Element elem)
Determine whether the givenElement
can be cast to this class.static boolean
IFrameElement. is(Element elem)
Determine whether the givenElement
can be cast to this class.static boolean
ImageElement. is(Element elem)
Determine whether the givenElement
can be cast to this class.static boolean
InputElement. is(Element elem)
Determine whether the givenElement
can be cast to this class.static boolean
LabelElement. is(Element elem)
Determine whether the givenElement
can be cast to this class.static boolean
LegendElement. is(Element elem)
Determine whether the givenElement
can be cast to this class.static boolean
LIElement. is(Element elem)
Determine whether the givenElement
can be cast to this class.static boolean
LinkElement. is(Element elem)
Determine whether the givenElement
can be cast to this class.static boolean
MapElement. is(Element elem)
Determine whether the givenElement
can be cast to this class.static boolean
MetaElement. is(Element elem)
Determine whether the givenElement
can be cast to this class.static boolean
ModElement. is(Element elem)
Determine whether the givenElement
can be cast to this class.static boolean
ObjectElement. is(Element elem)
Determine whether the givenElement
can be cast to this class.static boolean
OListElement. is(Element elem)
Determine whether the givenElement
can be cast to this class.static boolean
OptGroupElement. is(Element elem)
Determine whether the givenElement
can be cast to this class.static boolean
OptionElement. is(Element elem)
Determine whether the givenElement
can be cast to this class.static boolean
ParagraphElement. is(Element elem)
Determine whether the givenElement
can be cast to this class.static boolean
ParamElement. is(Element elem)
Determine whether the givenElement
can be cast to this class.static boolean
PreElement. is(Element elem)
Determine whether the givenElement
can be cast to this class.static boolean
QuoteElement. is(Element elem)
Determine whether the givenElement
can be cast to this class.static boolean
ScriptElement. is(Element elem)
Determine whether the givenElement
can be cast to this class.static boolean
SelectElement. is(Element elem)
Determine whether the givenElement
can be cast to this class.static boolean
SourceElement. is(Element elem)
Determine whether the givenElement
can be cast to this class.static boolean
SpanElement. is(Element elem)
Determine whether the givenElement
can be cast to this class.static boolean
StyleElement. is(Element elem)
Determine whether the givenElement
can be cast to this class.static boolean
TableCaptionElement. is(Element elem)
Determine whether the givenElement
can be cast to this class.static boolean
TableCellElement. is(Element elem)
Determine whether the givenElement
can be cast to this class.static boolean
TableColElement. is(Element elem)
Determine whether the givenElement
can be cast to this class.static boolean
TableElement. is(Element elem)
Determine whether the givenElement
can be cast to this class.static boolean
TableRowElement. is(Element elem)
Determine whether the givenElement
can be cast to this class.static boolean
TableSectionElement. is(Element elem)
Determine whether the givenElement
can be cast to this class.static boolean
TextAreaElement. is(Element elem)
Determine whether the givenElement
can be cast to this class.static boolean
TitleElement. is(Element elem)
Determine whether the givenElement
can be cast to this class.static boolean
UListElement. is(Element elem)
Determine whether the givenElement
can be cast to this class.protected boolean
DOMImplStandardBase. isRTL(Element elem)
Deprecated.void
DOMImpl. scrollIntoView(Element elem)
void
DOMImpl. setDraggable(Element elem, java.lang.String draggable)
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
DataTransfer. setDragImage(Element element, int x, int y)
Specify the element to use to update the drag feedback.void
DOMImpl. setInnerText(Element elem, java.lang.String text)
void
DOMImplStandard. setInnerText(Element elem, java.lang.String text)
Deprecated.void
DOMImpl. setScrollLeft(Element elem, int left)
void
DOMImplMozilla. setScrollLeft(Element elem, int left)
void
DOMImplStandardBase. setScrollLeft(Element elem, int left)
Deprecated.java.lang.String
DOMImpl. toString(Element elem)
java.lang.String
DOMImplMozilla. toString(Element elem)
-
Uses of Element in com.google.gwt.event.dom.client
Methods in com.google.gwt.event.dom.client that return Element Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Field Description (package private) Element
Layout.Layer. child
(package private) Element
Layout.Layer. container
Methods in com.google.gwt.layout.client that return Element Modifier and Type Method Description Element
LayoutImpl. attachChild(Element parent, Element child, Element before)
Deprecated.Element
Layout.Layer. getContainerElement()
Gets the container element associated with this layer.Methods in com.google.gwt.layout.client with parameters of type Element Modifier and Type Method Description void
Layout. assertIsChild(Element elem)
Asserts that the given child element is managed by this layout.Layout.Layer
Layout. attachChild(Element child)
Attaches a child element to this layout.Layout.Layer
Layout. attachChild(Element child, Element before)
Attaches a child element to this layout.Layout.Layer
Layout. attachChild(Element child, Element before, java.lang.Object userObject)
Attaches a child element to this layout.Layout.Layer
Layout. attachChild(Element child, java.lang.Object userObject)
Attaches a child element to this layout.Element
LayoutImpl. attachChild(Element parent, Element child, Element before)
Deprecated.void
LayoutImpl. fillParent(Element elem)
Deprecated.void
LayoutImpl. finalizeLayout(Element parent)
Deprecated.double
LayoutImpl. getUnitSizeInPixels(Element parent, Style.Unit unit, boolean vertical)
Deprecated.void
LayoutImpl. initParent(Element parent)
Deprecated.void
LayoutImpl. onAttach(Element parent)
Deprecated.void
LayoutImpl. onDetach(Element parent)
Deprecated.void
LayoutImpl. removeChild(Element container, Element child)
Deprecated.Constructors in com.google.gwt.layout.client with parameters of type Element Constructor Description 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 Modifier and Type Class Description class
LazyDomElement<T extends Element>
Wraps a call to a DOM element.Methods in com.google.gwt.uibinder.client that return Element Modifier and Type Method Description static Element
UiBinderUtil. fromHtml(java.lang.String html)
Methods in com.google.gwt.uibinder.client with parameters of type Element Modifier and Type Method Description static UiBinderUtil.TempAttachment
UiBinderUtil. attachToDom(Element element)
Attaches the element to the dom temporarily.boolean
UiRenderer. isParentOrRenderer(Element parent)
Checks whetherparent
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 Modifier and Type Field Description (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 Modifier and Type Method Description protected Element
AbstractCellTable. convertToElements(SafeHtml html)
protected Element
AbstractHasData. convertToElements(SafeHtml html)
Convert the specified HTML into DOM elements and return the parent of the DOM elements.(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
CellBrowser.BrowserCellList. getCellParent(Element item)
protected Element
CellList. getCellParent(Element item)
Get the parent element that wraps the cell from the list item.protected Element
CellTreeNodeView. getCellParent()
Returns the element that parents the cell contents of this node.protected Element
AbstractCellTable. getChildContainer()
protected abstract Element
AbstractHasData. getChildContainer()
Return the element that holds the rendered cells.protected Element
CellList. 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
AbstractCellTable. getKeyboardSelectedElement()
protected abstract Element
AbstractHasData. getKeyboardSelectedElement()
Get the element that has keyboard selection.protected Element
CellList. getKeyboardSelectedElement()
Element
AbstractHasData. getRowContainer()
Return the outer element that contains all of the rendered row values.Element
CellList. getRowElement(int indexOnPage)
Get theElement
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 Modifier and Type Method Description (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
CellBrowser.BrowserCellList. getCellParent(Element item)
protected Element
CellList. getCellParent(Element item)
Get the parent element that wraps the cell from the list item.HasCell<T,?>
AbstractCellTableBuilder. getColumn(Cell.Context context, T rowValue, Element elem)
Return the column containing an element.Column<T,?>
AbstractHeaderOrFooterBuilder. getColumn(Element elem)
HasCell<T,?>
CellTableBuilder. getColumn(Cell.Context context, T rowValue, Element elem)
Return the column containing an element.Column<T,?>
FooterBuilder. getColumn(Element elem)
Given an element in the DOM subtree returned by the most recent call toFooterBuilder.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,?>
HeaderBuilder. getColumn(Element elem)
Given an element in the DOM subtree returned by the most recent call toHeaderBuilder.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.Header<?>
AbstractHeaderOrFooterBuilder. getHeader(Element elem)
Header<?>
FooterBuilder. getHeader(Element elem)
Header<?>
HeaderBuilder. getHeader(Element elem)
(package private) static Element
CellTreeNodeView. getSelectionElement(Element nodeElem)
Returns the element that selection is applied to.boolean
AbstractCellTableBuilder. isColumn(Element elem)
Return if an element contains a cell.boolean
AbstractHeaderOrFooterBuilder. isColumn(Element elem)
boolean
CellTableBuilder. isColumn(Element elem)
Return if an element contains a cell.boolean
FooterBuilder. isColumn(Element elem)
Check if an element contains aColumn
.boolean
HeaderBuilder. isColumn(Element elem)
Check if an element contains aColumn
.boolean
CellBasedWidgetImpl. isFocusable(Element elem)
Deprecated.Check if an element is focusable.boolean
AbstractHeaderOrFooterBuilder. isHeader(Element elem)
boolean
FooterBuilder. isHeader(Element elem)
Check if an element contains aHeader
.boolean
HeaderBuilder. isHeader(Element elem)
Check if an element contains aHeader
.void
Column. onBrowserEvent(Cell.Context context, Element elem, T object, NativeEvent event)
Handle a browser event that took place within the column.void
Header. onBrowserEvent(Cell.Context context, Element elem, NativeEvent event)
Handle a browser event that took place within the header.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
AbstractHasData. setSelected(Element elem, boolean selected)
Deprecated.this method is never called by AbstractHasData, render the selected styles inAbstractHasData.renderRowValues(SafeHtmlBuilder, List, int, SelectionModel)
protected void
CellList. setSelected(Element elem, boolean selected)
Deprecated.this method is never called by AbstractHasData, render the selected styles inCellList.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 Constructor Description AbstractCellTable(Element elem, int pageSize, AbstractCellTable.Resources resources, ProvidesKey<T> keyProvider)
Constructs a table with the given page size, the specifiedAbstractCellTable.Style
, and the given key provider.AbstractHasData(Element elem, int pageSize, ProvidesKey<T> keyProvider)
Constructs anAbstractHasData
with the given page size.CellTreeNodeView(CellTree tree, CellTreeNodeView<?> parent, TreeViewModel.NodeInfo<T> parentNodeInfo, Element elem, T value, CellTree.CellTreeMessages messages)
Construct aCellTreeNodeView
.CellWidget(Cell<C> cell, C initialValue, ProvidesKey<C> keyProvider, Element elem)
Creates aCellWidget
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 Modifier and Type Class Description class
Element
Deprecated.Methods in com.google.gwt.user.client that return Element Modifier and Type Method Description Element
Event. getCurrentTarget()
Deprecated.useNativeEvent.getCurrentEventTarget()
insteadElement
Event. getFromElement()
Deprecated.useNativeEvent.getRelatedEventTarget()
insteadElement
Event. getRelatedTarget()
Deprecated.useNativeEvent.getRelatedEventTarget()
insteadElement
Event. getTarget()
Deprecated.useNativeEvent.getEventTarget()
insteadElement
Event. getToElement()
Deprecated.useNativeEvent.getRelatedEventTarget()
insteadMethods in com.google.gwt.user.client with parameters of type Element Modifier and Type Method Description static void
DOM. appendChild(Element parent, Element child)
Appends one element to another's list of children.static Element
DOM. asOld(Element elem)
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 toDOM.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.UsegetAbsoluteLeft()
instead.static int
DOM. getAbsoluteTop(Element elem)
Deprecated.UsegetAbsoluteTop()
instead.static java.lang.String
DOM. getAttribute(Element elem, java.lang.String attr)
Deprecated.Use the more appropriately namedgetPropertyString(String)
instead.static boolean
DOM. getBooleanAttribute(Element elem, java.lang.String attr)
Deprecated.Use the more appropriately namedgetPropertyBoolean(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.UsegetAttribute(String)
instead.static java.lang.String
DOM. getElementProperty(Element elem, java.lang.String prop)
Deprecated.UseElement#getProperty(String)
instead.static boolean
DOM. getElementPropertyBoolean(Element elem, java.lang.String prop)
Deprecated.UsegetPropertyBoolean(String)
instead.static int
DOM. getElementPropertyInt(Element elem, java.lang.String prop)
Deprecated.UsegetPropertyInt(String)
instead.static EventListener
DOM. getEventListener(Element elem)
Gets theEventListener
that will receive events for the given element.static EventListener
Event. getEventListener(Element elem)
Gets theEventListener
that will receive events for the given element.static int
DOM. getEventsSunk(Element elem)
Gets the current set of events sunk by a given element.static int
Event. 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.UsegetInnerHTML()
instead.static java.lang.String
DOM. getInnerText(Element elem)
Deprecated.UsegetInnerText()
instead.static int
DOM. getIntAttribute(Element elem, java.lang.String attr)
Deprecated.Use the more appropriately namedgetPropertyInt(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.UsegetStyle()
andStyle#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.UseElement#isOrHasChild(Element)
instead.static void
DOM. releaseCapture(Element elem)
Releases mouse/touch/gesture capture on the given element.static void
Event. releaseCapture(Element elem)
Releases mouse capture on the given element.static void
DOM. removeChild(Element parent, Element child)
Deprecated.UseElement#removeChild(Element)
instead.static void
DOM. removeElementAttribute(Element elem, java.lang.String attr)
Deprecated.UseremoveAttribute(String)
instead.static void
DOM. scrollIntoView(Element elem)
Deprecated.UsescrollIntoView()
instead.static void
DOM. setAttribute(Element elem, java.lang.String attr, java.lang.String value)
Deprecated.Use the more appropriately namedsetPropertyString(String, String)
instead.static void
DOM. setBooleanAttribute(Element elem, java.lang.String attr, boolean value)
Deprecated.Use the more appropriately namedsetPropertyBoolean(String, boolean)
instead.static void
DOM. setCapture(Element elem)
Sets mouse/touch/gesture capture on the given element.static void
Event. setCapture(Element elem)
Sets mouse-capture on the given element.static void
DOM. setElementAttribute(Element elem, java.lang.String attr, java.lang.String value)
Deprecated.UsesetAttribute(String, String)
instead.static void
DOM. setElementProperty(Element elem, java.lang.String prop, java.lang.String value)
Deprecated.UsesetPropertyString(String, String)
instead.static void
DOM. setElementPropertyBoolean(Element elem, java.lang.String prop, boolean value)
Deprecated.UsesetPropertyBoolean(String, boolean)
instead.static void
DOM. setElementPropertyInt(Element elem, java.lang.String prop, int value)
Deprecated.UsesetPropertyInt(String, int)
instead.static void
DOM. setEventListener(Element elem, EventListener listener)
Sets theEventListener
to receive events for the given element.static void
Event. setEventListener(Element elem, EventListener listener)
Sets theEventListener
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.UsesetInnerHTML(String)
instead.static void
DOM. setInnerText(Element elem, java.lang.String text)
Deprecated.UsesetInnerText(String)
instead.static void
DOM. setIntAttribute(Element elem, java.lang.String attr, int value)
Deprecated.Use the more appropriately namedsetPropertyInt(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.UsegetStyle()
andStyle#setProperty(String, String)
instead.static void
DOM. sinkBitlessEvent(Element elem, java.lang.String eventTypeName)
Sinks a named event.static void
DOM. sinkEvents(Element elem, int eventBits)
Sets the current set of events sunk by a given element.static void
Event. 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.UsegetString()
instead. -
Uses of Element in com.google.gwt.user.client.ui
Subclasses of Element in com.google.gwt.user.client.ui Modifier and Type Class Description static class
AbstractImagePrototype.ImagePrototypeElement
This corresponds to the top Element of the DOM structure created byAbstractImagePrototype.createElement()
.class
PotentialElement
EXPERIMENTAL and subject to change.Fields in com.google.gwt.user.client.ui declared as Element Modifier and Type Field Description protected Element
HTMLTable.ColumnFormatter. columnGroup
(package private) Element
NativeHorizontalScrollbar. contentDiv
The div inside the scrollable div that forces scrollbars to appear.(package private) Element
NativeVerticalScrollbar. contentDiv
The div inside the scrollable div that forces scrollbars to appear.(package private) Element
ResizeLayoutPanel.Impl. parent
(package private) Element
NativeHorizontalScrollbar. scrollable
The scrollable div used to create a scrollbar.(package private) Element
NativeVerticalScrollbar. scrollable
The scrollable div used to create a scrollbar.Element
DockPanel.LayoutData. td
Methods in com.google.gwt.user.client.ui that return Element Modifier and Type Method Description (package private) Element
DecoratedStackPanel. createHeaderElem()
(package private) Element
StackPanel. createHeaderElem()
Returns a header element.(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 thisPopupPanel
.(package private) Element
DecoratedStackPanel. getHeaderTextElem(Element headerElem)
(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
TreeItem. getImageElement()
(package private) Element
TreeItem. getImageHolderElement()
protected abstract Element
AbstractNativeScrollbar. getScrollableElement()
Get the scrollable element.protected Element
NativeHorizontalScrollbar. getScrollableElement()
protected Element
NativeVerticalScrollbar. getScrollableElement()
protected Element
SplitPanel. getSplitElement()
Deprecated.Gets the element that is acting as the splitter.(package private) Element
FormPanel. getSynthesizedIFrame()
Element
DockLayoutPanel. getWidgetContainerElement(Widget child)
Gets the container element wrapping the given child widget.Element
LayoutPanel. getWidgetContainerElement(Widget child)
Gets the container element wrapping the given child widget.(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
Composite. resolvePotentialElement()
Element
RenderablePanel. resolvePotentialElement()
protected Element
UIObject. resolvePotentialElement()
EXPERIMENTAL and subject to change.(package private) Element
PotentialElement. setResolver(UIObject resolver)
Methods in com.google.gwt.user.client.ui with parameters of type Element Modifier and Type Method Description protected void
ComplexPanel. add(Widget child, Element container)
Adds a new child widget to the panel, attaching its Element to the specified container Element.void
HTMLPanel. add(Widget widget, Element elem)
Adds a child widget to the panel, contained within an HTML element.(package private) static void
SplitPanel. addAbsolutePositoning(Element elem)
Deprecated.Sets an elements positioning to absolute.void
HTMLPanel. addAndReplaceElement(IsWidget widget, Element toReplace)
Overloaded version for IsWidget.void
HTMLPanel. addAndReplaceElement(Widget widget, Element toReplace)
Adds a child widget to the panel, replacing the HTML element.void
RenderablePanel. 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
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
Composite. 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 toIsRenderable.render(com.google.gwt.user.client.ui.RenderableStamper)
.void
RenderablePanel. claimElement(Element element)
static HtmlElementBuilder
PotentialElement. createBuilderFor(Element potentialElement)
Creates anHtmlElementBuilder
instance inheriting all attributes set for the given PotentialElement.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)
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.(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
DecoratedStackPanel. getHeaderTextElem(Element headerElem)
(package private) Element
StackPanel. getHeaderTextElem(Element headerElem)
Get the element that holds the header text given the header element created by #createHeaderElement.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 withUIObject.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
UIObject. replaceElement(Element elem)
Replaces this object's browser element.(package private) void
Widget. replaceElement(Element elem)
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.CaptionPanelImpl. setCaption(FieldSetElement fieldset, Element legend, java.lang.String caption, boolean asHTML)
void
CaptionPanel.CaptionPanelImplMozilla. setCaption(FieldSetElement fieldset, Element legend, SafeHtml caption)
void
CaptionPanel.CaptionPanelImplMozilla. setCaption(FieldSetElement fieldset, Element legend, java.lang.String caption, boolean asHTML)
void
CaptionPanel.CaptionPanelImplSafari. setCaption(FieldSetElement fieldset, Element legend, SafeHtml caption)
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 Anchor
Anchor. wrap(Element element)
Creates an Anchor widget that wraps an existing <a> element.static Button
Button. wrap(Element element)
Creates a Button widget that wraps an existing <button> element.static FileUpload
FileUpload. wrap(Element element)
Creates a FileUpload widget that wraps an existing <input type='file'> element.static FormPanel
FormPanel. wrap(Element element)
Creates a FormPanel that wraps an existing <form> element.static FormPanel
FormPanel. wrap(Element element, boolean createIFrame)
Creates a FormPanel that wraps an existing <form> element.static Frame
Frame. wrap(Element element)
Creates a Frame widget that wraps an existing <frame> element.static Hidden
Hidden. wrap(Element element)
Creates a Hidden widget that wraps an existing <input type='hidden'> element.static HTML
HTML. wrap(Element element)
Creates an HTML widget that wraps an existing <div> or <span> element.static HTMLPanel
HTMLPanel. wrap(Element element)
Creates an HTML panel that wraps an existing element.static Image
Image. wrap(Element element)
Creates a Image widget that wraps an existing <img> element.static InlineHTML
InlineHTML. wrap(Element element)
Creates an InlineHTML widget that wraps an existing <div> or <span> element.static InlineLabel
InlineLabel. wrap(Element element)
Creates a InlineLabel widget that wraps an existing <div> or <span> element.static Label
Label. wrap(Element element)
Creates a Label widget that wraps an existing <div> or <span> element.static ListBox
ListBox. wrap(Element element)
Creates a ListBox widget that wraps an existing <select> element.static PasswordTextBox
PasswordTextBox. wrap(Element element)
Creates a PasswordTextBox widget that wraps an existing <input type='password'> element.static Button
ResetButton. wrap(Element element)
Creates a ResetButton widget that wraps an existing <button> element.static SimpleCheckBox
SimpleCheckBox. wrap(Element element)
Creates a SimpleCheckBox widget that wraps an existing <input type='checkbox'> element.static SimpleRadioButton
SimpleRadioButton. wrap(Element element)
Creates a SimpleRadioButton widget that wraps an existing <input type='radio'> element.static Button
SubmitButton. wrap(Element element)
Creates a SubmitButton widget that wraps an existing <button> element.static SuggestBox
SuggestBox. wrap(SuggestOracle oracle, Element element)
Creates aSuggestBox
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 TextBox
TextBox. wrap(Element element)
Creates a TextBox widget that wraps an existing <input type='text'> 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 <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.Constructors in com.google.gwt.user.client.ui with parameters of type Element Constructor Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description CellGridImpl.Cell
CellGridImpl. getCell(Element element)
Constructors in com.google.gwt.user.datepicker.client with parameters of type Element Constructor Description Cell(Element elem, V value)
-