Oracle Data-aware Controls Reference

Uses of Class
oracle.dacf.dataset.FormatterInfo

Packages that use FormatterInfo
oracle.dacf.dataset This packages provides that classes, facilities and mechanisms necessary for defining that data model for the DAC Java client. 
 

Uses of FormatterInfo in oracle.dacf.dataset
 

Methods in oracle.dacf.dataset that return FormatterInfo
 FormatterInfo ColumnInfo.getFormatterInfo()
          Returns the information necessary for formatting the Attribute value.
 FormatterInfo QueryCriteriaAttribute.getFormatterInfo()
          Returns the information necessary for formatting the Attribute value.
 

Methods in oracle.dacf.dataset with parameters of type FormatterInfo
 void ColumnInfo.setFormatterInfo(FormatterInfo formatterInfo)
          Sets info necessary for formatting the Attribute value.
 void QueryCriteriaAttribute.setFormatterInfo(FormatterInfo formatterInfo)
          Sets info necessary for formatting the Attribute value.
 


Oracle Data-aware Controls Reference