| org.andromda.cartridges.jsf.renderkit.html.PopupRenderer
PopupRenderer | public class PopupRenderer extends Renderer (Code) | | A custom renderer for rendering a popup frame.
|
Method Summary | |
protected void | commonJavascript(FacesContext context, UIComponent component) | public String | convertClientId(FacesContext context, String clientId) | public void | decode(FacesContext context, UIComponent component) | public void | encodeBegin(FacesContext context, UIComponent component) | public void | encodeChildren(FacesContext context, UIComponent component) | public void | encodeEnd(FacesContext context, UIComponent component) | protected UIForm | getForm(FacesContext context, UIComponent component) Gets the form to which the component belongs
or null if the form can not be found.
Parameters: context - the faces context. Parameters: component - the component. | public boolean | getRendersChildren() |
POPUP_FRAME_HIDDEN | final public static String POPUP_FRAME_HIDDEN(Code) | | |
commonJavascript | protected void commonJavascript(FacesContext context, UIComponent component) throws IOException(Code) | | |
convertClientId | public String convertClientId(FacesContext context, String clientId)(Code) | | See Also: javax.faces.render.Renderer.convertClientId(javax.faces.context.FacesContextjava.lang.String) |
decode | public void decode(FacesContext context, UIComponent component)(Code) | | See Also: javax.faces.render.Renderer.decode(javax.faces.context.FacesContextjavax.faces.component.UIComponent) |
encodeBegin | public void encodeBegin(FacesContext context, UIComponent component) throws IOException(Code) | | See Also: javax.faces.render.Renderer.encodeBegin(javax.faces.context.FacesContextjavax.faces.component.UIComponent) |
encodeChildren | public void encodeChildren(FacesContext context, UIComponent component) throws IOException(Code) | | See Also: javax.faces.render.Renderer.encodeChildren(javax.faces.context.FacesContextjavax.faces.component.UIComponent) |
encodeEnd | public void encodeEnd(FacesContext context, UIComponent component) throws IOException(Code) | | See Also: javax.faces.render.Renderer.encodeEnd(javax.faces.context.FacesContextjavax.faces.component.UIComponent) |
getForm | protected UIForm getForm(FacesContext context, UIComponent component)(Code) | | Gets the form to which the component belongs
or null if the form can not be found.
Parameters: context - the faces context. Parameters: component - the component. the form. |
getRendersChildren | public boolean getRendersChildren()(Code) | | See Also: javax.faces.render.Renderer.getRendersChildren |
|
|