Class SelectBoxBridge.Single

  • Enclosing class:
    SelectBoxBridge

    @JsType(isNative=true)
    public static class SelectBoxBridge.Single
    extends Object
    • Constructor Detail

      • Single

        public Single()
    • Method Detail

      • element

        @JsMethod(namespace="<global>",
                  name="$")
        public static SelectBoxBridge.Single element​(elemental2.dom.HTMLSelectElement element)
      • selectpicker

        public void selectpicker​(String method)
      • selectpicker

        public void selectpicker​(String method,
                                 String param)
      • getValue

        @JsOverlay
        public final String getValue()
      • setValue

        @JsOverlay
        public final void setValue​(String value)
      • refresh

        @JsOverlay
        public final void refresh()
      • enable

        @JsOverlay
        public final void enable​(boolean value)