NextApp Echo
App Container 1.1.4

nextapp.echoservlet.ui
Class RolloverScript.MultipleRolloverScriptElement

java.lang.Object
  extended bynextapp.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.


Constructor Summary
RolloverScript.MultipleRolloverScriptElement(java.lang.String id, java.lang.String imageUri, java.lang.String styleName)
          Creates a new MultipleRolloverScriptElement.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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.

NextApp Echo
App Container 1.1.4