|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectzk.Object
zk.eff.FullMask
public class FullMask
A mask covers the browser window fully.
| Field Summary |
|---|
| Fields inherited from class zk.Object |
|---|
$class, $oid |
| Method Summary | |
|---|---|
void |
$init(Map opts)
The constructor of the full mask object. |
void |
destroy()
Removes the full mask. |
void |
hide()
Hide the full mask. |
void |
sync()
Synchronizes the visual states of the full mask with the specified element and the browser window. |
| 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(Map opts)
To remove the full mask, invoke destroy().
opts - [optional] the options. Allowed options:
DOMElement mask: the mask element if the mask was created somewhere else. Default: create a new one.DOMElement anchor: whether to insert the mask before.public void destroy()
public void hide()
sync() to synchronized the visual states.
public void sync()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||