Package com.persequor.extension.frontend
Interface ISection
- All Known Subinterfaces:
IAccordionSection
,IEventDataSection
,IPage
,ITimelineItem
,IVerticalContainer
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
default void
void
Add a geographical map on which you can put pins and draw linesdefault void
default void
void
Will add a graph to the page or Vertical Container.void
helpDetails
(IString tooltip, Consumer<IContent> consumer) Provide a help page and tooltip for the sectiondefault void
default void
void
default void
default void
void
Will add a pie chart to the page or Vertical Container.void
Add a stepper component, which display progress through a sequence of logical and numbered steps.void
Methods inherited from interface com.persequor.extension.frontend.IContent
button, button, copyButton, copyButton, dateTime, divider, header, header, icon, iconButton, iconButton, image, image, itemList, number, number, paragraph, paragraph, section, section, text, text, text, text, title, title, tree
-
Method Details
-
graph
Will add a graph to the page or Vertical Container. Graphs can contain line, bar, area components defined by writing to theconsumer
provided.- Parameters:
consumer
- to populate the graph
-
graph
-
graph
-
pieChart
Will add a pie chart to the page or Vertical Container.- Parameters:
consumer
- to populate the chart
-
pieChart
-
pieChart
-
geoMap
Add a geographical map on which you can put pins and draw lines- Parameters:
consumer
- to populate the map
-
geoMap
-
geoMap
-
iframe
-
iframe
-
iframe
-
stepper
Add a stepper component, which display progress through a sequence of logical and numbered steps.- Parameters:
activeStep
- the currently active step (zero based)consumer
- to populate the stepper
-
svg
-
helpDetails
Provide a help page and tooltip for the section- Parameters:
tooltip
- tooltip displayed on help icon hoverconsumer
- to populate the help section
-