nextapp.echoservlet.ui
Class RolloverScript.MultipleRolloverScriptElement
java.lang.Object
nextapp.echoservlet.ui.RolloverScript.MultipleRolloverScriptElement
- Enclosing class:
- RolloverScript
- public static class RolloverScript.MultipleRolloverScriptElement
- extends java.lang.Object
A data object used to describe a rollover action when multiple actions
are required for a rollover effect.
|
Field Summary |
private java.lang.String |
id
|
private java.lang.String |
imageUri
|
private java.lang.String |
styleName
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
private java.lang.String id
imageUri
private java.lang.String imageUri
styleName
private java.lang.String styleName
RolloverScript.MultipleRolloverScriptElement
public RolloverScript.MultipleRolloverScriptElement(java.lang.String id,
java.lang.String imageUri,
java.lang.String styleName)
- Creates a new
MultipleRolloverScriptElement.
- Parameters:
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.