ListViewItem.Field

Defines a single field (cell) in a listview.

Constructors

this
this(Text text, ABitmap bitmap, uint textInputType)

Default constructor.

Members

Functions

getText
dstring getText()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

editable
bool editable [@property getter]

Returns whether the field is editable.

Variables

bitmap
ABitmap bitmap;

Custom bitmap, can be 32 bit if target enables it.

text
Text text;

Stores the text of this field if there's any.

textInputType
uint textInputType;

Stores various flags (constraints, etc.)

Meta