Interface CmsLogicalCheckboxGroup.I_ChangeListener

Enclosing class:
CmsLogicalCheckboxGroup

Listener interface.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onSelect(com.vaadin.v7.ui.CheckBox box)
    Gets called when the selected check box changes.
  • Method Details

    • onSelect

      void onSelect(com.vaadin.v7.ui.CheckBox box)
      Gets called when the selected check box changes.

      Parameters:
      box - the selected check box, or null if deselected