public class IlvRendererManager extends Object
Constructor and Description |
---|
IlvRendererManager()
Creates a new
IlvRendererManager instance. |
Modifier and Type | Method and Description |
---|---|
boolean |
isRendered(javax.faces.component.UIComponent component)
Returns the rendering state of a component.
|
void |
setRendered(javax.faces.component.UIComponent component)
Flags the component parameter as 'rendered'.
|
public IlvRendererManager()
IlvRendererManager
instance.public void setRendered(javax.faces.component.UIComponent component)
IlvDHTMLRenderer.encodeEnd
method.component
- The component that has been rendered.public boolean isRendered(javax.faces.component.UIComponent component)
component
- The component to test.true
if the component has already been rendered, false
otherwise.© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.