|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectzk.Object
zk.eff.Mask
public class Mask
Applies the mask over the specified element to indicate it is busy.
| Field Summary |
|---|
| Fields inherited from class zk.Object |
|---|
$class, $oid |
| Method Summary | |
|---|---|
void |
$init(Map opts)
The constructor. |
void |
destroy()
Removes the mask. |
void |
hide()
Hide the mask. |
void |
sync()
Synchronizes the visual states of the 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 mask, invoke destroy().
opts - [optional] the options:
DOMElement anchor - the anchor of the applied mask, it can be an instance of String or DOMElement.public void hide()
sync() to synchronized the visual states.
public void sync()
public void destroy()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||