|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.zkoss.zk.ui.AbstractComponent
org.zkoss.zk.ui.HtmlBasedComponent
org.zkoss.zul.impl.XulElement
org.zkoss.zul.Window
net.codescore.ui.components.windows.DropWindow
public class DropWindow
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.zkoss.zul.Window |
|---|
Window.ExtraCtrl |
| Field Summary | |
|---|---|
private DnDColumn |
myParent
|
private Integer |
rowNumber
|
private static long |
serialVersionUID
|
| Fields inherited from class org.zkoss.zk.ui.HtmlBasedComponent |
|---|
RS_NO_DISPLAY, RS_NO_HEIGHT, RS_NO_WIDTH |
| Fields inherited from interface org.zkoss.zk.ui.Component |
|---|
APPLICATION_SCOPE, COMPONENT_SCOPE, DESKTOP_SCOPE, PAGE_SCOPE, REQUEST_SCOPE, SESSION_SCOPE, SPACE_SCOPE |
| Constructor Summary | |
|---|---|
DropWindow()
|
|
| Method Summary | |
|---|---|
int |
compareTo(DnDObject o)
|
int |
getColumnNumber()
|
DnDColumn |
getDnDParent()
|
Integer |
getRowNumber()
|
void |
leaveColumn()
Removes this object from its column |
void |
onDrop(DropEvent event)
Handles what happens when an object is 'dropped' onto this object |
void |
setDnDParent(DnDColumn target)
Sets this item's parent |
void |
setRowNumber(Integer i)
Set the row number |
void |
syncParent()
|
String |
toString()
|
| Methods inherited from class org.zkoss.zul.Window |
|---|
clone, doEmbedded, doHighlighted, doModal, doOverlapped, doPopup, getBorder, getCaption, getContentSclass, getContentStyle, getCtrlKeys, getDefaultActionOnShow, getMode, getOuterAttrs, getPosition, getRealStyle, getSclass, getTitle, getTitleSclass, inEmbedded, inHighlighted, inModal, inOverlapped, inPopup, insertBefore, isClosable, isSizable, newExtraCtrl, onChildRemoved, onClose, onModal, setBorder, setClosable, setContentSclass, setContentStyle, setCtrlKeys, setDefaultActionOnShow, setDraggable, setMode, setMode, setPage, setParent, setPosition, setSclass, setSizable, setTitle, setVisible |
| Methods inherited from class org.zkoss.zul.impl.XulElement |
|---|
getAction, getActionAttrs, getAllOnClickAttrs, getContext, getInnerAttrs, getPopup, getTooltip, setAction, setContext, setContext, setPopup, setPopup, setTooltip, setTooltip |
| Methods inherited from class org.zkoss.zk.ui.HtmlBasedComponent |
|---|
focus, getAllOnClickAttrs, getDraggable, getDroppable, getHeight, getLeft, getRealSclass, getRealStyleFlags, getStyle, getTooltiptext, getTop, getWidth, getZIndex, setClass, setDroppable, setFocus, setHeight, setLeft, setStyle, setTooltiptext, setTop, setWidth, setZIndex |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.zkoss.zk.ui.IdSpace |
|---|
getFellow, getFellowIfAny |
| Field Detail |
|---|
private static final long serialVersionUID
private DnDColumn myParent
private Integer rowNumber
| Constructor Detail |
|---|
public DropWindow()
| Method Detail |
|---|
public int compareTo(DnDObject o)
compareTo in interface Comparable<DnDObject>public int getColumnNumber()
getColumnNumber in interface DnDObjectpublic DnDColumn getDnDParent()
getDnDParent in interface DnDObjectpublic Integer getRowNumber()
getRowNumber in interface DnDObjectpublic void leaveColumn()
DnDObject
leaveColumn in interface DnDObjectpublic void onDrop(DropEvent event)
DnDObject
onDrop in interface DnDObjectevent - The drop eventpublic void setDnDParent(DnDColumn target)
DnDObject
setDnDParent in interface DnDObjecttarget - The new parentpublic void setRowNumber(Integer i)
DnDObject
setRowNumber in interface DnDObjectDnDObject.getRowNumber()public void syncParent()
public String toString()
toString in class AbstractComponent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||