Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

oracle.adfnmc.component.ui
Class Scanner

java.lang.Object
  extended by oracle.adfnmc.component.Component
      extended by oracle.adfnmc.component.NonrenderableComponent
          extended by oracle.adfnmc.component.ui.Scanner
All Implemented Interfaces:
RefreshablePropertyObjectOwner, oracle.adfnmc.scanner.common.IScannerAttributeListener

public class Scanner
extends NonrenderableComponent
implements oracle.adfnmc.scanner.common.IScannerAttributeListener


Field Summary
 
Fields inherited from class oracle.adfnmc.component.Component
CLASS_INSTANCE, m_attributes, m_elContext, m_exprfactory, m_formatMethod, m_id, m_initialized, m_parent, m_pattern, m_props, m_screen, m_theApp, refreshableProperties
 
Constructor Summary
Scanner()
           
 
Method Summary
 void addChild(Attribute child)
          This is an override of method Component.addChild
 void endInit()
          This is an override of method Component.endInit
 void notifyAttributeUpdated(java.lang.String attributeName)
          Invoked when the scanner attribute has been updated.
 java.lang.String toString()
          Dumps class content.
 
Methods inherited from class oracle.adfnmc.component.Component
addChild, beginInit, buildValueExpression, dump, dump, dumpProps, dumpProps, dumpPropsBuffer, getDataValues, getId, getParent, getProps, getScreen, propertyInstanceCreated, refreshProperties, setChild, setChild, setId, setParent, setProp, setScreen, toFormattedString, updateRenderer
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Scanner

public Scanner()
Method Detail

addChild

public void addChild(Attribute child)
This is an override of method Component.addChild

Overrides:
addChild in class Component
Parameters:
child -

endInit

public void endInit()
This is an override of method Component.endInit

Overrides:
endInit in class Component

notifyAttributeUpdated

public void notifyAttributeUpdated(java.lang.String attributeName)
Invoked when the scanner attribute has been updated.

Specified by:
notifyAttributeUpdated in interface oracle.adfnmc.scanner.common.IScannerAttributeListener
Parameters:
attributeName - name of the attribute

toString

public java.lang.String toString()
Dumps class content. Didn't include the FromToActionListener objects in the m_fromToActionListeners array because class FromToActionListener doesn't override the default toString method. So we wouldn't get any useful information from it.

Overrides:
toString in class Component
Returns:

Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

Copyright © 2011, Oracle and/or its affiliates. All rights reserved.