Class ListItem


  • public class ListItem
    extends Object
    ListItem.
    • Constructor Detail

      • ListItem

        public ListItem()
    • Method Detail

      • selected

        public ListItem selected​(String selected)
        selected.
        Returns:
        ListItem
      • getSelected

        public String getSelected()
        When set to **true**, indicates that this item is the default selection shown to a signer. Only one selection can be set as the default..
        Returns:
        selected
      • setSelected

        public void setSelected​(String selected)
        setSelected.
      • text

        public ListItem text​(String text)
        text.
        Returns:
        ListItem
      • getText

        public String getText()
        Specifies the text that is shown in the dropdown list. .
        Returns:
        text
      • setText

        public void setText​(String text)
        setText.
      • value

        public ListItem value​(String value)
        value.
        Returns:
        ListItem
      • getValue

        public String getValue()
        Specifies the value that is used when the list item is selected..
        Returns:
        value
      • setValue

        public void setValue​(String value)
        setValue.
      • equals

        public boolean equals​(Object o)
        Compares objects.
        Overrides:
        equals in class Object
        Returns:
        true or false depending on comparison result.
      • hashCode

        public int hashCode()
        Returns the HashCode.
        Overrides:
        hashCode in class Object
      • toString

        public String toString()
        Converts the given object to string.
        Overrides:
        toString in class Object