Uses of Class
org.tailormap.api.viewer.model.ViewerPageTile
Packages that use ViewerPageTile
-
Uses of ViewerPageTile in org.tailormap.api.viewer.model
Methods in org.tailormap.api.viewer.model that return ViewerPageTileModifier and TypeMethodDescriptionViewerPageTile.applicationRequiresLogin(Boolean applicationRequiresLogin) ViewerPageTile.applicationUrl(String applicationUrl) ViewerPageTile.openInNewWindow(Boolean openInNewWindow) Methods in org.tailormap.api.viewer.model that return types with arguments of type ViewerPageTileModifier and TypeMethodDescription@Valid @Size(min=0) List<@Valid ViewerPageTile> Page.getTiles()list of tiles, tiles are used to link to applications or other pages@Valid @Size(min=0) List<@Valid ViewerPageTile> PageResponse.getTiles()list of tiles, tiles are used to link to applications or other pagesMethods in org.tailormap.api.viewer.model with parameters of type ViewerPageTileModifier and TypeMethodDescriptionPage.addTilesItem(ViewerPageTile tilesItem) PageResponse.addTilesItem(ViewerPageTile tilesItem) Method parameters in org.tailormap.api.viewer.model with type arguments of type ViewerPageTileModifier and TypeMethodDescriptionvoidPage.setTiles(List<@Valid ViewerPageTile> tiles) voidPageResponse.setTiles(List<@Valid ViewerPageTile> tiles) Page.tiles(List<@Valid ViewerPageTile> tiles) PageResponse.tiles(List<@Valid ViewerPageTile> tiles)