FormWidgetInfo.Builder.SetListItems(IList<ListItem>) Method

Definition

Sets the choice options for the widget.

[Android.Runtime.Register("setListItems", "(Ljava/util/List;)Landroid/graphics/pdf/models/FormWidgetInfo$Builder;", "", ApiSince=35)]
public Android.Graphics.Pdf.Models.FormWidgetInfo.Builder SetListItems(System.Collections.Generic.IList<Android.Graphics.Pdf.Models.ListItem> listItems);
[<Android.Runtime.Register("setListItems", "(Ljava/util/List;)Landroid/graphics/pdf/models/FormWidgetInfo$Builder;", "", ApiSince=35)>]
member this.SetListItems : System.Collections.Generic.IList<Android.Graphics.Pdf.Models.ListItem> -> Android.Graphics.Pdf.Models.FormWidgetInfo.Builder

Parameters

listItems
IList<ListItem>

The choice options for a combo box or list box.

Returns

This builder.

Attributes

Exceptions

Thrown when this widget is not a combo box or list box.

Thrown when listItems is null.

Remarks

This setting is supported only for combo boxes and list boxes.

Java documentation for FormWidgetInfo+Builder.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to