|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.Widget
com.google.gwt.user.client.ui.Composite
com.ebmwebsourcing.geasytools.geasyui.impl.core.UIElement
public abstract class UIElement
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.google.gwt.user.client.ui.UIObject |
|---|
com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled |
| Field Summary | |
|---|---|
protected com.google.gwt.event.shared.HandlerManager |
handlerManager
|
| Fields inherited from class com.google.gwt.user.client.ui.UIObject |
|---|
DEBUG_ID_PREFIX |
| Constructor Summary | |
|---|---|
UIElement(IUIPanel uiPanel,
java.lang.String id)
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object arg0)
|
void |
fireEvent(com.google.gwt.event.shared.GwtEvent<?> event)
|
IContainer |
getContainer()
|
com.google.gwt.event.shared.HandlerManager |
getHandlerManager()
|
java.lang.String |
getId()
|
abstract com.google.gwt.user.client.ui.Widget |
getMainWidget()
|
IMouseState |
getMouseState()
|
float |
getRelativeX()
X position relatively to current container |
float |
getRelativeY()
Y position relatively to current container |
IUIPanel |
getUIPanel()
|
int |
hashCode()
|
protected void |
onAttach()
|
void |
setContainer(IContainer container)
The container is the element from with current element cannot be taken off. |
void |
setUIPanel(IUIPanel uiPanel)
|
| Methods inherited from class com.google.gwt.user.client.ui.Composite |
|---|
getWidget, initWidget, isAttached, onBrowserEvent, onDetach, setWidget |
| Methods inherited from class com.google.gwt.user.client.ui.Widget |
|---|
addAttachHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, getHandlerCount, getLayoutData, getParent, isOrWasAttached, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents |
| Methods inherited from class com.google.gwt.user.client.ui.UIObject |
|---|
addStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, setElement, setElement, setHeight, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, toString, unsinkEvents |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.ebmwebsourcing.geasytools.geasyui.api.core.IUIElement |
|---|
getHeight, getName, getWidth, setHeight, setRelativeX, setRelativeY, setWidth |
| Methods inherited from interface com.ebmwebsourcing.geasytools.geasyui.api.core.IPositionable |
|---|
getAbsoluteLeft, getAbsoluteTop |
| Methods inherited from interface com.ebmwebsourcing.geasytools.geasyui.api.core.IGraphicElement |
|---|
hide, refresh, show, toBack, toFront |
| Field Detail |
|---|
protected com.google.gwt.event.shared.HandlerManager handlerManager
| Constructor Detail |
|---|
public UIElement(IUIPanel uiPanel,
java.lang.String id)
| Method Detail |
|---|
protected void onAttach()
onAttach in class com.google.gwt.user.client.ui.Compositepublic void fireEvent(com.google.gwt.event.shared.GwtEvent<?> event)
fireEvent in interface com.google.gwt.event.shared.HasHandlersfireEvent in class com.google.gwt.user.client.ui.Widgetpublic IContainer getContainer()
getContainer in interface IPositionablegetContainer in interface IUIElementpublic java.lang.String getId()
getId in interface IUIElementpublic IMouseState getMouseState()
getMouseState in interface IUIElementpublic IUIPanel getUIPanel()
getUIPanel in interface IUIElementpublic void setContainer(IContainer container)
IUIElementIUIPanel
setContainer in interface IPositionablesetContainer in interface IUIElementpublic void setUIPanel(IUIPanel uiPanel)
setUIPanel in interface IUIElementpublic float getRelativeX()
IPositionable
getRelativeX in interface IPositionablegetRelativeX in interface IUIElementpublic float getRelativeY()
IPositionable
getRelativeY in interface IPositionablegetRelativeY in interface IUIElementpublic com.google.gwt.event.shared.HandlerManager getHandlerManager()
public boolean equals(java.lang.Object arg0)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic abstract com.google.gwt.user.client.ui.Widget getMainWidget()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||