| Package | Description |
|---|---|
| com.orchestranetworks.ui |
This package provides the capability to create custom user interface components
that are integrated within EBX®.
|
| Modifier and Type | Field and Description |
|---|---|
static UITableCellStyleHandler.BackgroundRepeat |
UITableCellStyleHandler.BackgroundRepeat.NO_REPEAT
The background image will not be repeated.
|
static UITableCellStyleHandler.BackgroundRepeat |
UITableCellStyleHandler.BackgroundRepeat.REPEAT
The background image will be repeated both vertically and horizontally; this is default.
|
static UITableCellStyleHandler.BackgroundRepeat |
UITableCellStyleHandler.BackgroundRepeat.REPEAT_X
The background image will only be repeated horizontally.
|
static UITableCellStyleHandler.BackgroundRepeat |
UITableCellStyleHandler.BackgroundRepeat.REPEAT_Y
The background image will only be repeated vertically.
|
| Modifier and Type | Method and Description |
|---|---|
UITableCellStyleHandler.BackgroundRepeat |
UITableCellStyleHandler.getBackgroundRepeat()
Returns the background repeat set for the cell.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UITableCellStyleHandler.setBackgroundImage(String imageURL,
UITableCellStyleHandler.BackgroundRepeat backgroundRepeat)
Sets a background image for the cell.
|
void |
UITableCellStyleHandler.setBackgroundImage(String imageURL,
UITableCellStyleHandler.BackgroundRepeat backgroundRepeat,
String backgroundPosition)
Sets a background image for the cell.
|