|
NextApp Echo App Container 1.0.5 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnextapp.echoservlet.ui.RolloverScript
A utility class that wraps JavaScript code required to create mouse rollover effects in HTML pages on the client without server interaction.
| Field Summary | |
static Service |
SERVICE_ROLLOVER_SCRIPT
A service containing JavaScript code used to create rollover effects. |
| Constructor Summary | |
private |
RolloverScript()
Non-instantiable class |
| Method Summary | |
static java.lang.String |
getScriptRollover(Connection conn,
java.lang.String id,
java.lang.String imageUri,
java.lang.String styleName)
Returns the necessary script to produce a button rollover effect. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final Service SERVICE_ROLLOVER_SCRIPT
| Constructor Detail |
private RolloverScript()
| Method Detail |
public static java.lang.String getScriptRollover(Connection conn,
java.lang.String id,
java.lang.String imageUri,
java.lang.String styleName)
conn - The connection whose response the generated script will be
written to.id - The Id of the button that will be given the rollover
effect.imageUri - The URI of the replacement image.styleName - The URI of the replacement style.
|
NextApp Echo App Container 1.0.5 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||