Class CommonTaskLink
java.lang.Object
com.inductiveautomation.ignition.gateway.web.pages.config.overviewmeta.CommonTaskLink
Displays a link whose text describes a task found in the Config section,
 and whose url leads to the page where that task can be performed.
- 
Constructor SummaryConstructorsConstructorDescriptionCommonTaskLink(ConfigOverviewCategory category, String text, String url) CommonTaskLink(ConfigOverviewCategory category, String text, org.apache.commons.lang3.tuple.Pair<String, String> menuLocation) Useful when dealing with MENU_ENTRY pairs
- 
Method Summary
- 
Constructor Details- 
CommonTaskLinkpublic CommonTaskLink(ConfigOverviewCategory category, String text, org.apache.commons.lang3.tuple.Pair<String, String> menuLocation) Useful when dealing with MENU_ENTRY pairs- Parameters:
- category- the category presented on the body of the overview page
- text- the link text
- menuLocation- the pair of representing (config menu category, config page)
 
- 
CommonTaskLink- Parameters:
- category- the category presented on the body of the overview page
- text- the link text
- url- can be relative to the configure section (such as using 'system.overview'), or a full path ('/main/.../system.overview').
 
 
- 
- 
Method Details- 
getCategory
- 
getText
- 
getUrl
 
-