Package com.dynamicpdf.api
Class MultiSelectListBoxInformation
java.lang.Object
com.dynamicpdf.api.MultiSelectListBoxInformation
Represents information of a MultiSelectListBox.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]Gets a collection of default values of the MultiSelectListBox.String[]Gets a collection of export values of the MultiSelectListBox.String[]getItems()Gets a collection of items of the MultiSelectListBox.String[]Gets a collection of export values of the MultiSelectListBox.getName()Gets the name of a MultiSelectListBox.String[]Gets a collection of values of the MultiSelectListBox.voidsetDefaultValues(String[] value)Sets a collection of default values of the MultiSelectListBox.voidsetExportValues(String[] value)Sets a collection of export values of the MultiSelectListBox.voidSets a collection of items of the MultiSelectListBox.voidsetItemsExportValues(String[] value)Sets a collection of export values of the MultiSelectListBox.voidSets the name of a MultiSelectListBox.voidSets a collection of values of the MultiSelectListBox.
-
Constructor Details
-
MultiSelectListBoxInformation
public MultiSelectListBoxInformation()
-
-
Method Details
-
getName
Gets the name of a MultiSelectListBox.- Returns:
- The name of a MultiSelectListBox.
-
setName
Sets the name of a MultiSelectListBox.- Parameters:
value- The name of a MultiSelectListBox.
-
getValues
Gets a collection of values of the MultiSelectListBox.- Returns:
- A collection of values of the MultiSelectListBox.
-
setValues
Sets a collection of values of the MultiSelectListBox.- Parameters:
value- A collection of values of the MultiSelectListBox.
-
getDefaultValues
Gets a collection of default values of the MultiSelectListBox.- Returns:
- A collection of default values of the MultiSelectListBox.
-
setDefaultValues
Sets a collection of default values of the MultiSelectListBox.- Parameters:
value- A collection of default values of the MultiSelectListBox.
-
getExportValues
Gets a collection of export values of the MultiSelectListBox.- Returns:
- A collection of export values of the MultiSelectListBox.
-
setExportValues
Sets a collection of export values of the MultiSelectListBox.- Parameters:
value- A collection of export values of the MultiSelectListBox.
-
getItems
Gets a collection of items of the MultiSelectListBox.- Returns:
- A collection of items of the MultiSelectListBox.
-
setItems
Sets a collection of items of the MultiSelectListBox.- Parameters:
value- A collection of items of the MultiSelectListBox.
-
getItemsExportValues
Gets a collection of export values of the MultiSelectListBox.- Returns:
- A collection of export values of the MultiSelectListBox.
-
setItemsExportValues
Sets a collection of export values of the MultiSelectListBox.- Parameters:
value- A collection of export values of the MultiSelectListBox.
-