public interface I_CmsContainerZIndexManager
We need this interface only because IE7's z index management doesn't work right, so we need to manually change around z indices during container page drag and drop operations.
限定符和类型 | 方法和说明 |
---|---|
void |
addContainer(java.lang.String name,
com.google.gwt.dom.client.Element element)
Adds a container to handle.
|
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 |
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.
|
void addContainer(java.lang.String name, com.google.gwt.dom.client.Element element)
name
- the name of the containerelement
- the container HTML elementvoid enter(java.lang.String containerName)
containerName
- the name of the containervoid leave(java.lang.String containerName)
containerName
- the name of the containervoid start(java.lang.String containerName)
containerName
- the name of the containervoid stop()