Class AbstractWidgetViewModel

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String format​(java.lang.String pattern, java.lang.Object... arguments)  
      protected com.hybris.cockpitng.core.model.WidgetModel getModel()  
      protected com.hybris.cockpitng.engine.WidgetInstanceManager getWidgetInstanceManager()  
      protected com.hybris.cockpitng.core.util.impl.TypedSettingsMap getWidgetSettings()  
      protected com.hybris.cockpitng.components.Widgetslot getWidgetslot()  
      protected void sendOutput​(java.lang.String socketId, java.lang.Object data)  
      • Methods inherited from class java.lang.Object

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

      • AbstractWidgetViewModel

        public AbstractWidgetViewModel()
    • Method Detail

      • getWidgetInstanceManager

        protected com.hybris.cockpitng.engine.WidgetInstanceManager getWidgetInstanceManager()
      • getWidgetslot

        protected com.hybris.cockpitng.components.Widgetslot getWidgetslot()
      • getWidgetSettings

        protected com.hybris.cockpitng.core.util.impl.TypedSettingsMap getWidgetSettings()
      • getModel

        protected com.hybris.cockpitng.core.model.WidgetModel getModel()
      • sendOutput

        protected void sendOutput​(java.lang.String socketId,
                                  java.lang.Object data)
      • format

        public java.lang.String format​(java.lang.String pattern,
                                       java.lang.Object... arguments)