public interface IColumn
Modifier and Type | Method and Description |
---|---|
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
|
void removeHideRule(IHideRule rule) throws ScriptException
rule
- ScriptException
void removeHideRules() throws ScriptException
ScriptException
IHideRule[] getHideRules()
void addHideRule(IHideRule rule) throws ScriptException
rule
- ScriptException
Copyright © 2008 Actuate Corp. All rights reserved.