|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.wicketstuff.minis.reflection.ReflectionBehavior.Javascript
public static class ReflectionBehavior.Javascript
Container for javascript calls this behavior enables
| Method Summary | |
|---|---|
static java.lang.CharSequence |
hide(java.lang.String id)
Gets the Javascript for removing a reflection from an image. |
static java.lang.CharSequence |
show(java.lang.String id,
java.lang.Integer opacity,
java.lang.Integer height)
Gets the script that adds a reflection to an image. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static java.lang.CharSequence show(java.lang.String id,
java.lang.Integer opacity,
java.lang.Integer height)
id - the markup id of the imageopacity - the opacity of the reflection (may be null for default
value)height - the height of the reflection (may be null for default
value)
public static java.lang.CharSequence hide(java.lang.String id)
id - the markup id of the image.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||