EchoPoint
2.1.0rc4

echopointng.command
Class CssStyleRemove

java.lang.Object
  extended byechopointng.command.CssStyleRemove
All Implemented Interfaces:
nextapp.echo2.app.Command, nextapp.echo2.app.RenderIdSupport

public class CssStyleRemove
extends java.lang.Object
implements nextapp.echo2.app.Command, nextapp.echo2.app.RenderIdSupport

CssStyleRemove is used to remove styles that were previously added using the CssStyleAdd and CssStyleSheetAdd commands.

You must provide the renderId of the previous CSS Command in order for this to work.


Constructor Summary
CssStyleRemove(java.lang.String previousCommandId)
          Constructs a CssStyleRemove Command with the render id of a previous CssStyleAdd and CssStyleSheetAdd command.
 
Method Summary
 java.lang.String getRenderId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CssStyleRemove

public CssStyleRemove(java.lang.String previousCommandId)
Constructs a CssStyleRemove Command with the render id of a previous CssStyleAdd and CssStyleSheetAdd command.

Parameters:
previousCommandId - - the render id of a previous CssStyleAdd and CssStyleSheetAdd command.
Method Detail

getRenderId

public java.lang.String getRenderId()
Specified by:
getRenderId in interface nextapp.echo2.app.RenderIdSupport
See Also:
RenderIdSupport.getRenderId()

EchoPoint
2.1.0rc4