Interface GridFormatBean

    • Method Detail

      • getTargetAxis

        int getTargetAxis()
        Get the axis where the target is located
        Returns:
        Element from the EnumDSSXMLAxisName enumeration
      • setTargetAxis

        void setTargetAxis​(int axis)
        Set the axis where the target is located
        Parameters:
        axis - Element from the EnumDSSXMLAxisName enumeration
      • getTargetPosition

        int getTargetPosition()
        Get the position in the axis where the target is located
        Returns:
        the index where the target is located
      • setTargetPosition

        void setTargetPosition​(int position)
        Set the position in the axis where the target is located
        Parameters:
        position - the index where the target is located
      • getTargetLevel

        int getTargetLevel()
        Get the level at which the formatting will be applied
        Returns:
        Element of the EnumWebFormatType enumeration indicating if the formatting is to be applied at the header, subtotal header, grid or subtotal grid level
      • setTargetLevel

        void setTargetLevel​(int level)
        Set the level at which the formatting will be applied
        Parameters:
        level - Element of the EnumWebFormatType enumeration indicating if the formatting is to be applied at the header, subtotal header, grid or subtotal grid level
      • setTargetAxisPosition

        void setTargetAxisPosition​(java.lang.String axisPosition)
        Set the axis and position of the target, based on a string with the value of the axis and the position separated by a comma. For example: 1,3 for the third element on the grid row.
        Parameters:
        axisPosition - String with value of the axis and position separated by a comma.