Class CheckboxMultipleChoiceSelector

    • Method Detail

      • getFindCheckboxesFunction

        protected CharSequence getFindCheckboxesFunction()
        Description copied from class: AbstractCheckSelector
        Concrete subclasses must override this to provide a Javascript function that returns the IDs of all checkboxes that should be controlled by this selector.
        Specified by:
        getFindCheckboxesFunction in class AbstractCheckSelector
        Returns:
        a String containing a Javascript expression that evaluates to a function(!). This function must return an array containing the IDs of all checkbox input elements that this selector should control.