Class CmsRenderer.WidgetChangeHandler

  • All Implemented Interfaces:
    com.google.gwt.event.logical.shared.ValueChangeHandler<java.lang.String>, com.google.gwt.event.shared.EventHandler
    Enclosing class:
    CmsRenderer

    protected class CmsRenderer.WidgetChangeHandler
    extends java.lang.Object
    implements com.google.gwt.event.logical.shared.ValueChangeHandler<java.lang.String>
    The widget value change handler.

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void onValueChange​(com.google.gwt.event.logical.shared.ValueChangeEvent<java.lang.String> event)  
      • Methods inherited from class java.lang.Object

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

      • WidgetChangeHandler

        protected WidgetChangeHandler​(CmsAttributeHandler attributeHandler,
                                      int valueIndex)
        Constructor.

        Parameters:
        attributeHandler - the attribute handler
        valueIndex - the value index, only relevant for in-line rendering
    • Method Detail

      • onValueChange

        public void onValueChange​(com.google.gwt.event.logical.shared.ValueChangeEvent<java.lang.String> event)
        Specified by:
        onValueChange in interface com.google.gwt.event.logical.shared.ValueChangeHandler<java.lang.String>
        See Also:
        ValueChangeHandler.onValueChange(com.google.gwt.event.logical.shared.ValueChangeEvent)