Class MultiSelectListBoxInformation

java.lang.Object
com.dynamicpdf.api.MultiSelectListBoxInformation

public class MultiSelectListBoxInformation extends Object
Represents information of a MultiSelectListBox.
  • Constructor Details

    • MultiSelectListBoxInformation

      public MultiSelectListBoxInformation()
  • Method Details

    • getName

      public String getName()
      Gets the name of a MultiSelectListBox.
      Returns:
      The name of a MultiSelectListBox.
    • setName

      public void setName(String value)
      Sets the name of a MultiSelectListBox.
      Parameters:
      value - The name of a MultiSelectListBox.
    • getValues

      public String[] getValues()
      Gets a collection of values of the MultiSelectListBox.
      Returns:
      A collection of values of the MultiSelectListBox.
    • setValues

      public void setValues(String[] value)
      Sets a collection of values of the MultiSelectListBox.
      Parameters:
      value - A collection of values of the MultiSelectListBox.
    • getDefaultValues

      public String[] getDefaultValues()
      Gets a collection of default values of the MultiSelectListBox.
      Returns:
      A collection of default values of the MultiSelectListBox.
    • setDefaultValues

      public void setDefaultValues(String[] value)
      Sets a collection of default values of the MultiSelectListBox.
      Parameters:
      value - A collection of default values of the MultiSelectListBox.
    • getExportValues

      public String[] getExportValues()
      Gets a collection of export values of the MultiSelectListBox.
      Returns:
      A collection of export values of the MultiSelectListBox.
    • setExportValues

      public void setExportValues(String[] value)
      Sets a collection of export values of the MultiSelectListBox.
      Parameters:
      value - A collection of export values of the MultiSelectListBox.
    • getItems

      public String[] getItems()
      Gets a collection of items of the MultiSelectListBox.
      Returns:
      A collection of items of the MultiSelectListBox.
    • setItems

      public void setItems(String[] value)
      Sets a collection of items of the MultiSelectListBox.
      Parameters:
      value - A collection of items of the MultiSelectListBox.
    • getItemsExportValues

      public String[] getItemsExportValues()
      Gets a collection of export values of the MultiSelectListBox.
      Returns:
      A collection of export values of the MultiSelectListBox.
    • setItemsExportValues

      public void setItemsExportValues(String[] value)
      Sets a collection of export values of the MultiSelectListBox.
      Parameters:
      value - A collection of export values of the MultiSelectListBox.