Class GridSpan

java.lang.Object
com.nomagic.magicreport.GridSpan
All Implemented Interfaces:
IVariable, Serializable

@OpenApiAll public class GridSpan extends Object implements IVariable
Contains utilities functions for grid span (merge columns horizontally).
Context name of this class is "gridspan".
Public functions of this class are able to access via template by using $tableprop
Since:
Jun 04, 2015
See Also:
  • Constructor Details

    • GridSpan

      public GridSpan()
      Create empty gridspan.
    • GridSpan

      public GridSpan(String value)
      Create gridspan with value in String.
      Parameters:
      value - a value to span
    • GridSpan

      public GridSpan(int value)
      Create gridspan with value.
      Parameters:
      value - a value to span
  • Method Details

    • getValue

      public int getValue()
      Get span value
      Returns:
      a value to span
    • setValue

      public void setValue(int value)
      Return span value
      Parameters:
      value - a value to span
    • decreaseValue

      public void decreaseValue(int value)