public class CmsContainerZIndexManager extends java.lang.Object implements I_CmsContainerZIndexManager
限定符和类型 | 字段和说明 |
---|---|
static int |
BUMP_OFFSET
The constant which should be added to the bumped z index.
|
构造器和说明 |
---|
CmsContainerZIndexManager() |
限定符和类型 | 方法和说明 |
---|---|
void |
addContainer(java.lang.String name,
com.google.gwt.dom.client.Element element)
Adds a container to handle.
|
void |
bump(java.lang.String containerName)
Bumps the z indices for the ancestor elements of a given container.
|
void |
enter(java.lang.String containerName)
Called when the user drags an element over a container.
|
void |
leave(java.lang.String containerName)
Called when the user drags and element out of a container.
|
void |
reset()
Resets the elements with bumped z indices.
|
void |
start(java.lang.String containerName)
Called when the user starts dragging an element from a container.
|
void |
stop()
Called when the drag operations is stopped.
|
public static final int BUMP_OFFSET
public void addContainer(java.lang.String name, com.google.gwt.dom.client.Element element)
I_CmsContainerZIndexManager
addContainer
在接口中 I_CmsContainerZIndexManager
name
- the name of the containerelement
- the container HTML elementI_CmsContainerZIndexManager.addContainer(java.lang.String, com.google.gwt.dom.client.Element)
public void bump(java.lang.String containerName)
containerName
- the name of the containerpublic void enter(java.lang.String containerName)
I_CmsContainerZIndexManager
enter
在接口中 I_CmsContainerZIndexManager
containerName
- the name of the containerI_CmsContainerZIndexManager.enter(java.lang.String)
public void leave(java.lang.String containerName)
I_CmsContainerZIndexManager
leave
在接口中 I_CmsContainerZIndexManager
containerName
- the name of the containerI_CmsContainerZIndexManager.leave(java.lang.String)
public void reset()
public void start(java.lang.String containerName)
I_CmsContainerZIndexManager
start
在接口中 I_CmsContainerZIndexManager
containerName
- the name of the containerI_CmsContainerZIndexManager.start(java.lang.String)
public void stop()
I_CmsContainerZIndexManager
stop
在接口中 I_CmsContainerZIndexManager
I_CmsContainerZIndexManager.stop()