public final class HomerConstants
extends java.lang.Object
Red (pdf) |
Red (pdf) |
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ENABLED_NODE
The name of the attribute that indicates if a widget is enabled.
|
static java.lang.String |
ORIENTATION_NODE
The name of the attribute containing the screen orientation
definition in the layout file.
|
static java.lang.String |
POSITION_NODE
The name of the attribute containing the position definition in
the layout file.
|
static java.lang.String |
REQUIRED_NODE
The name of the attribute that indicates if attributes must be set.
|
static java.lang.String |
SCREEN_SIZE
The name of the attribute that indicates the screen dimensions.
|
static java.lang.String |
STYLE_NODE
The name of the attribute defining the node's style in the layout file.
|
static java.lang.String |
TAB_NODE
The name of the attribute that defines which tab to use for the
node.
|
static java.lang.String |
TABS_NODE
The name of the attribute containing the tab definitions in the
layout file.
|
static java.lang.String |
TAG
Name of the default tab where elements should be put.
|
public static final java.lang.String ENABLED_NODE
public static final java.lang.String ORIENTATION_NODE
public static final java.lang.String POSITION_NODE
public static final java.lang.String REQUIRED_NODE
public static final java.lang.String SCREEN_SIZE
public static final java.lang.String STYLE_NODE
public static final java.lang.String TAB_NODE
public static final java.lang.String TABS_NODE
public static final java.lang.String TAG