Class Select

  • All Implemented Interfaces:
    com.google.gwt.user.client.TakesValue<String>, org.jboss.errai.common.client.api.IsElement

    @Dependent
    public class Select
    extends Object
    implements org.jboss.errai.common.client.api.IsElement, com.google.gwt.user.client.TakesValue<String>
    • Constructor Detail

      • Select

        public Select()
    • Method Detail

      • getElement

        public org.jboss.errai.common.client.dom.HTMLElement getElement()
        Specified by:
        getElement in interface org.jboss.errai.common.client.api.IsElement
      • addOption

        public void addOption​(String text)
      • addOption

        public void addOption​(String text,
                              String value)
      • getOptions

        public org.jboss.errai.common.client.dom.OptionsCollection getOptions()
      • removeAllOptions

        public void removeAllOptions()
      • refresh

        public void refresh()
      • getValue

        public String getValue()
        Specified by:
        getValue in interface com.google.gwt.user.client.TakesValue<String>
      • setValue

        public void setValue​(String value)
        Specified by:
        setValue in interface com.google.gwt.user.client.TakesValue<String>
      • enable

        public void enable()
      • disable

        public void disable()
      • hide

        public void hide()
      • show

        public void show()
      • toggle

        public void toggle()
      • setTitle

        public void setTitle​(String title)
      • setLiveSearch

        public void setLiveSearch​(Boolean liveSearch)
      • setWidth

        public void setWidth​(String width)
      • init

        public void init()