Interface IColumn
-
- All Superinterfaces:
IDesignElement
public interface IColumn extends IDesignElement
Script wrapper of ColumnHandle.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addHideRule(IHideRule rule)
Add HideRuleIHideRule[]
getHideRules()
Returns array of hide rule expressionvoid
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, getReport, getStyle, getUserProperty, getUserPropertyExpression, setNamedExpression, setUserProperty, setUserProperty
-
-
-
-
Method Detail
-
removeHideRule
void removeHideRule(IHideRule rule) throws SemanticException
Removes all hide rules that matches formatType.- Parameters:
rule
-- Throws:
SemanticException
-
removeHideRules
void removeHideRules() throws SemanticException
Removes all hide rules- Throws:
SemanticException
-
getHideRules
IHideRule[] getHideRules()
Returns array of hide rule expression- Returns:
- array of hide rule expression
-
addHideRule
void addHideRule(IHideRule rule) throws SemanticException
Add HideRule- Parameters:
rule
-- Throws:
SemanticException
-
-