Interface ToolBarUrlIcon
-
- All Superinterfaces:
ToolBarIcon
public interface ToolBarUrlIcon extends ToolBarIcon
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetUrl()
-
-
-
Method Detail
-
getUrl
String getUrl()
- Returns:
- The relative URL for the image for the ToolBarItem. Images must be within the application WAR, i.e. not an external location.
-
-