|
|||||||||
| 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.Panel
com.google.gwt.user.client.ui.SimplePanel
com.google.gwt.user.client.ui.PopupPanel
us.asciiroth.client.ui.CellInfoPanel
public class CellInfoPanel
This panel appears when you mouse over a cell and provides a legend for the contents of the cell. It is really complicated becausee mouseout doesn't always seem to work...
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.google.gwt.user.client.ui.PopupPanel |
|---|
com.google.gwt.user.client.ui.PopupPanel.PositionCallback |
| 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 |
|---|
| Fields inherited from class com.google.gwt.user.client.ui.UIObject |
|---|
DEBUG_ID_PREFIX |
| Constructor Summary | |
|---|---|
CellInfoPanel()
|
|
| Method Summary | |
|---|---|
void |
display()
|
void |
onContextMenu(com.google.gwt.user.client.Element td,
Cell cell,
boolean shifted)
|
void |
onMouseDown(com.google.gwt.user.client.Element td,
Cell cell,
boolean shifted)
|
void |
onMouseOut(com.google.gwt.user.client.Element td,
Cell cell,
boolean shifted)
|
void |
onMouseOver(com.google.gwt.user.client.Element td,
Cell cell,
boolean shifted)
|
void |
onMouseUp(com.google.gwt.user.client.Element td,
Cell cell,
boolean shifted)
|
| Methods inherited from class com.google.gwt.user.client.ui.PopupPanel |
|---|
addAutoHidePartner, addCloseHandler, addPopupListener, center, getOffsetHeight, getOffsetWidth, getPopupLeft, getPopupTop, getTitle, hide, hide, isAnimationEnabled, isAutoHideEnabled, isModal, isPreviewingAllNativeEvents, isShowing, isVisible, onEventPreview, onKeyDownPreview, onKeyPressPreview, onKeyUpPreview, removeAutoHidePartner, removePopupListener, setAnimationEnabled, setAutoHideEnabled, setHeight, setModal, setPopupPosition, setPopupPositionAndShow, setPreviewingAllNativeEvents, setTitle, setVisible, setWidget, setWidth, show, showRelativeTo |
| Methods inherited from class com.google.gwt.user.client.ui.SimplePanel |
|---|
add, getWidget, iterator, remove |
| Methods inherited from class com.google.gwt.user.client.ui.Panel |
|---|
clear |
| Methods inherited from class com.google.gwt.user.client.ui.Widget |
|---|
fireEvent, getParent, isAttached, onBrowserEvent, removeFromParent, sinkEvents |
| Methods inherited from class com.google.gwt.user.client.ui.UIObject |
|---|
addStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getStyleName, getStylePrimaryName, isVisible, removeStyleDependentName, removeStyleName, setPixelSize, setSize, setStyleName, setStylePrimaryName, setVisible, toString, unsinkEvents |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.google.gwt.event.shared.HasHandlers |
|---|
fireEvent |
| Constructor Detail |
|---|
public CellInfoPanel()
| Method Detail |
|---|
public void display()
public void onContextMenu(com.google.gwt.user.client.Element td,
Cell cell,
boolean shifted)
onContextMenu in interface MouseCellListener
public void onMouseDown(com.google.gwt.user.client.Element td,
Cell cell,
boolean shifted)
onMouseDown in interface MouseCellListener
public void onMouseOut(com.google.gwt.user.client.Element td,
Cell cell,
boolean shifted)
onMouseOut in interface MouseCellListener
public void onMouseOver(com.google.gwt.user.client.Element td,
Cell cell,
boolean shifted)
onMouseOver in interface MouseCellListener
public void onMouseUp(com.google.gwt.user.client.Element td,
Cell cell,
boolean shifted)
onMouseUp in interface MouseCellListener
|
0.7 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
© 2009 Alx Dark