Modifier and Type | Field and Description |
---|---|
static int |
cellFont
May be a reference to another resource, in the form "
@[+][package:]type:name "
or to a theme attribute in the form "?[package:][type:]name ". |
static int |
cellHeight
Must be a dimension value, which is a floating point number appended with a unit such as "
14.5sp ". |
static int |
cellHorizontalBorderWidth
Must be a dimension value, which is a floating point number appended with a unit such as "
14.5sp ". |
static int |
cellSelectedTextColor
Must be a color value, in the form of "
#rgb ", "#argb ",
"#rrggbb ", or "#aarrggbb ". |
static int |
cellTextColor
Must be a color value, in the form of "
#rgb ", "#argb ",
"#rrggbb ", or "#aarrggbb ". |
static int |
cellTextSize
Must be a dimension value, which is a floating point number appended with a unit such as "
14.5sp ". |
static int |
cellVerticalBorderWidth
Must be a dimension value, which is a floating point number appended with a unit such as "
14.5sp ". |
static int |
cellWidth
Must be a dimension value, which is a floating point number appended with a unit such as "
14.5sp ". |
static int |
dataCellDrawable
Must be a reference to another resource, in the form "
@[+][package:]type:name "
or to a theme attribute in the form "?[package:][type:]name ". |
static int |
dataCellSelectedDrawable
Must be a reference to another resource, in the form "
@[+][package:]type:name "
or to a theme attribute in the form "?[package:][type:]name ". |
static int |
dataCellSelectedTextColor
Must be a color value, in the form of "
#rgb ", "#argb ",
"#rrggbb ", or "#aarrggbb ". |
static int |
dataCellTextColor
Must be a color value, in the form of "
#rgb ", "#argb ",
"#rrggbb ", or "#aarrggbb ". |
static int |
footerHeight
Must be a dimension value, which is a floating point number appended with a unit such as "
14.5sp ". |
static int |
headerHeight
Must be a dimension value, which is a floating point number appended with a unit such as "
14.5sp ". |
static int |
horizontalDividingLineColor
Must be a color value, in the form of "
#rgb ", "#argb ",
"#rrggbb ", or "#aarrggbb ". |
static int |
horizontalDividingLineWidth
Must be a dimension value, which is a floating point number appended with a unit such as "
14.5sp ". |
static int |
leftFooterCornerCellDrawable
Must be a reference to another resource, in the form "
@[+][package:]type:name "
or to a theme attribute in the form "?[package:][type:]name ". |
static int |
leftFooterCornerCellSelectedDrawable
Must be a reference to another resource, in the form "
@[+][package:]type:name "
or to a theme attribute in the form "?[package:][type:]name ". |
static int |
leftHeaderCornerCellDrawable
Must be a reference to another resource, in the form "
@[+][package:]type:name "
or to a theme attribute in the form "?[package:][type:]name ". |
static int |
leftHeaderCornerCellSelectedDrawable
Must be a reference to another resource, in the form "
@[+][package:]type:name "
or to a theme attribute in the form "?[package:][type:]name ". |
static int |
showFooter
May be a reference to another resource, in the form "
@[+][package:]type:name "
or to a theme attribute in the form "?[package:][type:]name ". |
static int |
stickyColumnCellDrawable
Must be a reference to another resource, in the form "
@[+][package:]type:name "
or to a theme attribute in the form "?[package:][type:]name ". |
static int |
stickyColumnCellSelectedDrawable
Must be a reference to another resource, in the form "
@[+][package:]type:name "
or to a theme attribute in the form "?[package:][type:]name ". |
static int |
stickyColumnCellSelectedTextColor
Must be a color value, in the form of "
#rgb ", "#argb ",
"#rrggbb ", or "#aarrggbb ". |
static int |
stickyColumnCellTextColor
Must be a color value, in the form of "
#rgb ", "#argb ",
"#rrggbb ", or "#aarrggbb ". |
static int |
stickyColumns
May be a reference to another resource, in the form "
@[+][package:]type:name "
or to a theme attribute in the form "?[package:][type:]name ". |
static int |
stickyFooterCellDrawable
Must be a reference to another resource, in the form "
@[+][package:]type:name "
or to a theme attribute in the form "?[package:][type:]name ". |
static int |
stickyFooterCellSelectedDrawable
Must be a reference to another resource, in the form "
@[+][package:]type:name "
or to a theme attribute in the form "?[package:][type:]name ". |
static int |
stickyFooterCellSelectedTextColor
Must be a color value, in the form of "
#rgb ", "#argb ",
"#rrggbb ", or "#aarrggbb ". |
static int |
stickyFooterCellTextColor
Must be a color value, in the form of "
#rgb ", "#argb ",
"#rrggbb ", or "#aarrggbb ". |
static int |
stickyHeaderCellDrawable
Must be a reference to another resource, in the form "
@[+][package:]type:name "
or to a theme attribute in the form "?[package:][type:]name ". |
static int |
stickyHeaderCellSelectedDrawable
Must be a reference to another resource, in the form "
@[+][package:]type:name "
or to a theme attribute in the form "?[package:][type:]name ". |
static int |
stickyHeaderCellSelectedTextColor
Must be a color value, in the form of "
#rgb ", "#argb ",
"#rrggbb ", or "#aarrggbb ". |
static int |
stickyHeaderCellTextColor
Must be a color value, in the form of "
#rgb ", "#argb ",
"#rrggbb ", or "#aarrggbb ". |
static int |
verticalDividingLineColor
Must be a color value, in the form of "
#rgb ", "#argb ",
"#rrggbb ", or "#aarrggbb ". |
static int |
verticalDividingLineWidth
Must be a dimension value, which is a floating point number appended with a unit such as "
14.5sp ". |
Constructor and Description |
---|
attr() |
public static int cellFont
May be a reference to another resource, in the form "@[+][package:]type:name
"
or to a theme attribute in the form "?[package:][type:]name
".
May be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
public static int cellHeight
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp
".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name
") or
theme attribute (in the form
"?[package:][type:]name
")
containing a value of this type.
public static int cellHorizontalBorderWidth
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp
".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name
") or
theme attribute (in the form
"?[package:][type:]name
")
containing a value of this type.
public static int cellSelectedTextColor
Must be a color value, in the form of "#rgb
", "#argb
",
"#rrggbb
", or "#aarrggbb
".
This may also be a reference to a resource (in the form
"@[package:]type:name
") or
theme attribute (in the form
"?[package:][type:]name
")
containing a value of this type.
public static int cellTextColor
Must be a color value, in the form of "#rgb
", "#argb
",
"#rrggbb
", or "#aarrggbb
".
This may also be a reference to a resource (in the form
"@[package:]type:name
") or
theme attribute (in the form
"?[package:][type:]name
")
containing a value of this type.
public static int cellTextSize
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp
".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name
") or
theme attribute (in the form
"?[package:][type:]name
")
containing a value of this type.
public static int cellVerticalBorderWidth
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp
".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name
") or
theme attribute (in the form
"?[package:][type:]name
")
containing a value of this type.
public static int cellWidth
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp
".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name
") or
theme attribute (in the form
"?[package:][type:]name
")
containing a value of this type.
public static int dataCellDrawable
Must be a reference to another resource, in the form "@[+][package:]type:name
"
or to a theme attribute in the form "?[package:][type:]name
".
public static int dataCellSelectedDrawable
Must be a reference to another resource, in the form "@[+][package:]type:name
"
or to a theme attribute in the form "?[package:][type:]name
".
public static int dataCellSelectedTextColor
Must be a color value, in the form of "#rgb
", "#argb
",
"#rrggbb
", or "#aarrggbb
".
This may also be a reference to a resource (in the form
"@[package:]type:name
") or
theme attribute (in the form
"?[package:][type:]name
")
containing a value of this type.
public static int dataCellTextColor
Must be a color value, in the form of "#rgb
", "#argb
",
"#rrggbb
", or "#aarrggbb
".
This may also be a reference to a resource (in the form
"@[package:]type:name
") or
theme attribute (in the form
"?[package:][type:]name
")
containing a value of this type.
public static int footerHeight
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp
".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name
") or
theme attribute (in the form
"?[package:][type:]name
")
containing a value of this type.
public static int headerHeight
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp
".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name
") or
theme attribute (in the form
"?[package:][type:]name
")
containing a value of this type.
public static int horizontalDividingLineColor
Must be a color value, in the form of "#rgb
", "#argb
",
"#rrggbb
", or "#aarrggbb
".
This may also be a reference to a resource (in the form
"@[package:]type:name
") or
theme attribute (in the form
"?[package:][type:]name
")
containing a value of this type.
public static int horizontalDividingLineWidth
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp
".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name
") or
theme attribute (in the form
"?[package:][type:]name
")
containing a value of this type.
public static int leftFooterCornerCellDrawable
Must be a reference to another resource, in the form "@[+][package:]type:name
"
or to a theme attribute in the form "?[package:][type:]name
".
public static int leftFooterCornerCellSelectedDrawable
Must be a reference to another resource, in the form "@[+][package:]type:name
"
or to a theme attribute in the form "?[package:][type:]name
".
public static int leftHeaderCornerCellDrawable
Must be a reference to another resource, in the form "@[+][package:]type:name
"
or to a theme attribute in the form "?[package:][type:]name
".
public static int leftHeaderCornerCellSelectedDrawable
Must be a reference to another resource, in the form "@[+][package:]type:name
"
or to a theme attribute in the form "?[package:][type:]name
".
public static int showFooter
May be a reference to another resource, in the form "@[+][package:]type:name
"
or to a theme attribute in the form "?[package:][type:]name
".
May be a boolean value, either "true
" or "false
".
public static int stickyColumnCellDrawable
Must be a reference to another resource, in the form "@[+][package:]type:name
"
or to a theme attribute in the form "?[package:][type:]name
".
public static int stickyColumnCellSelectedDrawable
Must be a reference to another resource, in the form "@[+][package:]type:name
"
or to a theme attribute in the form "?[package:][type:]name
".
public static int stickyColumnCellSelectedTextColor
Must be a color value, in the form of "#rgb
", "#argb
",
"#rrggbb
", or "#aarrggbb
".
This may also be a reference to a resource (in the form
"@[package:]type:name
") or
theme attribute (in the form
"?[package:][type:]name
")
containing a value of this type.
public static int stickyColumnCellTextColor
Must be a color value, in the form of "#rgb
", "#argb
",
"#rrggbb
", or "#aarrggbb
".
This may also be a reference to a resource (in the form
"@[package:]type:name
") or
theme attribute (in the form
"?[package:][type:]name
")
containing a value of this type.
public static int stickyColumns
May be a reference to another resource, in the form "@[+][package:]type:name
"
or to a theme attribute in the form "?[package:][type:]name
".
May be an integer value, such as "100
".
public static int stickyFooterCellDrawable
Must be a reference to another resource, in the form "@[+][package:]type:name
"
or to a theme attribute in the form "?[package:][type:]name
".
public static int stickyFooterCellSelectedDrawable
Must be a reference to another resource, in the form "@[+][package:]type:name
"
or to a theme attribute in the form "?[package:][type:]name
".
public static int stickyFooterCellSelectedTextColor
Must be a color value, in the form of "#rgb
", "#argb
",
"#rrggbb
", or "#aarrggbb
".
This may also be a reference to a resource (in the form
"@[package:]type:name
") or
theme attribute (in the form
"?[package:][type:]name
")
containing a value of this type.
public static int stickyFooterCellTextColor
Must be a color value, in the form of "#rgb
", "#argb
",
"#rrggbb
", or "#aarrggbb
".
This may also be a reference to a resource (in the form
"@[package:]type:name
") or
theme attribute (in the form
"?[package:][type:]name
")
containing a value of this type.
public static int stickyHeaderCellDrawable
Must be a reference to another resource, in the form "@[+][package:]type:name
"
or to a theme attribute in the form "?[package:][type:]name
".
public static int stickyHeaderCellSelectedDrawable
Must be a reference to another resource, in the form "@[+][package:]type:name
"
or to a theme attribute in the form "?[package:][type:]name
".
public static int stickyHeaderCellSelectedTextColor
Must be a color value, in the form of "#rgb
", "#argb
",
"#rrggbb
", or "#aarrggbb
".
This may also be a reference to a resource (in the form
"@[package:]type:name
") or
theme attribute (in the form
"?[package:][type:]name
")
containing a value of this type.
public static int stickyHeaderCellTextColor
Must be a color value, in the form of "#rgb
", "#argb
",
"#rrggbb
", or "#aarrggbb
".
This may also be a reference to a resource (in the form
"@[package:]type:name
") or
theme attribute (in the form
"?[package:][type:]name
")
containing a value of this type.
public static int verticalDividingLineColor
Must be a color value, in the form of "#rgb
", "#argb
",
"#rrggbb
", or "#aarrggbb
".
This may also be a reference to a resource (in the form
"@[package:]type:name
") or
theme attribute (in the form
"?[package:][type:]name
")
containing a value of this type.
public static int verticalDividingLineWidth
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp
".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name
") or
theme attribute (in the form
"?[package:][type:]name
")
containing a value of this type.
Copyright © 2011–2014. All rights reserved.