Class ListClassFieldEditPane

    • Constructor Detail

      • ListClassFieldEditPane

        public ListClassFieldEditPane​(String fieldName)
    • Method Detail

      • getDisplayTypeSelect

        public org.openqa.selenium.support.ui.Select getDisplayTypeSelect()
        Returns:
        the list of available display types
      • getSizeInput

        public org.openqa.selenium.WebElement getSizeInput()
        Returns:
        the input used to specify the size
      • getMultipleSelectionCheckBox

        public org.openqa.selenium.WebElement getMultipleSelectionCheckBox()
        Returns:
        the check box used to enable multiple selection
      • getDefaultSelectedValues

        public List<String> getDefaultSelectedValues()
        Do not use this method when display type is input.
        Returns:
        the list items selected by default
      • getSelectedItems

        protected List<org.openqa.selenium.WebElement> getSelectedItems()
        Returns:
        the list of selected items
      • getItemByValue

        public org.openqa.selenium.WebElement getItemByValue​(String value)
        Do not used this method when display type is input.
        Parameters:
        value - the value of the list item to return
        Returns:
        returns the list item that has the given value
      • getPreviewInputType

        public String getPreviewInputType()
        Returns:
        the type of HTML input used to preview the list; possible returned values are specified by getDisplayTypeSelect()
      • isReadOnly

        public boolean isReadOnly()
        Returns:
        true if the field is readonly, false otherwise
        Since:
        13.3RC1, 12.10.6