public class Divider extends AbstractItem
| Modifier and Type | Field and Description |
|---|---|
static int |
DIVIDER_ID
The id of dividers.
|
| Constructor and Description |
|---|
Divider()
Creates a new divider.
|
| Modifier and Type | Method and Description |
|---|---|
Divider |
clone() |
void |
setTitle(android.content.Context context,
int resourceId)
Sets the divider's title.
|
java.lang.String |
toString() |
public static final int DIVIDER_ID
public final void setTitle(android.content.Context context,
int resourceId)
context - The context, which should be used, as an instance of the class Context. The
context may not be nullresourceId - The resource id of the title, which should be set, as an Integer value. The
resource id must correspond to a valid string resourcepublic final Divider clone()
clone in class java.lang.Objectpublic final java.lang.String toString()
toString in class java.lang.Object