com.hp.lft.sdk.sap.ui5

Interface RoadMapItem



  • public interface RoadMapItem
    A road map item belongs to an SAPUI5 road map.
    • Method Summary

      Modifier and TypeMethod and Description
      voidcollapse()
      Collapses the item.
      voidexpand()
      Expands the item.
      java.lang.StringgetPath()
      Returns the full path of the item as a semicolon-delimited string.
      java.lang.StringgetStepNumber()

      Returns the ordinal location of the item in the roadmap.

    • Method Detail

      • getStepNumber

        java.lang.String getStepNumber()
        		throws GeneralLeanFtException
        Returns the ordinal location of the item in the roadmap. For steps, a number. For sub-steps, a letter.
        Returns:
        the ordinal location of the item in the roadmap. For steps, a number. For sub-steps, a letter.
        Throws:
        GeneralLeanFtException - if an error occurs during execution.
      • getPath

        java.lang.String getPath()
                          throws GeneralLeanFtException
        Returns the full path of the item as a semicolon-delimited string.
        Returns:
        the full path of the item as a semicolon-delimited string.
        Throws:
        GeneralLeanFtException - if an error occurs during execution.