com.vaadin.client.ui.

Class VOptionGroup

  • All Implemented Interfaces:

    com.google.gwt.event.dom.client.BlurHandler, com.google.gwt.event.dom.client.ChangeHandler, com.google.gwt.event.dom.client.ClickHandler, com.google.gwt.event.dom.client.FocusHandler, com.google.gwt.event.dom.client.KeyPressHandler, com.google.gwt.event.logical.shared.HasAttachHandlers, com.google.gwt.event.shared.EventHandler, com.google.gwt.event.shared.HasHandlers, com.google.gwt.user.client.EventListener, com.google.gwt.user.client.ui.HasEnabled, com.google.gwt.user.client.ui.HasVisibility, com.google.gwt.user.client.ui.IsRenderable, com.google.gwt.user.client.ui.IsWidget, Focusable, Field


    public class VOptionGroup
    extends VOptionGroupBase
    implements com.google.gwt.event.dom.client.FocusHandler, com.google.gwt.event.dom.client.BlurHandler
    • Field Detail

      • panel

        public final com.google.gwt.user.client.ui.Panel panel

        For internal use only. May be removed or replaced in the future.

      • sendFocusEvents

        public boolean sendFocusEvents

        For internal use only. May be removed or replaced in the future.

      • sendBlurEvents

        public boolean sendBlurEvents

        For internal use only. May be removed or replaced in the future.

      • focusHandlers

        public List<com.google.gwt.event.shared.HandlerRegistration> focusHandlers

        For internal use only. May be removed or replaced in the future.

      • blurHandlers

        public List<com.google.gwt.event.shared.HandlerRegistration> blurHandlers

        For internal use only. May be removed or replaced in the future.

      • htmlContentAllowed

        public boolean htmlContentAllowed

        For internal use only. May be removed or replaced in the future.

    • Constructor Detail

      • VOptionGroup

        public VOptionGroup()
    • Method Detail

      • onClick

        public void onClick(com.google.gwt.event.dom.client.ClickEvent event)

        Specified by:

        onClick in interface com.google.gwt.event.dom.client.ClickHandler

        Overrides:

        onClick in class VOptionGroupBase

      • focus

        public void focus()

        Description copied from interface: Focusable

        Sets focus to this widget.

        Specified by:

        focus in interface Focusable

      • onFocus

        public void onFocus(com.google.gwt.event.dom.client.FocusEvent arg0)

        Specified by:

        onFocus in interface com.google.gwt.event.dom.client.FocusHandler

      • onBlur

        public void onBlur(com.google.gwt.event.dom.client.BlurEvent arg0)

        Specified by:

        onBlur in interface com.google.gwt.event.dom.client.BlurHandler