MoveEvent

Represents an event caused by a component being moved.

Component Implementation Note:

A movable component must implement Movable for the returned object of ComponentCtrl.getExtraCtrl().

Class Name

org.zkoss.zk.ui.event.MoveEvent

Methods

Name

Description

Data Type

getKey

Returns what keys were pressed when the component is moved, or 0 if none of them was pressed. It is a combination of CTRL_KEY, SHIFT_KEY and ALT_KEY.

int

getLeft

Returns the left of the component after moved.

String

getTop

Returns the top of the component after moved.

String

Inherited From