EchoPoint
2.1.0rc4

echopointng.command
Class CssStyleRemoveFrom

java.lang.Object
  extended byechopointng.command.CssStyleRemoveFrom
All Implemented Interfaces:
nextapp.echo2.app.Command

public class CssStyleRemoveFrom
extends java.lang.Object
implements nextapp.echo2.app.Command

CssStyleRemoveFrom is used to remove a given CSS className from the XHTML of a specified targetComponent.


Constructor Summary
CssStyleRemoveFrom(java.lang.String className, nextapp.echo2.app.Component targetComponent)
          Constructs a CssStyleRemoveFrom Command that will remove a the given className to the components top level XHTML.
 
Method Summary
 java.lang.String getClassName()
           
 nextapp.echo2.app.Component getTargetComponent()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CssStyleRemoveFrom

public CssStyleRemoveFrom(java.lang.String className,
                          nextapp.echo2.app.Component targetComponent)
Constructs a CssStyleRemoveFrom Command that will remove a the given className to the components top level XHTML.

Parameters:
className - - the CSS className to use
targetComponent - - the targetComponent to remove this to on the client
Method Detail

getClassName

public java.lang.String getClassName()
Returns:
Returns the className.

getTargetComponent

public nextapp.echo2.app.Component getTargetComponent()
Returns:
Returns the targetComponent.

EchoPoint
2.1.0rc4