public static final class UITableCellStyleHandler.BackgroundRepeat extends Object
| Modifier and Type | Field and Description | 
|---|---|
| static UITableCellStyleHandler.BackgroundRepeat | NO_REPEATThe background image will not be repeated. | 
| static UITableCellStyleHandler.BackgroundRepeat | REPEATThe background image will be repeated both vertically and horizontally; this is default. | 
| static UITableCellStyleHandler.BackgroundRepeat | REPEAT_XThe background image will only be repeated horizontally. | 
| static UITableCellStyleHandler.BackgroundRepeat | REPEAT_YThe 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