Interface IColumn
- All Superinterfaces:
IDesignElement
Script wrapper of ColumnHandle.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addHideRule
(IHideRule rule) Add HideRuleReturns array of hide rule expressionvoid
removeHideRule
(IHideRule rule) Removes all hide rules that matches formatType.void
Removes all hide rulesMethods inherited from interface org.eclipse.birt.report.model.api.simpleapi.IDesignElement
getNamedExpression, getParent, getQualifiedName, getReport, getStyle, getUserProperty, getUserPropertyExpression, setNamedExpression, setUserProperty, setUserProperty
-
Method Details
-
removeHideRule
Removes all hide rules that matches formatType.- Parameters:
rule
-- Throws:
SemanticException
-
removeHideRules
Removes all hide rules- Throws:
SemanticException
-
getHideRules
IHideRule[] getHideRules()Returns array of hide rule expression- Returns:
- array of hide rule expression
-
addHideRule
Add HideRule- Parameters:
rule
-- Throws:
SemanticException
-