java.lang.Object
com.ptc.windchill.enterprise.navigation.breadcrumb.BreadCrumbArray

public class BreadCrumbArray extends Object
Container for BreadCrumb objects. Contains methods to add BreadCrumb to the list. Wraps JSONArray.
Supported API: true
Extendable: false
  • Method Details

    • add

      public void add(String text) throws WTException
      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

      public void add(String url, String text) throws WTException
      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

      public void addSecuredInfo() throws WTException
      Creates and adds element with secured info to BreadCrumbArray. It adds only single one. Supported API: true
      Throws:
      WTException