Class TvmBooleanInput

    • Constructor Detail

      • TvmBooleanInput

        public TvmBooleanInput​(String type,
                               String tag)
        The constructor.
        Parameters:
        type - the type of the input.
        tag - the tag name of the top widget.
    • Method Detail

      • getValueOrThrow

        public Boolean getValueOrThrow()
        Returns:
        the current value.
      • setValueNative

        protected void setValueNative​(Boolean value)
        Specified by:
        setValueNative in class TvmInput<Boolean,​org.teavm.jso.dom.html.HTMLInputElement>
        Parameters:
        value - the new value to set in the native widget.