Class ColumnGrid
java.lang.Object
ch.unibas.medizin.dynamicreports.design.transformation.ColumnGrid
- Author:
- Ricardo Mariaca
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddComponent(DRIColumn<?> column, DRDesignComponent component) addComponent.voidaddComponent(DRIColumn<?> column, HorizontalCellComponentAlignment horizontalAlignment, VerticalCellComponentAlignment verticalAlignment, DRDesignComponent component) addComponent.voidaddList(DRIColumn<?> column, DRDesignList list) addList.getList()Getter for the fieldlist.booleanisEmpty()isEmpty.voidsetEmpty(boolean isEmpty) setEmpty.voidsetList(DRDesignList list) Setter for the fieldlist.
-
Constructor Details
-
ColumnGrid
public ColumnGrid()Constructor for ColumnGrid.
-
-
Method Details
-
addList
addList.
- Parameters:
column- aDRIColumnobject.list- aDRDesignListobject.
-
addComponent
addComponent.
- Parameters:
column- aDRIColumnobject.component- aDRDesignComponentobject.
-
addComponent
public void addComponent(DRIColumn<?> column, HorizontalCellComponentAlignment horizontalAlignment, VerticalCellComponentAlignment verticalAlignment, DRDesignComponent component) addComponent.
- Parameters:
column- aDRIColumnobject.horizontalAlignment- aHorizontalCellComponentAlignmentobject.verticalAlignment- aVerticalCellComponentAlignmentobject.component- aDRDesignComponentobject.
-
getList
-
setList
Setter for the field
list.- Parameters:
list- aDRDesignListobject.
-
isEmpty
public boolean isEmpty()isEmpty.
- Returns:
- a boolean.
-
setEmpty
public void setEmpty(boolean isEmpty) setEmpty.
- Parameters:
isEmpty- a boolean.
-