public class SlideEvent extends Event
Note: When using with LayoutRegion component, we couldn't guarantee the triggered order of ClickEvent and SlideEvent when clicking out of the region but on elements that is listened to the onClick event.
Constructor and Description |
---|
SlideEvent(java.lang.String name,
Component target,
boolean slide)
Constructs an onOpen event.
|
Modifier and Type | Method and Description |
---|---|
static SlideEvent |
getSlideEvent(AuRequest request)
Converts an AU request to an slide event.
|
boolean |
isSlide()
Returns whether it is slide out.
|
getData, getEvent, getName, getPage, getTarget, isPropagatable, stopPropagation, toString
public SlideEvent(java.lang.String name, Component target, boolean slide)
slide
- whether the new status is slidepublic static final SlideEvent getSlideEvent(AuRequest request)
public boolean isSlide()
Copyright © 2005-2023 Potix Corporation. All Rights Reserved.