public class RotationEvent
extends org.zkoss.zk.ui.event.Event
Available in ZK PE
Constructor and Description |
---|
RotationEvent(String name)
Constructs a rotation event.
|
RotationEvent(String name,
org.zkoss.zk.ui.Component target)
Constructs a rotation event.
|
RotationEvent(String name,
org.zkoss.zk.ui.Component target,
Object data)
Constructs a rotation event.
|
Modifier and Type | Method and Description |
---|---|
int |
getRotation()
Gets the current rotation.
|
static RotationEvent |
getRotationEvent(org.zkoss.zk.au.AuRequest request)
Converts an AU request to a rotation event.
|
public RotationEvent(String name)
public RotationEvent(String name, org.zkoss.zk.ui.Component target)
public static RotationEvent getRotationEvent(org.zkoss.zk.au.AuRequest request)
public int getRotation()
Copyright © 2022. All rights reserved.