| java.lang.Object org.directwebremoting.proxy.ScriptProxy org.directwebremoting.proxy.scriptaculous.Effect
Effect | public class Effect extends ScriptProxy (Code) | | A server side proxy the the Scriptaculous Effect class
author: Joe Walker [joe at getahead dot ltd dot uk] author: Mitch Gorman |
Method Summary | |
public void | appear(String elementId) Call the script.aculo.us Effect.appear() function. | public void | appear(String elementId, String options) Call the script.aculo.us Effect.Appear() function. | public void | blindDown(String elementId) Call the script.aculo.us Effect.blindDown() function. | public void | blindDown(String elementId, String options) Call the script.aculo.us Effect.BlindDown() function. | public void | blindUp(String elementId) Call the script.aculo.us Effect.blindUp() function. | public void | blindUp(String elementId, String options) Call the script.aculo.us Effect.BlindUp() function. | public void | dropOut(String elementId) Call the script.aculo.us Effect.dropOut() function. | public void | dropOut(String elementId, String options) Call the script.aculo.us Effect.DropOut() function. | public void | fade(String elementId) Call the script.aculo.us Effect.fade() function. | public void | fade(String elementId, String options) Call the script.aculo.us Effect.Fade() function. | public void | fold(String elementId) Call the script.aculo.us Effect.fold() function. | public void | fold(String elementId, String options) Call the script.aculo.us Effect.Fold() function. | public void | grow(String elementId) Call the script.aculo.us Effect.grow() function. | public void | grow(String elementId, String options) Call the script.aculo.us Effect.Grow() function. | public void | highlight(String elementId) Call the script.aculo.us Effect.Highlight() function. | public void | highlight(String elementId, String options) Call the script.aculo.us Effect.Highlight() function. | public void | puff(String elementId) Call the script.aculo.us Effect.puff() function. | public void | puff(String elementId, String options) Call the script.aculo.us Effect.Puff() function. | public void | pulsate(String elementId) Call the script.aculo.us Effect.pulsate() function. | public void | pulsate(String elementId, String options) Call the script.aculo.us Effect.Pulsate() function. | public void | shake(String elementId) Call the script.aculo.us Effect.shake() function. | public void | shake(String elementId, String options) Call the script.aculo.us Effect.Shake() function. | public void | shrink(String elementId) Call the script.aculo.us Effect.shrink() function. | public void | shrink(String elementId, String options) Call the script.aculo.us Effect.Shrink() function. | public void | slideDown(String elementId) Call the script.aculo.us Effect.slideDown() function. | public void | slideDown(String elementId, String options) Call the script.aculo.us Effect.SlideDown() function. | public void | slideUp(String elementId) Call the script.aculo.us Effect.slideUp() function. | public void | slideUp(String elementId, String options) Call the script.aculo.us Effect.SlideUp() function. | public void | squish(String elementId) Call the script.aculo.us Effect.squish() function. | public void | squish(String elementId, String options) Call the script.aculo.us Effect.Squish() function. | public void | switchOff(String elementId) Call the script.aculo.us Effect.switchOff() function. | public void | switchOff(String elementId, String options) Call the script.aculo.us Effect.SwitchOff() function. |
Effect | public Effect(ScriptSession scriptSession)(Code) | | Http thread constructor that alters a single browser
Parameters: scriptSession - The browser to alter |
Effect | public Effect(Collection<ScriptSession> scriptSessions)(Code) | | Http thread constructor that alters a number of browsers
Parameters: scriptSessions - A collection of ScriptSessions that we should act on. |
appear | public void appear(String elementId)(Code) | | Call the script.aculo.us Effect.appear() function.
Parameters: elementId - The element to effect |
appear | public void appear(String elementId, String options)(Code) | | Call the script.aculo.us Effect.Appear() function.
Parameters: elementId - The element to affect Parameters: options - A string containing options to pass to the appear effect, as specified at http://script.aculo.us/ |
blindDown | public void blindDown(String elementId)(Code) | | Call the script.aculo.us Effect.blindDown() function.
Parameters: elementId - The element to effect |
blindDown | public void blindDown(String elementId, String options)(Code) | | Call the script.aculo.us Effect.BlindDown() function.
Parameters: elementId - The element to affect Parameters: options - A string containing options to pass to the blinddown effect, as specified at http://script.aculo.us/ |
blindUp | public void blindUp(String elementId)(Code) | | Call the script.aculo.us Effect.blindUp() function.
Parameters: elementId - The element to effect |
blindUp | public void blindUp(String elementId, String options)(Code) | | Call the script.aculo.us Effect.BlindUp() function.
Parameters: elementId - The element to affect Parameters: options - A string containing options to pass to the blindup effect, as specified at http://script.aculo.us/ |
dropOut | public void dropOut(String elementId)(Code) | | Call the script.aculo.us Effect.dropOut() function.
Parameters: elementId - The element to effect |
dropOut | public void dropOut(String elementId, String options)(Code) | | Call the script.aculo.us Effect.DropOut() function.
Parameters: elementId - The element to affect Parameters: options - A string containing options to pass to the dropout effect, as specified at http://script.aculo.us/ |
fade | public void fade(String elementId)(Code) | | Call the script.aculo.us Effect.fade() function.
Parameters: elementId - The element to effect |
fade | public void fade(String elementId, String options)(Code) | | Call the script.aculo.us Effect.Fade() function.
Parameters: elementId - The element to affect Parameters: options - A string containing options to pass to the fade effect, as specified at http://script.aculo.us/ |
fold | public void fold(String elementId)(Code) | | Call the script.aculo.us Effect.fold() function.
Parameters: elementId - The element to effect |
fold | public void fold(String elementId, String options)(Code) | | Call the script.aculo.us Effect.Fold() function.
Parameters: elementId - The element to affect Parameters: options - A string containing options to pass to the fold effect, as specified at http://script.aculo.us/ |
grow | public void grow(String elementId)(Code) | | Call the script.aculo.us Effect.grow() function.
Parameters: elementId - The element to effect |
grow | public void grow(String elementId, String options)(Code) | | Call the script.aculo.us Effect.Grow() function.
Parameters: elementId - The element to affect Parameters: options - A string containing options to pass to the grow effect, as specified at http://script.aculo.us/ |
highlight | public void highlight(String elementId)(Code) | | Call the script.aculo.us Effect.Highlight() function.
Parameters: elementId - The element to effect |
highlight | public void highlight(String elementId, String options)(Code) | | Call the script.aculo.us Effect.Highlight() function.
Parameters: elementId - The element to affect Parameters: options - A string containing options to pass to the fade effect, as specified at http://script.aculo.us/ |
puff | public void puff(String elementId)(Code) | | Call the script.aculo.us Effect.puff() function.
Parameters: elementId - The element to effect |
puff | public void puff(String elementId, String options)(Code) | | Call the script.aculo.us Effect.Puff() function.
Parameters: elementId - The element to affect Parameters: options - A string containing options to pass to the puff effect, as specified at http://script.aculo.us/ |
pulsate | public void pulsate(String elementId)(Code) | | Call the script.aculo.us Effect.pulsate() function.
Parameters: elementId - The element to effect |
pulsate | public void pulsate(String elementId, String options)(Code) | | Call the script.aculo.us Effect.Pulsate() function.
Parameters: elementId - The element to affect Parameters: options - A string containing options to pass to the pulsate effect, as specified at http://script.aculo.us/ |
shake | public void shake(String elementId)(Code) | | Call the script.aculo.us Effect.shake() function.
Parameters: elementId - The element to effect |
shake | public void shake(String elementId, String options)(Code) | | Call the script.aculo.us Effect.Shake() function.
Parameters: elementId - The element to affect Parameters: options - A string containing options to pass to the shake effect, as specified at http://script.aculo.us/ |
shrink | public void shrink(String elementId)(Code) | | Call the script.aculo.us Effect.shrink() function.
Parameters: elementId - The element to effect |
shrink | public void shrink(String elementId, String options)(Code) | | Call the script.aculo.us Effect.Shrink() function.
Parameters: elementId - The element to affect Parameters: options - A string containing options to pass to the shrink effect, as specified at http://script.aculo.us/ |
slideDown | public void slideDown(String elementId)(Code) | | Call the script.aculo.us Effect.slideDown() function.
Parameters: elementId - The element to effect |
slideDown | public void slideDown(String elementId, String options)(Code) | | Call the script.aculo.us Effect.SlideDown() function.
Parameters: elementId - The element to affect Parameters: options - A string containing options to pass to the slidedown effect, as specified at http://script.aculo.us/ |
slideUp | public void slideUp(String elementId)(Code) | | Call the script.aculo.us Effect.slideUp() function.
Parameters: elementId - The element to effect |
slideUp | public void slideUp(String elementId, String options)(Code) | | Call the script.aculo.us Effect.SlideUp() function.
Parameters: elementId - The element to affect Parameters: options - A string containing options to pass to the slideup effect, as specified at http://script.aculo.us/ |
squish | public void squish(String elementId)(Code) | | Call the script.aculo.us Effect.squish() function.
Parameters: elementId - The element to effect |
squish | public void squish(String elementId, String options)(Code) | | Call the script.aculo.us Effect.Squish() function.
Parameters: elementId - The element to affect Parameters: options - A string containing options to pass to the squish effect, as specified at http://script.aculo.us/ |
switchOff | public void switchOff(String elementId)(Code) | | Call the script.aculo.us Effect.switchOff() function.
Parameters: elementId - The element to effect |
switchOff | public void switchOff(String elementId, String options)(Code) | | Call the script.aculo.us Effect.SwitchOff() function.
Parameters: elementId - The element to affect Parameters: options - A string containing options to pass to the switchf effect, as specified at http://script.aculo.us/ |
Methods inherited from org.directwebremoting.proxy.ScriptProxy | public void addFunctionCall(String funcName)(Code)(Java Doc) public void addFunctionCall(String funcName, Object param1)(Code)(Java Doc) public void addFunctionCall(String funcName, Object param1, Object param2)(Code)(Java Doc) public void addFunctionCall(String funcName, Object param1, Object param2, Object param3)(Code)(Java Doc) public void addFunctionCall(String funcName, Object param1, Object param2, Object param3, Object param4)(Code)(Java Doc) public void addFunctionCall(String funcName, Object param1, Object param2, Object param3, Object param4, Object param5)(Code)(Java Doc) public void addFunctionCall(String funcName, Object param1, Object param2, Object param3, Object param4, Object param5, Object param6)(Code)(Java Doc) public void addFunctionCall(String funcName, Object param1, Object param2, Object param3, Object param4, Object param5, Object param6, Object param7)(Code)(Java Doc) public void addScript(ScriptBuffer script)(Code)(Java Doc) public void addScriptSession(ScriptSession scriptSession)(Code)(Java Doc) public void addScriptSessions(Collection<ScriptSession> addScriptSessions)(Code)(Java Doc)
|
|
|