Interface TextModuleFirstLevelGroup

    • Method Detail

      • isVisible

        boolean isVisible()
        Returns:
        true if this textmodule node is visible, false otherwise
        Since:
        10.0.206
      • getChildTextModuleSecondLevelGroups

        java.util.List<TextModuleSecondLevelGroup> getChildTextModuleSecondLevelGroups()
        Returns an unmodifiable, sorted cached view of the direct child second level textmodule groups.
        The returned list is not updated when assignments change.
        Returns:
        the current direct child second level textmodule groups as an unmodifiable, sorted list
        Since:
        10.0.206
      • getChildTextModuleNodes

        java.util.List<TextModuleNode> getChildTextModuleNodes()
        Returns an unmodifiable, sorted cached view of the direct child textmodule nodes.
        The returned list is not updated when assignments change.
        Returns:
        the current direct child textmodule nodes as an unmodifiable, sorted list
        Since:
        10.0.206