Class DefaultUrlRenderer
java.lang.Object
de.hybris.platform.integrationbackoffice.widgets.modeling.utility.DefaultUrlRenderer
- All Implemented Interfaces:
com.hybris.cockpitng.widgets.common.WidgetComponentRenderer<org.zkoss.zul.impl.XulElement,com.hybris.cockpitng.core.config.impl.jaxb.listview.ListColumn, InboundChannelConfigurationModel>
public class DefaultUrlRenderer
extends Object
implements com.hybris.cockpitng.widgets.common.WidgetComponentRenderer<org.zkoss.zul.impl.XulElement,com.hybris.cockpitng.core.config.impl.jaxb.listview.ListColumn,InboundChannelConfigurationModel>
Used to dynamically render a non model field, URL, in the Inbound Channel Configurations List View
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidrender(org.zkoss.zul.impl.XulElement xulElement, com.hybris.cockpitng.core.config.impl.jaxb.listview.ListColumn listColumn, @NotNull InboundChannelConfigurationModel inboundChannelConfigurationModel, com.hybris.cockpitng.dataaccess.facades.type.DataType dataType, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.hybris.cockpitng.widgets.common.WidgetComponentRenderer
addRendererListener, removeRendererListener, render
-
Constructor Details
-
DefaultUrlRenderer
public DefaultUrlRenderer()
-
-
Method Details
-
render
public void render(org.zkoss.zul.impl.XulElement xulElement, com.hybris.cockpitng.core.config.impl.jaxb.listview.ListColumn listColumn, @NotNull @NotNull InboundChannelConfigurationModel inboundChannelConfigurationModel, com.hybris.cockpitng.dataaccess.facades.type.DataType dataType, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager) - Specified by:
renderin interfacecom.hybris.cockpitng.widgets.common.WidgetComponentRenderer<org.zkoss.zul.impl.XulElement,com.hybris.cockpitng.core.config.impl.jaxb.listview.ListColumn, InboundChannelConfigurationModel>
-