org.eclipse.birt.report.model.api.simpleapi
Interface IColumn

All Superinterfaces:
IDesignElement

public interface IColumn
extends IDesignElement

Script wrapper of ColumnHandle.


Method Summary
 void addHideRule(IHideRule rule)
          Add HideRule
 IHideRule[] getHideRules()
          Returns array of hide rule expression
 void removeHideRule(IHideRule rule)
          Removes all hide rules that matches formatType.
 void removeHideRules()
          Removes all hide rules
 
Methods inherited from interface org.eclipse.birt.report.model.api.simpleapi.IDesignElement
getNamedExpression, getParent, getQualifiedName, getStyle, getUserProperty, setNamedExpression, setUserProperty, setUserProperty
 

Method Detail

removeHideRule

public void removeHideRule(IHideRule rule)
                    throws SemanticException
Removes all hide rules that matches formatType.

Parameters:
rule -
Throws:
SemanticException

removeHideRules

public void removeHideRules()
                     throws SemanticException
Removes all hide rules

Throws:
SemanticException

getHideRules

public IHideRule[] getHideRules()
Returns array of hide rule expression

Returns:
array of hide rule expression

addHideRule

public void addHideRule(IHideRule rule)
                 throws SemanticException
Add HideRule

Parameters:
rule -
Throws:
SemanticException


Copyright © 2005 Actuate Corp. All rights reserved.