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 Summary
ConstructorsConstructorDescriptionCommonTaskLink
(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
-
CommonTaskLink
public 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 pagetext
- the link textmenuLocation
- the pair of representing (config menu category, config page)
-
CommonTaskLink
- Parameters:
category
- the category presented on the body of the overview pagetext
- the link texturl
- can be relative to the configure section (such as using 'system.overview'), or a full path ('/main/.../system.overview').
-
-
Method Details
-
getCategory
-
getText
-
getUrl
-