Interface FacetRenderer
-
- All Known Implementing Classes:
ColourFacetRenderer,StandardFacetRenderer
public interface FacetRendererRenderer for a particular facet
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrenderFacet(org.zkoss.zk.ui.Component parent, FacetData data, boolean renderSelected, WidgetInstanceManager wim, Context context)Render a single facet
-
-
-
Method Detail
-
renderFacet
void renderFacet(org.zkoss.zk.ui.Component parent, FacetData data, boolean renderSelected, WidgetInstanceManager wim, Context context)Render a single facet- Parameters:
parent- an instance ofComponentdata- an instance ofFacetDatarenderSelected- an instance ofBooleanwim- an instance ofWidgetInstanceManagercontext- an instance ofContext
-
-