Class TristateCheckBox

    • Constructor Detail

      • TristateCheckBox

        public TristateCheckBox()
      • TristateCheckBox

        public TristateCheckBox​(String text)
      • TristateCheckBox

        public TristateCheckBox​(String text,
                                boolean selected)
    • Method Detail

      • setTristateFromProperty

        public void setTristateFromProperty​(TestElement element,
                                            String propName)
        Set state depending on property
        Parameters:
        element - TestElement
        propName - String property name
      • setPropertyFromTristate

        public void setPropertyFromTristate​(TestElement element,
                                            String propName)
        Sets a boolean property from a tristate checkbox.
        Parameters:
        element - the test element
        propName - the property name
      • setIndeterminate

        public void setIndeterminate()
      • isIndeterminate

        public boolean isIndeterminate()
      • getTristateModel

        public org.apache.jmeter.gui.util.TristateCheckBox.TristateButtonModel getTristateModel()