Class UiMultiSelectList

    • Method Detail

      • setValue

        public abstract void setValue​(String value)
        select a value
        Parameters:
        value - the value to select
      • unsetValue

        public abstract void unsetValue​(String value)
        unselect a value
        Parameters:
        value - - the value to unselect
      • getValues

        public abstract String[] getValues()
        Returns:
        the selected values
      • verifyValue

        public abstract void verifyValue​(String expectedValue)
        Verify the specified value is selected
        Parameters:
        expectedValue -
      • verifyNotValue

        public abstract void verifyNotValue​(String notExpectedValue)
        Verify the specified value is NOT selected
        Parameters:
        notExpectedValue -