Package com.nomagic.magicreport
Class GridSpan
java.lang.Object
com.nomagic.magicreport.GridSpan
- All Implemented Interfaces:
IVariable,Serializable
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
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddecreaseValue(int value) intgetValue()Get span valuevoidsetValue(int value) Return span value
-
Constructor Details
-
GridSpan
public GridSpan()Create empty gridspan. -
GridSpan
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)
-