|
EchoPoint 2.1.0rc4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectechopointng.command.CssStyleRemoveFrom
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 |
public CssStyleRemoveFrom(java.lang.String className, nextapp.echo2.app.Component targetComponent)
CssStyleRemoveFrom
Command that will
remove a the given className to the components top level XHTML.
className
- -
the CSS className to usetargetComponent
- -
the targetComponent to remove this to on the clientMethod Detail |
public java.lang.String getClassName()
public nextapp.echo2.app.Component getTargetComponent()
|
EchoPoint 2.1.0rc4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |