Interface UISection


  • public interface UISection
    Identifies a "section" of a UI
    • Method Detail

      • getSection

        java.lang.String getSection()
        Returns:
        the section identifier
      • getSectionTitle

        java.lang.String getSectionTitle()
        Returns:
        the section title if it is a custom section name
      • uiLocation

        static UISection uiLocation​(java.lang.String section,
                                    java.lang.String sectionTitle)