Class SelectList


  • public class SelectList
    extends Selector
    Implementation of a DQC list selector element. A SelectList contains a list of Objects of type ListChoice.
    • Constructor Detail

      • SelectList

        public SelectList()
    • Method Detail

      • addChoice

        public void addChoice​(ListChoice c)
      • hasNestedSelectors

        public boolean hasNestedSelectors()
      • getFirstNestedSelector

        public SelectList getFirstNestedSelector()
      • getSize

        public int getSize()
      • equals

        public boolean equals​(Object o)
        Description copied from class: Selector
        Instances which have same id are equal.
        Overrides:
        equals in class Selector
      • hashCode

        public int hashCode()
        Override Object.hashCode() to implement equals.
        Overrides:
        hashCode in class Selector