Documentation of 'com.jstatcom.ts.Selection' Java class
Selection
com.jstatcom.ts

Class Selection



  • public final class Selection
    extends java.lang.Object
    Represents a selection of the the TSSel component that is XML serializable.
    • Field Detail

      • Selection_XML

        public static final XmlFormat<Selection> Selection_XML
        XML format field for (de)serialization.
    • Constructor Detail

      • Selection

        public Selection()
    • Method Detail

      • getSelectedIndices

        public JSCNArray getSelectedIndices()
        Gets the array with the selected indices in the correct order.
        Returns:
        array with selected indices
      • setSelectedIndices

        public void setSelectedIndices(JSCNArray selectedIndices)
        Sets the array with the selected indices.
        Parameters:
        selectedIndices - array with selected indices
        Throws:
        java.lang.IllegalArgumentException - if (selectedIndices == null)
      • getSelectedRange

        public JSCDRange getSelectedRange()
        Gets the selected date range object.
        Returns:
        the selected range
      • setSelectedRange

        public void setSelectedRange(JSCDRange selectedRange)
        Sets the selected date range.
        Parameters:
        selectedRange - date range
        Throws:
        java.lang.IllegalArgumentException - if (selectedRange == null)
      • getEnclosingRange

        public JSCDRange getEnclosingRange()
        Gets the enclosing date range object.
        Returns:
        the enclosing range
      • setEnclosingRange

        public void setEnclosingRange(JSCDRange enclosingRange)
        Sets the enclosing date range.
        Parameters:
        enclosingRange - date range
        Throws:
        java.lang.IllegalArgumentException - if (enclosingRange == null)

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.