Package | Description |
---|---|
com.extjs.gxt.ui.client.core |
Core utilities.
|
com.extjs.gxt.ui.client.fx |
Classes for animation effects, resizing and dragging widgets.
|
com.extjs.gxt.ui.client.widget.form |
FormPanel and form components.
|
org.vectomatic.svg.edit.client.gxt.form | |
org.vectomatic.svg.edit.client.gxt.layout |
Modifier and Type | Method and Description |
---|---|
El |
El.addEventsSunk(int event)
Adds the event type to the element's sunk events.
|
El |
El.addStyleName(String... styleNames)
Adds the style name to the element.
|
El |
El.alignTo(com.google.gwt.user.client.Element align,
String pos,
int[] offsets)
Aligns the element with another element relative to the specified anchor
points.
|
El |
El.appendChild(com.google.gwt.user.client.Element child)
Appends a element.
|
El |
El.applyStyles(String styles)
More flexible version of
setStyleAttribute(java.lang.String, java.lang.Object) for setting style
properties. |
El |
El.blink(com.extjs.gxt.ui.client.fx.FxConfig config)
Blinks the element.
|
El |
El.blur()
Removes focus.
|
El |
El.boxWrap(String style)
Wraps the specified element with a special markup/CSS block.
|
El |
El.center()
Centers the element in the viewport.
|
El |
El.center(boolean constrainViewport)
Centers the element.
|
El |
El.center(com.google.gwt.user.client.Element container)
Centers an element.
|
El |
El.child(String selector)
Selects a single child at any depth below this element based on the passed
CSS selector.
|
El |
El.childNode(int index)
Returns the element's child.
|
El |
El.clearOpacity()
Clears the set opacity correctly.
|
El |
El.click()
Generators a native dom click on the element.
|
El |
El.clip()
Clips overflow on the element.
|
El |
El.createChild(String html)
Creates and adds a child using the HTML fragment.
|
El |
El.createChild(String html,
com.google.gwt.user.client.Element insertBefore)
Creates and inserts a child using the HTML fragment.
|
El |
El.disable()
Disables the element.
|
El |
El.disableContextMenu(boolean disable)
Enables and disables the browsers default context menu for the specified
element.A circular reference will be created when disabling text selection.
|
El |
El.disableTextSelection(boolean disable)
Enables or disables text selection for the element.
|
El |
El.down(String selector)
Selects a single *direct* child based on the passed CSS selector (the
selector should not contain an id).
|
El |
El.enable()
Enables the element.
|
El |
El.enableDisplayMode(String display)
Convenience method for setVisibilityMode(VisibilityMode.DISPLAY).
|
El |
El.fadeIn(com.extjs.gxt.ui.client.fx.FxConfig config)
Fades in the element.
|
El |
El.fadeOut(com.extjs.gxt.ui.client.fx.FxConfig config)
Fades out the element.
|
El |
El.fadeToggle(com.extjs.gxt.ui.client.fx.FxConfig config)
Toggles the element visibility using a fade effect.
|
El |
El.findParent(String selector,
int maxDepth)
Looks at this node and then at parent nodes for a match of the passed
simple selector (e.g.
|
El |
El.firstChild()
Returns the element's first child.
|
static El |
El.fly(com.google.gwt.dom.client.Element element) |
static El |
El.fly(com.google.gwt.user.client.Element element) |
static El |
El.fly(com.google.gwt.dom.client.Element element,
String s)
Gets the globally shared flyweight El, with the passed node as the active
element.
|
static El |
El.fly(com.google.gwt.user.client.Element element,
String s)
Gets the globally shared flyweight El, with the passed node as the active
element.
|
El |
El.focus()
Tries to focus the element.
|
El |
El.getChild(int index)
Returns a child element.
|
El |
El.getParent()
Returns the element's parent.
|
El |
El.hide()
Hides this element
|
El |
El.insertBefore(com.google.gwt.user.client.Element before)
Inserts this element before the passed element.
|
El |
El.insertBefore(com.google.gwt.user.client.Element[] elements,
com.google.gwt.user.client.Element before)
Inserts the elements as a child before the given element.
|
El |
El.insertBefore(com.google.gwt.user.client.Element child,
com.google.gwt.user.client.Element before)
Inserts the element as a child before the given element.
|
El |
El.insertChild(com.google.gwt.user.client.Element[] children,
int index)
Inserts the children at the specified index.
|
El |
El.insertChild(com.google.gwt.user.client.Element child,
int index)
Inserts an element at the specified index.
|
El |
El.insertFirst(com.google.gwt.user.client.Element element)
Inserts an element as the first child.
|
El |
El.insertFirst(com.google.gwt.user.client.Element[] elems)
Inserts the children.
|
El |
El.insertFirst(String html)
Creates and inserts a child element.
|
El |
El.insertHtml(String where,
String html)
Inserts an html fragment into this element
|
El |
El.insertInto(com.google.gwt.user.client.Element parent)
Inserts the element into the given parent.
|
El |
El.insertInto(com.google.gwt.user.client.Element parent,
int index)
Inserts a element.
|
El |
El.insertLast(com.google.gwt.user.client.Element child)
Inserts the child element as the last child.
|
El |
El.insertSibling(com.google.gwt.user.client.Element[] elems,
String where)
Inserts the passed elements as a sibling of this element.
|
El |
El.lastChild()
Returns the element's last child.
|
El |
El.makePositionable()
Makes an element positionable.
|
El |
El.makePositionable(boolean absolute)
Makes an element positionable.
|
El |
El.mask()
Puts a mask over this element to disable user interaction.
|
El |
El.mask(String message)
Puts a mask over this element to disable user interaction.
|
El |
El.mask(String message,
String messageStyleName)
Puts a mask over this element to disable user interaction.
|
El |
El.remove()
Removes this element from the DOM
|
El |
El.removeChild(com.google.gwt.user.client.Element child)
Removes a child.
|
El |
El.removeChildren()
Removes all the elements children.
|
El |
El.removeFromParent()
Removes the element from it's parent.
|
El |
El.removeStyleName(String... styleNames)
Removes the style names(s) from the element.
|
El |
El.removeStyleName(String styleName)
Removes a style name.
|
El |
El.repaint()
Forces the Browser to repaint this element.
|
El |
El.replaceStyleName(String oldStyle,
String newStyle)
Replaces a style name on the element with another.
|
El |
El.scrollIntoView(com.google.gwt.user.client.Element container,
boolean hscroll) |
El |
El.scrollIntoView(com.google.gwt.user.client.Element container,
boolean hscroll,
int[] offsets)
Scrolls the element into view.
|
El |
El.scrollTo(String side,
int value)
Scrolls this element the specified scroll point.
|
El |
El.scrollTo(String side,
int value,
com.extjs.gxt.ui.client.fx.FxConfig config)
Scrolls this element the specified scroll point.
|
El |
El.selectNode(String selector)
Selects a single element.
|
El |
El.setBorders(boolean show)
Adds or removes a border.
|
El |
El.setBounds(int x,
int y,
int width,
int height)
Sets the element's bounds.
|
El |
El.setBounds(int x,
int y,
int width,
int height,
boolean adjust)
Sets the element's bounds.
|
El |
El.setBounds(com.extjs.gxt.ui.client.util.Rectangle bounds)
Sets the element's bounds.
|
El |
El.setBounds(com.extjs.gxt.ui.client.util.Rectangle bounds,
boolean content)
Sets the element's bounds.
|
El |
El.setDisplayed(boolean display)
Sets the CSS display property.
|
El |
El.setDisplayed(String display)
Sets the CSS display property.
|
El |
El.setElementAttribute(String attr,
boolean value)
Sets an element's attribute.
|
El |
El.setElementAttribute(String attr,
int value)
Sets an element's attribute.
|
El |
El.setElementAttribute(String attr,
String value)
Sets an element's attribute.
|
El |
El.setFocus(boolean focus)
True to focus, false to blur.
|
El |
El.setHeight(int height)
Sets the elements height.
|
El |
El.setHeight(int height,
boolean adjust)
Sets the elements height.
|
El |
El.setHeight(String height)
Sets the elements height.
|
El |
El.setIconStyle(String style)
Sets the the icon for an element either as a CSS style name or image path.
|
El |
El.setId(String id)
Sets the element's id.
|
El |
El.setInnerHtml(String html)
Sets the element's inner html.
|
El |
El.setIntElementProperty(String property,
int value)
Sets an element's property.
|
El |
El.setLeft(int left)
Sets the element's left position directly using CSS style (instead of
setX(int) ). |
El |
El.setLeftTop(int left,
int top)
Quick set left and top adding default units.
|
El |
El.setMargins(com.extjs.gxt.ui.client.util.Margins margin)
Sets the elements's margin.
|
El |
El.setPadding(com.extjs.gxt.ui.client.util.Padding padding)
Sets the elements's padding.
|
El |
El.setPagePosition(int x,
int y)
Sets the element's position in page coordinates.
|
El |
El.setScrollLeft(int left)
Sets the element's horizontal scroll position.
|
El |
El.setScrollTop(int top)
Sets the element's vertical scroll position.
|
El |
El.setSize(int width,
int height)
Sets the element's size.
|
El |
El.setSize(int width,
int height,
boolean adjust)
Set the size of the element.
|
El |
El.setSize(com.extjs.gxt.ui.client.util.Size size)
Sets the element's size.
|
El |
El.setSize(String width,
String height)
Sets the element's size.
|
El |
El.setStyleAttribute(String attr,
Object value)
Sets a style attribute.
|
El |
El.setStyleName(String style)
Sets the element's style name.
|
El |
El.setStyleName(String style,
boolean add)
Adds or removes the style name.
|
El |
El.setStyleSize(int width,
int height)
Sets the element's size using style attributes.
|
El |
El.setTabIndex(int index)
Sets the element's tab index.
|
El |
El.setTitle(String title)
Sets the element's title property.
|
El |
El.setTop(int top)
Sets the element's top position directly using CSS style (instead of
setY(int) ). |
El |
El.setValue(String value)
Sets the element's value property.
|
El |
El.setVisibility(boolean visible)
Sets the elements css 'visibility' property.
|
El |
El.setVisibilityMode(El.VisMode visMode)
Sets the element's visibility mode.
|
El |
El.setVisible(boolean visible)
Sets the visibility of the element (see details).
|
El |
El.setWidth(int width)
Sets the element's width.
|
El |
El.setWidth(int width,
boolean adjust)
Sets the elements's width.
|
El |
El.setWidth(String width)
Sets the element's width.
|
El |
El.setX(int x)
Sets the X position of the element based on page coordinates.
|
El |
El.setXY(int x,
int y)
Sets the elements position in page coordinates.
|
El |
El.setXY(int x,
int y,
com.extjs.gxt.ui.client.fx.FxConfig config)
Sets the elements position in page coordinates.
|
El |
El.setXY(com.extjs.gxt.ui.client.util.Point p)
Sets the element's position in page coordinates.
|
El |
El.setY(int y)
Sets the Y position of the element based on page coordinates.
|
El |
El.setZIndex(int zIndex)
Sets the element's z-index.
|
El |
El.show()
Shows this element
|
El |
El.slideIn(com.extjs.gxt.ui.client.Style.Direction direction,
com.extjs.gxt.ui.client.fx.FxConfig config)
Slides the element in.
|
El |
El.slideOut(com.extjs.gxt.ui.client.Style.Direction direction,
com.extjs.gxt.ui.client.fx.FxConfig config)
Slides the element out.
|
El |
El.subChild(int depth)
Returns the element's sub child.
|
El |
El.sync(boolean show)
Synchronizes the layer.
|
El |
El.toggleStyleName(String styleName)
Toggles the given style name, adding if not already present, removing if
present.
|
El |
El.unclip()
Return clipping (overflow) to original clipping before clip() was called.
|
El |
El.unmask()
Removes a previously applied mask.
|
El |
El.unwrap(com.google.gwt.user.client.Element child,
com.extjs.gxt.ui.client.util.Rectangle bounds)
Unwraps the child element.
|
El |
El.update(String html)
Sets the innerHTML to the given markup.
|
El |
El.updateZIndex(int adj)
Sets the element's z-index using
XDOM.getTopZIndex() to ensure it
has the highest values. |
Modifier and Type | Field and Description |
---|---|
protected El |
Draggable.proxyEl |
Modifier and Type | Method and Description |
---|---|
protected El |
Draggable.createProxy() |
Modifier and Type | Method and Description |
---|---|
void |
Draggable.setProxy(El element)
Sets the proxy element.
|
Modifier and Type | Field and Description |
---|---|
protected El |
HtmlEditor.textarea |
Modifier and Type | Method and Description |
---|---|
protected El |
ListField.getInputEl() |
protected El |
HtmlEditor.getInputEl() |
Modifier and Type | Field and Description |
---|---|
protected El |
FloatSliderField.hidden |
Modifier and Type | Method and Description |
---|---|
protected El |
FloatSliderField.getFocusEl() |
protected El |
FloatSliderField.getInputEl() |
Modifier and Type | Method and Description |
---|---|
protected void |
AbsoluteLayerLayout.onLayout(com.extjs.gxt.ui.client.widget.Container<?> container,
El target) |
Copyright © 2018. All Rights Reserved.