Class BreadCrumbArray
java.lang.Object
com.ptc.windchill.enterprise.navigation.breadcrumb.BreadCrumbArray
Container for BreadCrumb objects. Contains methods to add BreadCrumb to the list.
Wraps JSONArray.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptionvoidCreates and adds element with provided text param to BreadCrumbArray.voidCreates and adds element with provided url and text params to BreadCrumbArray.voidCreates and adds element with secured info to BreadCrumbArray.
-
Method Details
-
add
Creates and adds element with provided text param to BreadCrumbArray. Url will be set to empty string. Supported API: true- Parameters:
text- The text that will be displayed to the user.- Throws:
WTException
-
add
Creates and adds element with provided url and text params to BreadCrumbArray. Supported API: true- Parameters:
url- The url that the user will be taken to when each anchor is clicked.text- The text that will be displayed to the user.- Throws:
WTException
-
addSecuredInfo
Creates and adds element with secured info to BreadCrumbArray. It adds only single one. Supported API: true- Throws:
WTException
-