Package com.vaadin.ui

Class CheckBox.CheckBoxInputElement

  • All Implemented Interfaces:
    HasStyleNames, java.io.Serializable
    Enclosing class:
    CheckBox

    public static class CheckBox.CheckBoxInputElement
    extends java.lang.Object
    implements HasStyleNames
    The inner input element of the CheckBox.
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addStyleName​(java.lang.String style)
      Adds one or more style names to this component.
      java.lang.String getStyleName()
      Gets all user-defined CSS style names of a component.
      void removeStyleName​(java.lang.String style)
      Removes one or more style names from component.
      void setStyleName​(java.lang.String style)
      Sets one or more user-defined style names of the component, replacing any previous user-defined styles.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait