|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.directwebremoting.ui.scriptaculous.Effect
public class Effect
A server side proxy the the Script.aculo.us Effect class
| Constructor Summary | |
|---|---|
Effect()
|
|
| Method Summary | |
|---|---|
static void |
appear(java.lang.String elementId)
Call the script.aculo.us Effect.appear() function. |
static void |
appear(java.lang.String elementId,
java.lang.String options)
Call the script.aculo.us Effect.Appear() function. |
static void |
blindDown(java.lang.String elementId)
Call the script.aculo.us Effect.blindDown() function. |
static void |
blindDown(java.lang.String elementId,
java.lang.String options)
Call the script.aculo.us Effect.BlindDown() function. |
static void |
blindUp(java.lang.String elementId)
Call the script.aculo.us Effect.blindUp() function. |
static void |
blindUp(java.lang.String elementId,
java.lang.String options)
Call the script.aculo.us Effect.BlindUp() function. |
static void |
dropOut(java.lang.String elementId)
Call the script.aculo.us Effect.dropOut() function. |
static void |
dropOut(java.lang.String elementId,
java.lang.String options)
Call the script.aculo.us Effect.DropOut() function. |
static void |
fade(java.lang.String elementId)
Call the script.aculo.us Effect.fade() function. |
static void |
fade(java.lang.String elementId,
java.lang.String options)
Call the script.aculo.us Effect.Fade() function. |
static void |
fold(java.lang.String elementId)
Call the script.aculo.us Effect.fold() function. |
static void |
fold(java.lang.String elementId,
java.lang.String options)
Call the script.aculo.us Effect.Fold() function. |
static void |
grow(java.lang.String elementId)
Call the script.aculo.us Effect.grow() function. |
static void |
grow(java.lang.String elementId,
java.lang.String options)
Call the script.aculo.us Effect.Grow() function. |
static void |
highlight(java.lang.String elementId)
Call the script.aculo.us Effect.Highlight() function. |
static void |
highlight(java.lang.String elementId,
java.lang.String options)
Call the script.aculo.us Effect.Highlight() function. |
static void |
puff(java.lang.String elementId)
Call the script.aculo.us Effect.puff() function. |
static void |
puff(java.lang.String elementId,
java.lang.String options)
Call the script.aculo.us Effect.Puff() function. |
static void |
pulsate(java.lang.String elementId)
Call the script.aculo.us Effect.pulsate() function. |
static void |
pulsate(java.lang.String elementId,
java.lang.String options)
Call the script.aculo.us Effect.Pulsate() function. |
static void |
shake(java.lang.String elementId)
Call the script.aculo.us Effect.shake() function. |
static void |
shake(java.lang.String elementId,
java.lang.String options)
Call the script.aculo.us Effect.Shake() function. |
static void |
shrink(java.lang.String elementId)
Call the script.aculo.us Effect.shrink() function. |
static void |
shrink(java.lang.String elementId,
java.lang.String options)
Call the script.aculo.us Effect.Shrink() function. |
static void |
slideDown(java.lang.String elementId)
Call the script.aculo.us Effect.slideDown() function. |
static void |
slideDown(java.lang.String elementId,
java.lang.String options)
Call the script.aculo.us Effect.SlideDown() function. |
static void |
slideUp(java.lang.String elementId)
Call the script.aculo.us Effect.slideUp() function. |
static void |
slideUp(java.lang.String elementId,
java.lang.String options)
Call the script.aculo.us Effect.SlideUp() function. |
static void |
squish(java.lang.String elementId)
Call the script.aculo.us Effect.squish() function. |
static void |
squish(java.lang.String elementId,
java.lang.String options)
Call the script.aculo.us Effect.Squish() function. |
static void |
switchOff(java.lang.String elementId)
Call the script.aculo.us Effect.switchOff() function. |
static void |
switchOff(java.lang.String elementId,
java.lang.String options)
Call the script.aculo.us Effect.SwitchOff() function. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Effect()
| Method Detail |
|---|
public static void fade(java.lang.String elementId)
Effect.fade() function.
elementId - The element to effectpublic static void appear(java.lang.String elementId)
Effect.appear() function.
elementId - The element to effectpublic static void puff(java.lang.String elementId)
Effect.puff() function.
elementId - The element to effectpublic static void blindUp(java.lang.String elementId)
Effect.blindUp() function.
elementId - The element to effectpublic static void blindDown(java.lang.String elementId)
Effect.blindDown() function.
elementId - The element to effectpublic static void switchOff(java.lang.String elementId)
Effect.switchOff() function.
elementId - The element to effectpublic static void dropOut(java.lang.String elementId)
Effect.dropOut() function.
elementId - The element to effectpublic static void shake(java.lang.String elementId)
Effect.shake() function.
elementId - The element to effectpublic static void slideDown(java.lang.String elementId)
Effect.slideDown() function.
elementId - The element to effectpublic static void slideUp(java.lang.String elementId)
Effect.slideUp() function.
elementId - The element to effectpublic static void squish(java.lang.String elementId)
Effect.squish() function.
elementId - The element to effectpublic static void grow(java.lang.String elementId)
Effect.grow() function.
elementId - The element to effectpublic static void shrink(java.lang.String elementId)
Effect.shrink() function.
elementId - The element to effectpublic static void pulsate(java.lang.String elementId)
Effect.pulsate() function.
elementId - The element to effectpublic static void fold(java.lang.String elementId)
Effect.fold() function.
elementId - The element to effectpublic static void highlight(java.lang.String elementId)
Effect.Highlight() function.
elementId - The element to effect
public static void highlight(java.lang.String elementId,
java.lang.String options)
Effect.Highlight() function.
elementId - The element to affectoptions - A string containing options to pass to the fade effect, as specified at http://script.aculo.us/
public static void fade(java.lang.String elementId,
java.lang.String options)
Effect.Fade() function.
elementId - The element to affectoptions - A string containing options to pass to the fade effect, as specified at http://script.aculo.us/
public static void appear(java.lang.String elementId,
java.lang.String options)
Effect.Appear() function.
elementId - The element to affectoptions - A string containing options to pass to the appear effect, as specified at http://script.aculo.us/
public static void puff(java.lang.String elementId,
java.lang.String options)
Effect.Puff() function.
elementId - The element to affectoptions - A string containing options to pass to the puff effect, as specified at http://script.aculo.us/
public static void blindUp(java.lang.String elementId,
java.lang.String options)
Effect.BlindUp() function.
elementId - The element to affectoptions - A string containing options to pass to the blindup effect, as specified at http://script.aculo.us/
public static void blindDown(java.lang.String elementId,
java.lang.String options)
Effect.BlindDown() function.
elementId - The element to affectoptions - A string containing options to pass to the blinddown effect, as specified at http://script.aculo.us/
public static void switchOff(java.lang.String elementId,
java.lang.String options)
Effect.SwitchOff() function.
elementId - The element to affectoptions - A string containing options to pass to the switchf effect, as specified at http://script.aculo.us/
public static void dropOut(java.lang.String elementId,
java.lang.String options)
Effect.DropOut() function.
elementId - The element to affectoptions - A string containing options to pass to the dropout effect, as specified at http://script.aculo.us/
public static void shake(java.lang.String elementId,
java.lang.String options)
Effect.Shake() function.
elementId - The element to affectoptions - A string containing options to pass to the shake effect, as specified at http://script.aculo.us/
public static void slideDown(java.lang.String elementId,
java.lang.String options)
Effect.SlideDown() function.
elementId - The element to affectoptions - A string containing options to pass to the slidedown effect, as specified at http://script.aculo.us/
public static void slideUp(java.lang.String elementId,
java.lang.String options)
Effect.SlideUp() function.
elementId - The element to affectoptions - A string containing options to pass to the slideup effect, as specified at http://script.aculo.us/
public static void squish(java.lang.String elementId,
java.lang.String options)
Effect.Squish() function.
elementId - The element to affectoptions - A string containing options to pass to the squish effect, as specified at http://script.aculo.us/
public static void grow(java.lang.String elementId,
java.lang.String options)
Effect.Grow() function.
elementId - The element to affectoptions - A string containing options to pass to the grow effect, as specified at http://script.aculo.us/
public static void shrink(java.lang.String elementId,
java.lang.String options)
Effect.Shrink() function.
elementId - The element to affectoptions - A string containing options to pass to the shrink effect, as specified at http://script.aculo.us/
public static void pulsate(java.lang.String elementId,
java.lang.String options)
Effect.Pulsate() function.
elementId - The element to affectoptions - A string containing options to pass to the pulsate effect, as specified at http://script.aculo.us/
public static void fold(java.lang.String elementId,
java.lang.String options)
Effect.Fold() function.
elementId - The element to affectoptions - A string containing options to pass to the fold effect, as specified at http://script.aculo.us/
|
Copyright ¨ 2008 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||