public abstract class GroupKeyItemEntity
extends java.lang.Object
GroupKeyItemEntity abstract class wraps various attributes related to the keys
found in a group key. When tapped, a group key will show all the individual keys in the group.| Modifier and Type | Field and Description |
|---|---|
static int |
LAYOUT_COL_1
Layout column 1
|
static int |
LAYOUT_COL_2
Layout column 2
|
static int |
LAYOUT_COL_3
Layout column 3
|
static int |
SPAN_TOTAL
The span count (total width of the items)
|
| Modifier and Type | Method and Description |
|---|---|
abstract int |
colNumber()
Returns an int of the column number the key is placed in.
|
abstract java.lang.String |
resourceId()
Returns a String of the identification number of the resource.
|
abstract java.lang.String |
resourceName()
Returns a String of the name of the resource.
|
abstract int |
span()
Returns an int of the span (width) of the item.
|
java.lang.String |
toString()
Returns a String of the name of the resource.
|
public static final int SPAN_TOTAL
public static final int LAYOUT_COL_1
public static final int LAYOUT_COL_2
public static final int LAYOUT_COL_3
public abstract java.lang.String resourceId()
public abstract int span()
public abstract int colNumber()
public abstract java.lang.String resourceName()
public final java.lang.String toString()
toString in class java.lang.Object