Interface ReportGridCellRowTitle

    • Field Detail

      • SORT_TYPE_ASCENDING

        static final int SORT_TYPE_ASCENDING
        Identifier for the sort order ascending
        Since:
        MicroStrategy Web 8.0.1
        See Also:
        Constant Field Values
      • SORT_TYPE_DESCENDING

        static final int SORT_TYPE_DESCENDING
        Identifier for the sort order descending
        Since:
        MicroStrategy Web 8.0.1
        See Also:
        Constant Field Values
    • Method Detail

      • isSorted

        boolean isSorted()
        Returns:
        boolean value indicating if the current cell is sorted or not
        Since:
        MicroStrategy Web 8.0.1
      • isSortAscending

        boolean isSortAscending()
        Returns:
        boolean value indicating if the current cell is sorted ascending or not
        Since:
        MicroStrategy Web 8.0.1
      • getSortEvent

        WebEvent getSortEvent​(int type)
        Get the WebEvent instance with the information for sorting the current cell values
        Parameters:
        type - int value with the identifier for the sort order to generate. Values expected include SORT_TYPE_ASCENDING and SORT_TYPE_DESCENDING
        Returns:
        WebEvent
        Since:
        MicroStrategy Web 8.0.1