|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectzk.Object
zk.eff.Shadow
public class Shadow
The shadow effect.
| Field Summary |
|---|
| Fields inherited from class zk.Object |
|---|
$class, $oid |
| Method Summary | |
|---|---|
void |
$init(DOMElement element,
Map opts)
Constructor of the Shadow object. |
void |
destroy()
Destroys the shadow. |
DOMElement |
getBottomElement()
Returns the lowest level of elements of this shadow. |
void |
hide()
Hides the shadow, no matter the associated element is visible or not. |
void |
sync()
Synchronizes the visual states of the element with shadow. |
| Methods inherited from class zk.Object |
|---|
$init, $instanceof, $super, $super, $supers, $supers, afterInit, isAssignableFrom, isInstance, proxy |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void $init(DOMElement element,
Map opts)
Notice that you have to invoke destroy(),
if the shadow is no longer used.
element - the element to associate the shadowopts - [optional] the options. Alowed options:
public void destroy()
public void hide()
Notice this method is rarely used. Rather, sync() is more convenient to use.
public void sync()
public DOMElement getBottomElement()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||