Package | Description |
---|---|
zk |
ZK JavaScript extension and utilities
|
zul.inp |
The input related widgets, such as textbox and combobox.
|
Modifier and Type | Method and Description |
---|---|
protected DOMElement |
Widget.cloneDrag_(Draggable drag,
Offset ofs)
Called to create the visual effect representing what is being dragged.
|
static Widget |
DnD.getDrop(Draggable drag,
Offset pt,
Event evt)
Returns the widget to drop to.
|
static Widget |
DnD.getDropTarget(Event evt,
Draggable drag)
Returns the drop target from the event, or the element from the event's
ClientX and ClientY.
|
static DOMElement |
DnD.ghost(Draggable drag,
Offset ofs,
String msg)
Ghost the DOM element being dragged.
|
protected boolean |
Widget.ignoreDrag_(Draggable pt)
Returns if the location that an user is trying to drag is allowed.
|
protected void |
Widget.onDrop_(Draggable drag,
Event evt)
Called to fire the onDrop event.
|
protected void |
Widget.uncloneDrag_(Draggable drag)
Undo the visual effect created by
Widget.cloneDrag_(zk.Draggable, _global_.Offset) . |
Modifier and Type | Method and Description |
---|---|
static boolean |
InputCtrl.isIgnoredDragForErrorbox(Draggable dg,
Offset pointer,
Event evt)
Returns whether to ignore the dragdrop for errorbox
|
Copyright © 2005-2023 Potix Corporation. All Rights Reserved.