public class RotationEvent extends Event
Available in ZK PE
| Constructor and Description |
|---|
RotationEvent(java.lang.String name)
Constructs a rotation event.
|
RotationEvent(java.lang.String name,
Component target)
Constructs a rotation event.
|
RotationEvent(java.lang.String name,
Component target,
java.lang.Object data)
Constructs a rotation event.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getRotation()
Gets the current rotation.
|
static RotationEvent |
getRotationEvent(AuRequest request)
Converts an AU request to a rotation event.
|
getData, getEvent, getName, getPage, getTarget, isPropagatable, stopPropagation, toStringpublic RotationEvent(java.lang.String name)
public RotationEvent(java.lang.String name,
Component target)
public RotationEvent(java.lang.String name,
Component target,
java.lang.Object data)
public static RotationEvent getRotationEvent(AuRequest request)
public int getRotation()
Copyright © 2005-2024 Potix Corporation. All Rights Reserved.