Class ColorPickerGridConnector

    • Constructor Detail

      • ColorPickerGridConnector

        public ColorPickerGridConnector()
    • Method Detail

      • createWidget

        protected com.google.gwt.user.client.ui.Widget createWidget()
        Description copied from class: AbstractComponentConnector
        Creates and returns the widget for this VPaintableWidget. This method should only be called once when initializing the paintable.

        You should typically not override this method since the framework by default generates an implementation that uses GWT.create(Class) to create a widget of the same type as returned by the most specific override of AbstractComponentConnector.getWidget(). If you do override the method, you can't call super.createWidget() since the metadata needed for that implementation is not generated if there's an override of the method.

        Overrides:
        createWidget in class AbstractComponentConnector
        Returns:
        a new widget instance to use for this component connector
      • onClick

        public void onClick​(com.google.gwt.event.dom.client.ClickEvent event)
        Specified by:
        onClick in interface com.google.gwt.event.dom.client.ClickHandler
      • init

        protected void init()
        Description copied from class: AbstractConnector
        Called when the connector has been initialized. Override this method to perform initialization of the connector.
        Overrides:
        init in class AbstractConnector