Class GenericChartController
- java.lang.Object
-
- org.zkoss.zk.ui.event.GenericEventListener
-
- org.zkoss.zk.ui.util.GenericComposer<T>
-
- org.zkoss.zk.ui.util.GenericAutowireComposer<T>
-
- org.zkoss.zk.ui.util.GenericForwardComposer<org.zkoss.zk.ui.Component>
-
- com.hybris.cockpitng.util.ViewAnnotationAwareComposer
-
- com.hybris.cockpitng.util.DefaultWidgetController
-
- de.hybris.platform.platformbackoffice.widgets.charts.GenericChartController
-
- All Implemented Interfaces:
com.hybris.cockpitng.core.WidgetController,com.hybris.cockpitng.dnd.WidgetDragAndDropAware,com.hybris.cockpitng.engine.WidgetInstanceManagerAware,java.io.Serializable,org.zkoss.zk.ui.event.EventListener,org.zkoss.zk.ui.event.SerializableEventListener,org.zkoss.zk.ui.util.ComponentActivationListener,org.zkoss.zk.ui.util.ComponentCloneListener,org.zkoss.zk.ui.util.Composer<org.zkoss.zk.ui.Component>,org.zkoss.zk.ui.util.ComposerExt<org.zkoss.zk.ui.Component>
public class GenericChartController extends com.hybris.cockpitng.util.DefaultWidgetController- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringREFRESH_INPUT_SOCKETstatic java.lang.StringYW_GENERIC_CHART_INFO_LABELstatic java.lang.StringYW_GENERIC_CHART_INFO_VALUEstatic java.lang.StringYW_GENERIC_CHART_INFO_WRAPPER
-
Constructor Summary
Constructors Constructor Description GenericChartController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.zkoss.chart.ChartsgetCharts()protected org.zkoss.zul.DivgetInfoContainer()voidinitialize(org.zkoss.zk.ui.Component comp)voidrefresh()protected voidrenderInfoLabels(java.util.Collection<ChartInfoLabel> infoLabels)-
Methods inherited from class com.hybris.cockpitng.util.DefaultWidgetController
doAfterCompose, doBeforeCompose, doBeforeComposeChildren, executeOperation, getDragAndDropStrategy, getLabel, getLabel, getModel, getValue, getWidgetDragAndDropStrategyRepository, getWidgetInstanceManager, getWidgetRoot, getWidgetSettings, getWidgetslot, getWidgetTitle, getWidgetUtils, initDragAndDropAwareness, initWidgetSetting, initWidgetSetting, initWidgetSetting, initWidgetSetting, initWidgetSetting, invokeListenerMethod, onSocketInput, preInitialize, sendOutput, sendOutputAfterOperation, sendOutputAfterOperation, sendOutputAfterOperation, setValue, setWidgetInstanceManager, setWidgetTitle
-
Methods inherited from class com.hybris.cockpitng.util.ViewAnnotationAwareComposer
scanEventListeners
-
Methods inherited from class org.zkoss.zk.ui.util.GenericAutowireComposer
alert, didActivate, getPage, willClone, willPassivate
-
-
-
-
Field Detail
-
REFRESH_INPUT_SOCKET
public static final java.lang.String REFRESH_INPUT_SOCKET
- See Also:
- Constant Field Values
-
YW_GENERIC_CHART_INFO_WRAPPER
public static final java.lang.String YW_GENERIC_CHART_INFO_WRAPPER
- See Also:
- Constant Field Values
-
YW_GENERIC_CHART_INFO_VALUE
public static final java.lang.String YW_GENERIC_CHART_INFO_VALUE
- See Also:
- Constant Field Values
-
YW_GENERIC_CHART_INFO_LABEL
public static final java.lang.String YW_GENERIC_CHART_INFO_LABEL
- See Also:
- Constant Field Values
-
-
Method Detail
-
initialize
public void initialize(org.zkoss.zk.ui.Component comp)
- Overrides:
initializein classcom.hybris.cockpitng.util.DefaultWidgetController
-
renderInfoLabels
protected void renderInfoLabels(java.util.Collection<ChartInfoLabel> infoLabels)
-
refresh
public void refresh()
-
getCharts
protected org.zkoss.chart.Charts getCharts()
-
getInfoContainer
protected org.zkoss.zul.Div getInfoContainer()
-
-