Class NestedAttributeAwareEditorAreaSectionRenderer.NestedAttributeRenderer

java.lang.Object
com.hybris.cockpitng.widgets.common.AbstractWidgetComponentRenderer<org.zkoss.zul.Cell,com.hybris.cockpitng.core.config.impl.jaxb.editorarea.Attribute,Object>
de.hybris.platform.configurablebundlebackoffice.widgets.editorarea.renderer.impl.NestedAttributeAwareEditorAreaSectionRenderer.NestedAttributeRenderer
All Implemented Interfaces:
com.hybris.cockpitng.widgets.common.NotifyingWidgetComponentRenderer<org.zkoss.zul.Cell,com.hybris.cockpitng.core.config.impl.jaxb.editorarea.Attribute,Object>, com.hybris.cockpitng.widgets.common.WidgetComponentRenderer<org.zkoss.zul.Cell,com.hybris.cockpitng.core.config.impl.jaxb.editorarea.Attribute,Object>
Enclosing class:
NestedAttributeAwareEditorAreaSectionRenderer

protected class NestedAttributeAwareEditorAreaSectionRenderer.NestedAttributeRenderer extends com.hybris.cockpitng.widgets.common.AbstractWidgetComponentRenderer<org.zkoss.zul.Cell,com.hybris.cockpitng.core.config.impl.jaxb.editorarea.Attribute,Object>
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    addNestedParameter(com.hybris.cockpitng.core.config.impl.jaxb.editorarea.Attribute attribute)
     
    protected com.hybris.cockpitng.core.config.impl.jaxb.editorarea.Attribute
    cloneAttribute(com.hybris.cockpitng.core.config.impl.jaxb.editorarea.Attribute attribute)
     
    protected com.hybris.cockpitng.dataaccess.facades.type.DataAttribute
    getDataAttribute(com.hybris.cockpitng.core.config.impl.jaxb.editorarea.Attribute attribute, com.hybris.cockpitng.dataaccess.facades.type.DataType dataType)
     
    protected com.hybris.cockpitng.dataaccess.facades.type.DataType
    getDataType(com.hybris.cockpitng.core.config.impl.jaxb.editorarea.Attribute attribute, com.hybris.cockpitng.dataaccess.facades.type.DataType dataType)
     
    protected String[]
    getQualifierParts(com.hybris.cockpitng.core.config.impl.jaxb.editorarea.Attribute attribute)
     
    protected com.hybris.cockpitng.core.config.impl.jaxb.editorarea.Attribute
    prepareAttributeToRender(com.hybris.cockpitng.core.config.impl.jaxb.editorarea.Attribute attribute, com.hybris.cockpitng.dataaccess.facades.type.DataAttribute dataAttribute)
     
    void
    render(org.zkoss.zul.Cell cell, com.hybris.cockpitng.core.config.impl.jaxb.editorarea.Attribute attribute, Object object, com.hybris.cockpitng.dataaccess.facades.type.DataType genericType, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager)
     

    Methods inherited from class com.hybris.cockpitng.widgets.common.AbstractWidgetComponentRenderer

    addRendererListener, fireComponentRendered, fireComponentRendered, fireComponentRendered, removeRendererListener

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.hybris.cockpitng.widgets.common.WidgetComponentRenderer

    render
  • Constructor Details

    • NestedAttributeRenderer

      protected NestedAttributeRenderer()
  • Method Details

    • render

      public void render(org.zkoss.zul.Cell cell, com.hybris.cockpitng.core.config.impl.jaxb.editorarea.Attribute attribute, Object object, com.hybris.cockpitng.dataaccess.facades.type.DataType genericType, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager)
    • prepareAttributeToRender

      protected com.hybris.cockpitng.core.config.impl.jaxb.editorarea.Attribute prepareAttributeToRender(com.hybris.cockpitng.core.config.impl.jaxb.editorarea.Attribute attribute, com.hybris.cockpitng.dataaccess.facades.type.DataAttribute dataAttribute) throws InvocationTargetException, IllegalAccessException
      Throws:
      InvocationTargetException
      IllegalAccessException
    • addNestedParameter

      protected void addNestedParameter(com.hybris.cockpitng.core.config.impl.jaxb.editorarea.Attribute attribute)
    • getDataAttribute

      protected com.hybris.cockpitng.dataaccess.facades.type.DataAttribute getDataAttribute(com.hybris.cockpitng.core.config.impl.jaxb.editorarea.Attribute attribute, com.hybris.cockpitng.dataaccess.facades.type.DataType dataType)
    • getDataType

      protected com.hybris.cockpitng.dataaccess.facades.type.DataType getDataType(com.hybris.cockpitng.core.config.impl.jaxb.editorarea.Attribute attribute, com.hybris.cockpitng.dataaccess.facades.type.DataType dataType)
    • getQualifierParts

      protected String[] getQualifierParts(com.hybris.cockpitng.core.config.impl.jaxb.editorarea.Attribute attribute)
    • cloneAttribute

      protected com.hybris.cockpitng.core.config.impl.jaxb.editorarea.Attribute cloneAttribute(com.hybris.cockpitng.core.config.impl.jaxb.editorarea.Attribute attribute) throws InvocationTargetException, IllegalAccessException
      Throws:
      InvocationTargetException
      IllegalAccessException