Package com.orchestranetworks.ui
Class UITableCellStyleHandler.BackgroundRepeat
java.lang.Object
com.orchestranetworks.ui.UITableCellStyleHandler.BackgroundRepeat
- Enclosing class:
- UITableCellStyleHandler
-
Field Summary
Modifier and TypeFieldDescriptionstatic final UITableCellStyleHandler.BackgroundRepeat
The background image will not be repeated.static final UITableCellStyleHandler.BackgroundRepeat
The background image will be repeated both vertically and horizontally; this is default.static final UITableCellStyleHandler.BackgroundRepeat
The background image will only be repeated horizontally.static final UITableCellStyleHandler.BackgroundRepeat
The background image will only be repeated vertically. -
Method Summary
-
Field Details
-
REPEAT
The background image will be repeated both vertically and horizontally; this is default. -
REPEAT_X
The background image will only be repeated horizontally. -
REPEAT_Y
The background image will only be repeated vertically. -
NO_REPEAT
The background image will not be repeated.
-