|
EchoPoint 2.1.0rc4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectechopointng.command.CssStyleRemove
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 |
public CssStyleRemove(java.lang.String previousCommandId)
CssStyleRemove
Command with the render id of
a previous CssStyleAdd
and CssStyleSheetAdd
command.
previousCommandId
- -
the render id of a previous CssStyleAdd
and
CssStyleSheetAdd
command.Method Detail |
public java.lang.String getRenderId()
getRenderId
in interface nextapp.echo2.app.RenderIdSupport
RenderIdSupport.getRenderId()
|
EchoPoint 2.1.0rc4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |