Class GeneratedVaadinRadioButton<R extends GeneratedVaadinRadioButton<R>>

    • Constructor Detail

      • GeneratedVaadinRadioButton

        public GeneratedVaadinRadioButton()
    • Method Detail

      • isAutofocusBoolean

        protected boolean isAutofocusBoolean()

        Description copied from corresponding location in WebComponent:

        Specify that this control should have input focus when the page loads.

        This property is not synchronized automatically from the client side, so the returned value may not be the same as in client side.

        Returns:
        the autofocus property from the webcomponent
      • setAutofocus

        protected void setAutofocus​(boolean autofocus)

        Description copied from corresponding location in WebComponent:

        Specify that this control should have input focus when the page loads.

        Parameters:
        autofocus - the boolean value to set
      • isDisabledBoolean

        protected boolean isDisabledBoolean()

        Description copied from corresponding location in WebComponent:

        If true, the user cannot interact with this element.

        This property is not synchronized automatically from the client side, so the returned value may not be the same as in client side.

        Returns:
        the disabled property from the webcomponent
      • setDisabled

        protected void setDisabled​(boolean disabled)

        Description copied from corresponding location in WebComponent:

        If true, the user cannot interact with this element.

        Parameters:
        disabled - the boolean value to set
      • getNameString

        protected String getNameString()
        This property is not synchronized automatically from the client side, so the returned value may not be the same as in client side.
        Returns:
        the name property from the webcomponent
      • setName

        protected void setName​(String name)
        Parameters:
        name - the String value to set
      • isCheckedBoolean

        @Synchronize(property="checked",
                     value="checked-changed")
        protected boolean isCheckedBoolean()

        Description copied from corresponding location in WebComponent:

        True if the radio button is checked.

        This property is synchronized automatically from client side when a 'checked-changed' event happens.

        Returns:
        the checked property from the webcomponent
      • setChecked

        protected void setChecked​(boolean checked)

        Description copied from corresponding location in WebComponent:

        True if the radio button is checked.

        Parameters:
        checked - the boolean value to set
      • getValueString

        protected String getValueString()

        Description copied from corresponding location in WebComponent:

        The value for this element.

        This property is not synchronized automatically from the client side, so the returned value may not be the same as in client side.

        Returns:
        the value property from the webcomponent
      • setValue

        protected void setValue​(String value)

        Description copied from corresponding location in WebComponent:

        The value for this element.

        Parameters:
        value - the String value to set