| org.netbeans.modules.visualweb.web.ui.dt.renderer.AbstractDesignTimeRenderer org.netbeans.modules.visualweb.web.ui.dt.renderer.HelpInlineDesignTimeRenderer
HelpInlineDesignTimeRenderer | public class HelpInlineDesignTimeRenderer extends AbstractDesignTimeRenderer (Code) | | A delegating renderer for
org.netbeans.modules.visualweb.web.ui.component.HelpInline that
sets a default text property when the property is null.
author: gjmurphy |
Method Summary | |
public void | encodeBegin(FacesContext context, UIComponent component) | public void | encodeEnd(FacesContext context, UIComponent component) |
isTextDefaulted | boolean isTextDefaulted(Code) | | |
HelpInlineDesignTimeRenderer | public HelpInlineDesignTimeRenderer()(Code) | | |
encodeBegin | public void encodeBegin(FacesContext context, UIComponent component) throws IOException(Code) | | |
encodeEnd | public void encodeEnd(FacesContext context, UIComponent component) throws IOException(Code) | | |
Methods inherited from org.netbeans.modules.visualweb.web.ui.dt.renderer.AbstractDesignTimeRenderer | protected static String addStyleClass(String value, String styleClass)(Code)(Java Doc) public String convertClientId(FacesContext context, String clientId)(Code)(Java Doc) public void decode(FacesContext context, UIComponent component)(Code)(Java Doc) public void encodeBegin(FacesContext context, UIComponent component) throws IOException(Code)(Java Doc) public void encodeChildren(FacesContext context, UIComponent component) throws IOException(Code)(Java Doc) public void encodeEnd(FacesContext context, UIComponent component) throws IOException(Code)(Java Doc) public Object getConvertedValue(FacesContext context, UIComponent component, Object submittedValue) throws ConverterException(Code)(Java Doc) protected static Object getDummyData(FacesContext context, ValueBinding vb)(Code)(Java Doc) protected static Object getDummyData(Class clazz)(Code)(Java Doc) public boolean getRendersChildren()(Code)(Java Doc) protected static String removeStyleClass(String value, String styleClass)(Code)(Java Doc)
|
|
|