| java.lang.Object | |||
| ↳ | greendroid.widget.item.Item | ||
| ↳ | greendroid.widget.item.TextItem | ||
| ↳ | greendroid.widget.item.LongTextItem | ||
A LongTextItem is very similar to a regular TextItem. The only
difference is it may display the text on several lines.
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
greendroid.widget.item.TextItem
| |||||||||||
From class
greendroid.widget.item.Item
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Create a new LongTextItem
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Return a view that is associated to the current item.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
greendroid.widget.item.TextItem
| |||||||||||
From class
greendroid.widget.item.Item
| |||||||||||
From class
java.lang.Object
| |||||||||||
Create a new LongTextItem
| text | The text being used in this LongTextItem |
|---|
Return a view that is associated to the current item. The returned view is normally capable of being a good recipient for all item's information.
| context | The Context in which the ItemView will be used |
|---|---|
| parent | The parent View of that new View. The parent is usually the parent ListView and may be used to retrieve the correct LayoutParams type. |