public static final class UITableCellStyleHandler.BackgroundRepeat extends Object
Modifier and Type | Field and Description |
---|---|
static UITableCellStyleHandler.BackgroundRepeat |
NO_REPEAT
The background image will not be repeated.
|
static UITableCellStyleHandler.BackgroundRepeat |
REPEAT
The background image will be repeated both vertically and horizontally; this is default.
|
static UITableCellStyleHandler.BackgroundRepeat |
REPEAT_X
The background image will only be repeated horizontally.
|
static UITableCellStyleHandler.BackgroundRepeat |
REPEAT_Y
The background image will only be repeated vertically.
|
public static final UITableCellStyleHandler.BackgroundRepeat REPEAT
public static final UITableCellStyleHandler.BackgroundRepeat REPEAT_X
public static final UITableCellStyleHandler.BackgroundRepeat REPEAT_Y
public static final UITableCellStyleHandler.BackgroundRepeat NO_REPEAT