public final class CmsZIndexChain
extends java.lang.Object
限定符和类型 | 方法和说明 |
---|---|
void |
bump(int zIndex)
Bumps all entries of the chain to a given z index value.
|
static CmsZIndexChain |
get(com.google.gwt.dom.client.Element elem)
Creates a z index chain from an element's ancestors.
|
int |
getMaxZIndex()
Returns the maximum z index found in the chain.
|
void |
reset()
Resets the z indices of all entries in the chain.
|
public static CmsZIndexChain get(com.google.gwt.dom.client.Element elem)
elem
- the element whose ancestors should be put in the Z index chainpublic void bump(int zIndex)
zIndex
- a z index valuepublic int getMaxZIndex()
public void reset()