java.lang.Object | |||
↳ | greendroid.widget.item.Item | ||
↳ | greendroid.widget.item.TextItem | ||
↳ | greendroid.widget.item.SeparatorItem |
Act as a separator between important ListView sections. A separator display text on a single line.
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
greendroid.widget.item.TextItem
| |||||||||||
From class
greendroid.widget.item.Item
|
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Construct a SeparatorItem made of the given text
|
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
|
Construct a SeparatorItem made of the given text
text | The text for this SeparatorItem |
---|
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. |