com.vaadin.client.ui.

Class VNativeSelect

  • All Implemented Interfaces:

    com.google.gwt.event.dom.client.ChangeHandler, com.google.gwt.event.dom.client.ClickHandler, 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 VNativeSelect
    extends VOptionGroupBase
    implements Field
    • Field Detail

      • select

        protected com.google.gwt.user.client.ui.ListBox select
    • Constructor Detail

      • VNativeSelect

        public VNativeSelect()
    • Method Detail

      • getOptionsContainer

        protected com.google.gwt.user.client.ui.ListBox getOptionsContainer()
      • onChange

        public void onChange(com.google.gwt.event.dom.client.ChangeEvent event)

        Specified by:

        onChange in interface com.google.gwt.event.dom.client.ChangeHandler

        Overrides:

        onChange in class VOptionGroupBase

      • setHeight

        public void setHeight(String height)

        Overrides:

        setHeight in class com.google.gwt.user.client.ui.UIObject

      • setWidth

        public void setWidth(String width)

        Overrides:

        setWidth in class com.google.gwt.user.client.ui.UIObject

      • focus

        public void focus()

        Description copied from interface: Focusable

        Sets focus to this widget.

        Specified by:

        focus in interface Focusable

      • getSelect

        public com.google.gwt.user.client.ui.ListBox getSelect()

        Returns:

        the root select widget