| org.netbeans.modules.visualweb.web.ui.dt.renderer.AbstractDesignTimeRenderer org.netbeans.modules.visualweb.web.ui.dt.renderer.BreadcrumbsDesignTimeRenderer
BreadcrumbsDesignTimeRenderer | public class BreadcrumbsDesignTimeRenderer extends AbstractDesignTimeRenderer (Code) | | A delegating renderer for
org.netbeans.modules.visualweb.web.ui.component.Breadcrumbs . If
the breadcrumbs has no children hyperlinks, then a minimual block of markup
is output. If the breadcrummbs has children, any of them are missing both
text and content will have their text temporarily set to the display name
of the hyperlink component. If the breadcrumbs is bound to an array or list
of hyperlinks, and design-time evaluation of the bound property returns an
empty value, a default set of dummy hyperlinks is temporarily added to the
component while it renders.
author: gjmurphy |
COMPONENT_SHADOWED | static int COMPONENT_SHADOWED(Code) | | |
DUMMY_PAGES_SET | static int DUMMY_PAGES_SET(Code) | | |
LINK_CHILDREN_SHADOWED | static int LINK_CHILDREN_SHADOWED(Code) | | |
rendererStatus | int rendererStatus(Code) | | |
BreadcrumbsDesignTimeRenderer | public BreadcrumbsDesignTimeRenderer()(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)
|
|
|