|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.wicketstuff.minis.behavior.veil.VeilResources.Javascript.Generic
public static class VeilResources.Javascript.Generic
Javascript interface to the veil that is decoupled from wicket
| Method Summary | |
|---|---|
static String |
hide(String markupId)
Generates javascript to hide a veil over a tag |
static String |
show(String markupId)
Generates javascript to show a veil over a tag |
static String |
show(String markupId,
String className)
Generates javascript to show a veil over a tag |
static String |
toggle(String markupId)
Generates javascript to toggle a veil over a tag |
static String |
toggle(String markupId,
String className)
Generates javascript to toggle a veil over a tag |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static String hide(String markupId)
markupId - markup id of tag that will be covered by veilclassName - css class name for veil
public static String show(String markupId)
markupId - markup id of tag that will be covered by veil
public static String show(String markupId,
String className)
markupId - markup id of tag that will be covered by veilclassName - css class name for veil
public static String toggle(String markupId)
markupId - markup id of tag that will be covered by veil
public static String toggle(String markupId,
String className)
markupId - markup id of tag that will be covered by veilclassName - css class name for veil
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||