Uses of Class
com.trivago.cluecumber.engine.rendering.pages.pojos.pagecollections.Link
-
-
Uses of Link in com.trivago.cluecumber.engine.constants
Fields in com.trivago.cluecumber.engine.constants with type parameters of type Link Modifier and Type Field Description static List<Link>Navigation. internalLinksThe list of internal report navigation links. -
Uses of Link in com.trivago.cluecumber.engine.properties
Methods in com.trivago.cluecumber.engine.properties that return types with arguments of type Link Modifier and Type Method Description List<Link>PropertyManager. getNavigationLinks()Get the custom navigation links to appear next to the default Cluecumber navigation. -
Uses of Link in com.trivago.cluecumber.engine.rendering.pages.pojos.pagecollections
Methods in com.trivago.cluecumber.engine.rendering.pages.pojos.pagecollections that return types with arguments of type Link Modifier and Type Method Description List<Link>PageCollection. getNavigationLinks()Get custom navigation links.Method parameters in com.trivago.cluecumber.engine.rendering.pages.pojos.pagecollections with type arguments of type Link Modifier and Type Method Description voidPageCollection. setNavigationLinks(List<Link> links)Set custom navigation links. -
Uses of Link in com.trivago.cluecumber.engine.rendering.pages.renderering
Method parameters in com.trivago.cluecumber.engine.rendering.pages.renderering with type arguments of type Link Modifier and Type Method Description StringStartPageRenderer. getRenderedContent(freemarker.template.Template template, StartPageCollection startPageCollection, List<Link> navigation)Return the reneder HTML content of the start page.
-