Interface HasItemImage
-
- All Known Subinterfaces:
SelectBooleanCheckboxTagDeclaration
,SelectBooleanToggleTagDeclaration
,SelectItemsTagDeclaration
,SelectItemTagDeclaration
public interface HasItemImage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setItemImage(String itemImage)
Image to be displayed to the user for this option.
-
-
-
Method Detail
-
setItemImage
void setItemImage(String itemImage)
Image to be displayed to the user for this option.
-
-