Style Intelligence v12.0

inetsoft.report
Interface GroupableBandInfo


public interface GroupableBandInfo

GroupableBandInfo, defines all common functions for groupable element's each band.


Method Summary
 Object getBand()
          Get band object.
 List getCellInfos(boolean all)
          Get cell binding infos.
 int getLevel()
          Get band level.
 int getType()
          Get band type.
 boolean isVisible()
          Check if the band is visible.
 

Method Detail

isVisible

boolean isVisible()
Check if the band is visible.


getType

int getType()
Get band type.


getLevel

int getLevel()
Get band level.


getCellInfos

List getCellInfos(boolean all)
Get cell binding infos.

Parameters:
all, - false only return cells which on top-left of span or no span cells.

getBand

Object getBand()
Get band object.


Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved.