Uses of Class
com.orchestranetworks.ui.UITableCellStyleHandler.BackgroundRepeat
-
Packages that use UITableCellStyleHandler.BackgroundRepeat Package Description com.orchestranetworks.ui This package provides the capability to create custom user interface components that are integrated within EBX®. -
-
Uses of UITableCellStyleHandler.BackgroundRepeat in com.orchestranetworks.ui
Fields in com.orchestranetworks.ui declared as UITableCellStyleHandler.BackgroundRepeat Modifier and Type Field Description static UITableCellStyleHandler.BackgroundRepeatUITableCellStyleHandler.BackgroundRepeat. NO_REPEATThe background image will not be repeated.static UITableCellStyleHandler.BackgroundRepeatUITableCellStyleHandler.BackgroundRepeat. REPEATThe background image will be repeated both vertically and horizontally; this is default.static UITableCellStyleHandler.BackgroundRepeatUITableCellStyleHandler.BackgroundRepeat. REPEAT_XThe background image will only be repeated horizontally.static UITableCellStyleHandler.BackgroundRepeatUITableCellStyleHandler.BackgroundRepeat. REPEAT_YThe background image will only be repeated vertically.Methods in com.orchestranetworks.ui that return UITableCellStyleHandler.BackgroundRepeat Modifier and Type Method Description UITableCellStyleHandler.BackgroundRepeatUITableCellStyleHandler. getBackgroundRepeat()Returns the background repeat set for the cell.Methods in com.orchestranetworks.ui with parameters of type UITableCellStyleHandler.BackgroundRepeat Modifier and Type Method Description voidUITableCellStyleHandler. setBackgroundImage(String imageURL, UITableCellStyleHandler.BackgroundRepeat backgroundRepeat)Sets a background image for the cell.voidUITableCellStyleHandler. setBackgroundImage(String imageURL, UITableCellStyleHandler.BackgroundRepeat backgroundRepeat, String backgroundPosition)Sets a background image for the cell.
-