Overview | Methods | Fields | This Package | All Packages

OverviewMethodsFieldsThis PackageAll Packages

DhStyleBase.setZIndex

Sets the z-index (layering) order of this element relative to the other elements in its container.

Syntax

public void setZIndex( int i )

Parameters

i

The z-index value of this element.

Remarks

The element with the highest number z-index in any specified container is displayed over all other elements. Elements with lower numbers are progressively farther back in the display layering.

See Also   getZIndex