|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectechopointng.command.CssStyleRemoveFrom
public class CssStyleRemoveFrom
CssStyleRemoveFrom is used to remove a given CSS className
from the XHTML of a specified targetComponent.
| Constructor Summary | |
|---|---|
CssStyleRemoveFrom(java.lang.String className,
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()
|
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,
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 client| Method Detail |
|---|
public java.lang.String getClassName()
public Component getTargetComponent()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||