Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


Uses of Class
oracle.jbo.format.Formatter

Packages that use Formatter
oracle.adf.model.generic   
oracle.jbo Contains interfaces for client-side applications. 
oracle.jbo.client.remote   
oracle.jbo.domain   
oracle.jbo.format   
oracle.jbo.server Contains the implementation of middle tier components. 
oracle.jbo.uicli.controls Contains classes that implement JClient controls  
oracle.jdeveloper.jsp.wb Contains implementation classes for Web Beans. 

 

Uses of Formatter in oracle.adf.model.generic

 

Methods in oracle.adf.model.generic that return Formatter
 Formatter AttributeDefImpl.getFormatter(LocaleContext locale)
           

 

Uses of Formatter in oracle.jbo

 

Methods in oracle.jbo that return Formatter
 Formatter AttributeHints.getFormatter(LocaleContext locale)
          returns the formatter object stored in the ui hints

 

Uses of Formatter in oracle.jbo.client.remote

 

Methods in oracle.jbo.client.remote that return Formatter
 Formatter AttributeDefImpl.getFormatter(LocaleContext locale)
           

 

Uses of Formatter in oracle.jbo.domain

 

Methods in oracle.jbo.domain that return Formatter
 Formatter DomainAttributeDef.getFormatter(LocaleContext locale)
           

 

Uses of Formatter in oracle.jbo.format

 

Subclasses of Formatter in oracle.jbo.format
 class DefaultCurrencyFormatter
          Formatter class which understands how to format currency values.
 class DefaultDateFormatter
          Formatter class used to format date values.
 class DefaultMessageFormatter
          A generic formatter class.
 class DefaultNumberFormatter
          Helper class used to format Decimal numbers.
 class DefaultPercentageFormatter
          Helper class used to format percentage values

 

Methods in oracle.jbo.format that return Formatter
static Formatter FormatterFactory.getFormatter(java.lang.String formatterClassName, LocaleContext locale)
          Returns the singleton formatter for the formatter class name that has been specified.

 

Uses of Formatter in oracle.jbo.server

 

Methods in oracle.jbo.server that return Formatter
 Formatter AttributeDefImpl.getFormatter(LocaleContext locale)
           

 

Uses of Formatter in oracle.jbo.uicli.controls

 

Methods in oracle.jbo.uicli.controls that return Formatter
 Formatter JUStatusBar.getCurrentRowFormatter()
          Returns the formatter for formatting the CurrentRow status label.
 Formatter JUStatusBar.getRowCountFormatter()
          Returns the formatter for formatting the RowCount status label.
 Formatter JUStatusBar.getModifiedFlagFormatter()
          Returns the formatter for formatting the ModifiedFlag status label.
 Formatter JUStatusBar.getMessageAreaFormatter()
          Returns the formatter for formatting the MessageArea status label.
 Formatter JUStatusBar.getPercentDoneFormatter()
          Returns the formatter for formatting the PercentDone status label.
 Formatter JUStatusBar.StatusBarLabelControl.getFormatter()
          Returns the formatter for the LabelControl.
 Formatter JUStatusBar.StatusBarProgressControl.getFormatter()
          Returns the formatter for the ProgressControl.

 

Methods in oracle.jbo.uicli.controls with parameters of type Formatter
 void JUStatusBar.setCurrentRowFormatter(Formatter currentRowFormatter)
          Sets the formatter for formatting the CurrentRow status label.
 void JUStatusBar.setRowCountFormatter(Formatter rowCountFormatter)
          Sets the formatter for formatting the RowCount status label.
 void JUStatusBar.setModifiedFlagFormatter(Formatter modifiedFlagFormatter)
          Sets the formatter for formatting the ModifiedFlag status label.
 void JUStatusBar.setMessageAreaFormatter(Formatter messageAreaFormatter)
          Sets the formatter for formatting the MessageArea status label.
 void JUStatusBar.setPercentDoneFormatter(Formatter percentDoneFormatter)
          Sets the formatter for formatting the PercentDone status label.
 void JUStatusBar.StatusBarLabelControl.setFormatter(Formatter formatter)
          Sets the formatter for the LabelControl.
 void JUStatusBar.StatusBarProgressControl.setFormatter(Formatter formatter)
          Sets the formatter for the ProgressControl

 

Constructors in oracle.jbo.uicli.controls with parameters of type Formatter
JUStatusBar.StatusBarLabelControl(java.lang.String formatString, Formatter formatter)
          Creates a LabelControl instance with the specified image.
JUStatusBar.StatusBarLabelControl(javax.swing.Icon icon, int horizontalAlignment, java.lang.String formatString, Formatter formatter)
          Creates a LabelControl instance with the specified image and horizontal alignment.
JUStatusBar.StatusBarProgressControl(java.lang.String formatString, Formatter formatter)
          Creates a LabelControl instance with the specified image.
JUStatusBar.StatusBarProgressControl(int orient, int min, int max, java.lang.String formatString, Formatter formatter)
           

 

Uses of Formatter in oracle.jdeveloper.jsp.wb

 

Methods in oracle.jdeveloper.jsp.wb that return Formatter
 Formatter CalendarWB.getFormatter()
           

 


Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


 

Copyright © 1997, 2005, Oracle. All rights reserved.