Class BindLineitemRenderer<E>

  • All Implemented Interfaces:
    java.io.Serializable, LineitemRenderer<E>

    public class BindLineitemRenderer<E>
    extends org.zkoss.bind.impl.AbstractRenderer
    implements LineitemRenderer<E>, java.io.Serializable
    lineitem renderer for binding.
    Since:
    9.0.0
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class org.zkoss.bind.impl.AbstractRenderer

        CURRENT_INDEX_RESOLVER_ATTR, EACH_ATTR, EACH_STATUS_VAR, EACH_VAR, IS_TEMPLATE_MODEL_ENABLED_ATTR, RENDERED_COMPONENTS, STATUS_ATTR, STATUS_POST_VAR
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void render​(Lineitem item, E data, int index)
      Renders the data to the specified lineitem.
      • Methods inherited from class org.zkoss.bind.impl.AbstractRenderer

        addItemReference, addTemplateTracking, filterOutShadows, resolveTemplate, resolveTemplate, setAttributeName
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BindLineitemRenderer

        public BindLineitemRenderer()
    • Method Detail

      • render

        public void render​(Lineitem item,
                           E data,
                           int index)
                    throws java.lang.Exception
        Description copied from interface: LineitemRenderer
        Renders the data to the specified lineitem.
        Specified by:
        render in interface LineitemRenderer<E>
        Parameters:
        item - the lineItem to render the result.
        data - that is used to render the lineitem.
        index - the index of the data that is currently being rendered.
        Throws:
        java.lang.Exception