| ru.emdev.EmForge.web.renderer.EmForgePanelRenderer
EmForgePanelRenderer | public class EmForgePanelRenderer extends org.richfaces.renderkit.html.PanelRenderer (Code) | | |
Method Summary | |
public void | doEncodeBegin(ResponseWriter writer, FacesContext context, UIPanel component, ComponentVariables variables) | public void | doEncodeEnd(ResponseWriter writer, FacesContext context, UIPanel component, ComponentVariables variables) |
doEncodeBegin | public void doEncodeBegin(ResponseWriter writer, FacesContext context, UIPanel component, ComponentVariables variables) throws IOException(Code) | | We reimplement encoding method to use fieldset as frame and label as header
|
doEncodeEnd | public void doEncodeEnd(ResponseWriter writer, FacesContext context, UIPanel component, ComponentVariables variables) throws IOException(Code) | | |
|
|