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()
           
 void setGenerateBy(java.lang.Object generateBy)
           
 void setInlineStyle(IStyle style)
           
 

Method Detail

getWidth

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

getStyleClass

public java.lang.String getStyleClass()

getInstanceID

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

Returns:

getVisibleFormat

public java.lang.String getVisibleFormat()

getInlineStyle

public IStyle getInlineStyle()
Returns:
inline style

getStyle

public IStyle getStyle()

setInlineStyle

public void setInlineStyle(IStyle style)

setGenerateBy

public void setGenerateBy(java.lang.Object generateBy)

getGenerateBy

public java.lang.Object getGenerateBy()

hasDataItemsInDetail

public boolean hasDataItemsInDetail()


Copyright © 2005 Actuate Corp. All rights reserved.