Oracle Fusion Middleware Java API Reference for Oracle ADF Business Component Browser
11g Release 1 (11.1.1.4.0)

E10758-05

oracle.jbo.jbotester
Class FieldFactory.Field

java.lang.Object
  extended by oracle.jbo.jbotester.FieldFactory.Field
Enclosing class:
FieldFactory

public final class FieldFactory.Field
extends java.lang.Object

A simple wrapper to pass the related field objects back to the caller.


Method Summary
 javax.swing.JComponent getControl()
           
 JBOField getField()
           
 javax.swing.JLabel getLabel()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getControl

public javax.swing.JComponent getControl()
Returns:
The control to register in a panel. Typically, the control to register is the field itself. A JTextArea is wrapped in a JScrollPane, in which case the scroll pane is the control to register.

getField

public JBOField getField()
Returns:
The field that contains the data.

getLabel

public javax.swing.JLabel getLabel()
Returns:
The label that identifies the field.

Oracle Fusion Middleware Java API Reference for Oracle ADF Business Component Browser
11g Release 1 (11.1.1.4.0)

E10758-05

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