MoveEvent"
From Documentation
(Created page with '{{ZKComponentReferencePageHeader}} = MoveEvent = *Java API: <javadoc>org.zkoss.zk.ui.event.MoveEvent</javadoc> = Employment/Purpose = Represents an event caused by a componen…') |
m ((via JWB)) |
||
(3 intermediate revisions by 3 users not shown) | |||
Line 3: | Line 3: | ||
= MoveEvent = | = MoveEvent = | ||
+ | *Demonstration: N/A | ||
*Java API: <javadoc>org.zkoss.zk.ui.event.MoveEvent</javadoc> | *Java API: <javadoc>org.zkoss.zk.ui.event.MoveEvent</javadoc> | ||
+ | *JavaScript API: N/A | ||
= Employment/Purpose = | = Employment/Purpose = | ||
Line 11: | Line 13: | ||
Component Implementation Note: | Component Implementation Note: | ||
− | A movable component must implement < | + | A movable component must implement <code>Movable</code> for the returned object of <code>ComponentCtrl.getExtraCtrl()</code>. |
= Example = | = Example = | ||
Line 18: | Line 20: | ||
=Supported events= | =Supported events= | ||
− | {| | + | {| class='wikitable' | width="100%" |
! <center>Name</center> | ! <center>Name</center> | ||
! <center>Event Type</center> | ! <center>Event Type</center> | ||
Line 32: | Line 34: | ||
=Use cases= | =Use cases= | ||
− | {| | + | {| class='wikitable' | width="100%" |
! Version !! Description !! Example Location | ! Version !! Description !! Example Location | ||
|- | |- | ||
Line 42: | Line 44: | ||
=Version History= | =Version History= | ||
− | {| | + | {| class='wikitable' | width="100%" |
! Version !! Date !! Content | ! Version !! Date !! Content | ||
|- | |- | ||
− | | | + | | |
− | | | + | | |
− | | | + | | |
|} | |} | ||
{{ZKComponentReferencePageFooter}} | {{ZKComponentReferencePageFooter}} |
Latest revision as of 10:41, 12 January 2022
MoveEvent
- Demonstration: N/A
- Java API: MoveEvent
- JavaScript API: N/A
Employment/Purpose
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()
.
Example
Supported events
None | None |
Supported Children
*NONE
Use cases
Version | Description | Example Location |
---|---|---|
Version History
Version | Date | Content |
---|---|---|