程序包 | 说明 |
---|---|
org.opencms.ade.containerpage.client.ui | |
org.opencms.gwt.client.dnd | |
org.opencms.gwt.client.ui |
Classes to handle GWT ui.
|
org.opencms.gwt.client.ui.tree |
Provides a tree and lazy tree implementation.
|
限定符和类型 | 方法和说明 |
---|---|
boolean |
CmsContainerPageContainer.checkPosition(int x,
int y,
CmsDNDHandler.Orientation orientation) |
boolean |
CmsGroupContainerElementPanel.checkPosition(int x,
int y,
CmsDNDHandler.Orientation orientation) |
void |
CmsContainerPageContainer.insertPlaceholder(com.google.gwt.dom.client.Element placeholder,
int x,
int y,
CmsDNDHandler.Orientation orientation) |
void |
CmsGroupContainerElementPanel.insertPlaceholder(com.google.gwt.dom.client.Element placeholder,
int x,
int y,
CmsDNDHandler.Orientation orientation) |
void |
CmsContainerPageContainer.repositionPlaceholder(int x,
int y,
CmsDNDHandler.Orientation orientation) |
void |
CmsGroupContainerElementPanel.repositionPlaceholder(int x,
int y,
CmsDNDHandler.Orientation orientation) |
限定符和类型 | 方法和说明 |
---|---|
CmsDNDHandler.Orientation |
CmsDNDHandler.getOrientation()
Returns the allowed drag and drop orientation.
|
static CmsDNDHandler.Orientation |
CmsDNDHandler.Orientation.valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。
|
static CmsDNDHandler.Orientation[] |
CmsDNDHandler.Orientation.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
限定符和类型 | 方法和说明 |
---|---|
boolean |
I_CmsDropTarget.checkPosition(int x,
int y,
CmsDNDHandler.Orientation orientation)
Returns true if the given cursor position is over the drop target.
|
void |
I_CmsDropTarget.insertPlaceholder(com.google.gwt.dom.client.Element placeholder,
int x,
int y,
CmsDNDHandler.Orientation orientation)
Inserts a new placeholder.
|
void |
I_CmsDropTarget.repositionPlaceholder(int x,
int y,
CmsDNDHandler.Orientation orientation)
Repositions the placeholder.
|
void |
CmsDNDHandler.setOrientation(CmsDNDHandler.Orientation orientation)
Sets the allowed drag and drop orientation.
|
限定符和类型 | 方法和说明 |
---|---|
boolean |
CmsList.checkPosition(int x,
int y,
CmsDNDHandler.Orientation orientation) |
void |
CmsList.insertPlaceholder(com.google.gwt.dom.client.Element placeholder,
int x,
int y,
CmsDNDHandler.Orientation orientation) |
void |
CmsList.repositionPlaceholder(int x,
int y,
CmsDNDHandler.Orientation orientation) |
限定符和类型 | 方法和说明 |
---|---|
void |
CmsTree.repositionPlaceholder(int x,
int y,
CmsDNDHandler.Orientation orientation) |
int |
CmsTreeItem.repositionPlaceholder(int x,
int y,
com.google.gwt.dom.client.Element placeholder,
CmsDNDHandler.Orientation orientation)
Positions the drag and drop placeholder as a sibling or descendant of this element.
|