|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sibvisions.rad.ui.web.ext.gxt.GVxMask
public class GVxMask
The GVxMask makes it possible to show a transparent mask over a
component.
| Constructor Summary | |
|---|---|
GVxMask(UIObject pElement)
Creates a new instance of GVxMask for an UI element. |
|
| Method Summary | |
|---|---|
protected El |
createMask()
Creates the mask El. |
protected El |
createMessage()
Creates the message El. |
El |
getMask()
Gets the mask element. |
El |
getMessage()
Gets the message element. |
void |
hide()
Hides the mask. |
void |
setOpacity(int pOpacity)
Sets the mask opacity. |
void |
setZIndex(int pIndex)
Sets the z-index. |
void |
show(String pMessage)
Shows the mask. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GVxMask(UIObject pElement)
GVxMask for an UI element.
pElement - the UI element| Method Detail |
|---|
public void show(String pMessage)
pMessage - the information message or null if no message should be shownpublic void hide()
public El getMask()
El mask instancepublic El getMessage()
El message instancepublic void setOpacity(int pOpacity)
pOpacity - the opacity between 0 and 100. If the value is < 0 then the
opacity will not be set and the css will be used as configuredpublic void setZIndex(int pIndex)
pIndex - the index numberprotected El createMask()
El.
protected El createMessage()
El.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||