Package org.openhab.core.ui.tiles
Class ExternalServiceTile
java.lang.Object
org.openhab.core.ui.tiles.ExternalServiceTile
- All Implemented Interfaces:
Tile
The dashboard tile for external services.
- Author:
- Pauli Anttila - Initial contribution, Yannick Schaus - moved into core, remove references to dashboard
-
Nested Class Summary
-
Method Summary
-
Method Details
-
getName
Description copied from interface:Tile
The name that should appear on the tile -
getUrl
Description copied from interface:Tile
The url to point to (if it is a local UI, it should be a relative path starting with "../") -
getOverlay
Description copied from interface:Tile
An HTML5 overlay icon to use for the tile, e.g. "html5", "android" or "apple".- Specified by:
getOverlay
in interfaceTile
- Returns:
- the overlay to use
-
getImageUrl
Description copied from interface:Tile
The url to point to for the tile. (if it is a local UI, it should be a relative path starting with "../")- Specified by:
getImageUrl
in interfaceTile
- Returns:
- the tile url
-
toString
-