com.change_vision.jude.api.inf.presentation
Interface IHeaderCell

com.change_vision.jude.api.inf.presentation.IHeaderCell
All Superinterfaces:
ICell, IEntity, IHyperlinkOwner, IPresentation
All Implemented Interfaces:
ICell, IEntity, IHyperlinkOwner, IPresentation

public IHeaderCell
extends ICell

Interface for CRUD header cell.


Method Summary
abstract  IHeaderCell getParent()
          Get parent header cell.
abstract  boolean isColumnHeader()
          Check if the header cell is a column.
abstract  boolean isTotal()
          Check if the header cell is a total cell.
abstract  boolean isVisible()
          Check if the header cell is visible.
 
Methods inherited from class com.change_vision.jude.api.inf.presentation.IPresentation
getDepth, getDiagram, getID, getLabel, getModel, getProperties, getProperty, getType, setLabel, setProperties, setProperty
 
Methods inherited from class com.change_vision.jude.api.inf.model.IHyperlinkOwner
createElementHyperlink, createFileHyperlink, createURLHyperlink, deleteHyperlink, getHyperlinks
 

Method Detail

getParent

abstract IHeaderCell getParent()
Get parent header cell.

Returns:
Parent Header Cell

isVisible

abstract boolean isVisible()
Check if the header cell is visible.

Returns:
true the header cell is visible / false the header cell is not visible

isColumnHeader

abstract boolean isColumnHeader()
Check if the header cell is a column.

Returns:
true the header is column / false the header cell is not column

isTotal

abstract boolean isTotal()
Check if the header cell is a total cell.

Returns:
true the header cell is a total cell / false the header cell is not a total cell.