Interface RWSelectorControl

    • Field Detail

      • NO_AUTO_SYNC

        static final int NO_AUTO_SYNC
        AutoSync mode value. Indicates that the system shall always honor user selectons
        Since:
        MicroStrategy Web 8.1.1
        See Also:
        Constant Field Values
      • AUTO_SYNC

        static final int AUTO_SYNC
        AutoSync mode value. Indicates that the system shall automatically select the first available element if the current selection becomes invalid due to selection changes in other controls.
        Since:
        MicroStrategy Web 8.1.1
        See Also:
        Constant Field Values
    • Method Detail

      • getCurrentElements

        RWGroupByElements getCurrentElements()
        Returns a collection of selected elements
        Returns:
        selected elements
      • createElements

        RWGroupByElements createElements()
        A helper method that creates an empty collection of elements. Used for rendering controls in design mode.
        Returns:
        creates an empty collection of elements
      • getAutoSyncMode

        int getAutoSyncMode()
        Returns AutoSync mode
        Returns:
        AutoSync mode
        Since:
        MicroStrategy Web 8.1.1
      • setAutoSyncMode

        void setAutoSyncMode​(int value)
        Sets AutoSync mode.
        Parameters:
        value -
        Since:
        MicroStrategy Web 8.1.1
      • setUnsetStatus

        void setUnsetStatus​(int status,
                            int count)
        Sets the unset status of the control
        Parameters:
        status - int from EnumDSSXMLRWSelectorUnsetStatus
        count - int number of elements to retrieve depending on status
      • getUnsetCount

        int getUnsetCount()
        Returns the unset count
        Returns:
        int number of elements to retrieve depending on status
      • setTargetType

        void setTargetType​(int value)
        Set selector target type.
        Specified by:
        setTargetType in interface RWControl
        Parameters:
        value -
        Since:
        MicroStrategy Web 9.3
      • getTargetType

        int getTargetType()
        Returns selector target type
        Specified by:
        getTargetType in interface RWControl
        Returns:
        target type
      • getSduc

        boolean getSduc()
        Returns selector dynamic unit condition