|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.taursys.xml.render.AbstractRenderer com.taursys.xml.render.VisibleRenderer
VisibleRenderer is a Renderer which simply hides or shows a component.
Field Summary |
Fields inherited from class com.taursys.xml.render.AbstractRenderer |
id, parentDocumentAdapter |
Constructor Summary | |
VisibleRenderer(Component c)
Constructs a new VisibleRenderer for the given Component |
Method Summary | |
protected void |
renderContents()
Invoked by render method if component's visible property is true, to render the contents of this component. |
Methods inherited from class com.taursys.xml.render.AbstractRenderer |
getComponent, getComponentNode, getDocument, getParentNode, getSiblingNode, init, isRemoved, removeSelf, render, restoreSelf, setRemoved |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public VisibleRenderer(Component c)
c
- component which this renderer belongs toMethod Detail |
protected void renderContents() throws RenderException
AbstractRenderer
renderContents
in class AbstractRenderer
RenderException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |