Uses of Class
org.palo.api.subsets.filter.settings.BooleanParameter

Packages that use BooleanParameter
org.palo.api.subsets.filter.settings   
 

Uses of BooleanParameter in org.palo.api.subsets.filter.settings
 

Methods in org.palo.api.subsets.filter.settings that return BooleanParameter
 BooleanParameter HierarchicalFilterSetting.getAbove()
          Checks if all elements above the reference element should be used for above/below selection
 BooleanParameter HierarchicalFilterSetting.getExclusive()
          Checks if reference element should be considered for above/below selection too
 BooleanParameter TextFilterSetting.getExtended()
          Checks if the expressions should be handled as regular expressions.
 BooleanParameter DataFilterSetting.getUseRules()
          Checks if an existing rule should be used to determine element value.
 

Methods in org.palo.api.subsets.filter.settings with parameters of type BooleanParameter
 void HierarchicalFilterSetting.setAbove(BooleanParameter above)
          Specifies if all elements above the reference element should be included in selection
 void HierarchicalFilterSetting.setExclusive(BooleanParameter exclusive)
          Specifies if the reference element should be included or excluded in the selection
 void TextFilterSetting.setExtended(BooleanParameter extended)
          Sets the extended flag.
 void DataFilterSetting.setUseRules(BooleanParameter useRules)
          Specifies if an existing rule should be used to determine the element value.