|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectechopointng.command.CssStyleRemove
public class 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()
Returns an identifier that is unique within the ApplicationInstance with which the implementor will be
used. |
| 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()
RenderIdSupportApplicationInstance with which the implementor will be
used.
getRenderId in interface RenderIdSupportRenderIdSupport.getRenderId()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||