org.eclipse.birt.report.engine.content
Interface IColumn


public interface IColumn

column definition used by table content.


Method Summary
 java.lang.Object getGenerateBy()
           
 IStyle getInlineStyle()
           
 InstanceID getInstanceID()
          get the instance id of the column.
 IStyle getStyle()
           
 java.lang.String getStyleClass()
           
 java.lang.String getVisibleFormat()
           
 org.eclipse.birt.report.engine.ir.DimensionType getWidth()
           
 boolean hasDataItemsInDetail()
           
 boolean isColumnHeader()
           
 boolean isRepeated()
           
 void setGenerateBy(java.lang.Object generateBy)
           
 void setInlineStyle(IStyle style)
           
 void setRepeated(boolean isRepeated)
           
 

Method Detail

isColumnHeader

boolean isColumnHeader()
Returns:
Return this column is a column header or not.

getWidth

org.eclipse.birt.report.engine.ir.DimensionType getWidth()
Returns:
Returns the width.

getStyleClass

java.lang.String getStyleClass()

getInstanceID

InstanceID getInstanceID()
get the instance id of the column. the instance id is the unique id of the content.

Returns:

getVisibleFormat

java.lang.String getVisibleFormat()

getInlineStyle

IStyle getInlineStyle()
Returns:
inline style

getStyle

IStyle getStyle()

setInlineStyle

void setInlineStyle(IStyle style)

setGenerateBy

void setGenerateBy(java.lang.Object generateBy)

getGenerateBy

java.lang.Object getGenerateBy()

hasDataItemsInDetail

boolean hasDataItemsInDetail()

isRepeated

boolean isRepeated()

setRepeated

void setRepeated(boolean isRepeated)


Copyright © 2008 Actuate Corp. All rights reserved.