java.lang.Object | |||
↳ | greendroid.widget.item.Item | ||
↳ | greendroid.widget.item.TextItem | ||
↳ | greendroid.widget.item.DescriptionItem |
A description item displays a text on several lines. The default implementation makes it disabled.
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new DescriptionItem with the given description.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Return a view that is associated to the current item.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Creates a new DescriptionItem with the given description.
description | The description for the current item. |
---|
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. |