|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sencha.gxt.core.client.util.BaseEventPreview
public class BaseEventPreview
Specialized EventPreview. Provides auto hide support and the
ability to add elements which should be ignored when auto hide is enabled.
| Constructor Summary | |
|---|---|
BaseEventPreview()
|
|
| Method Summary | |
|---|---|
void |
add()
Adds this instance to the event preview stack. |
CompositeElement |
getIgnoreList()
Returns the ignore list. |
static int |
getLastClientX()
Returns the last client x value when a base event preview is on top of the preview stack. |
static int |
getLastClientY()
Returns the last client y value when a base event preview is on top of the preview stack. |
static Point |
getLastXY()
Returns the last xy value when a base event preview is on top of the preview stack. |
boolean |
isAutoHide()
Returns true if auto hide is enabled. |
boolean |
isAutoHideAllowEvent()
Returns true if the auto hide event is cancelled. |
void |
onPreviewNativeEvent(Event.NativePreviewEvent event)
|
void |
push()
Pushes the event preview to the stop of the stack. |
void |
remove()
Removes event preview. |
void |
setAutoHide(boolean autoHide)
True to remove the event preview when the user clicks on an element not it the ignore list (default to true). |
void |
setAutoHideCancelEvent(boolean autoHideAllowEvent)
Sets if the event that removes event preview is cancelled (default to true). |
void |
setIgnoreList(CompositeElement ignoreList)
List of elements to be ignored when autoHide is enabled. |
void |
setKeyEvent(int type)
Sets the key event type used to determine key presses for onPreview(Event.NativePreviewEvent). |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BaseEventPreview()
| Method Detail |
|---|
public static int getLastClientX()
public static int getLastClientY()
public static Point getLastXY()
public void add()
public CompositeElement getIgnoreList()
public boolean isAutoHide()
public boolean isAutoHideAllowEvent()
public void onPreviewNativeEvent(Event.NativePreviewEvent event)
onPreviewNativeEvent in interface Event.NativePreviewHandlerpublic void push()
public void remove()
public void setAutoHide(boolean autoHide)
autoHide - the auto hide statepublic void setAutoHideCancelEvent(boolean autoHideAllowEvent)
setAutoHide(boolean) is true.
autoHideAllowEvent - true to cancel the eventpublic void setIgnoreList(CompositeElement ignoreList)
ignoreList - the ignore listpublic void setKeyEvent(int type)
onPreview(Event.NativePreviewEvent). By default, the key press
event is determined using KeyNav.getKeyEvent().
type - the key event type
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||