Skip navigation links

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

E10758-06


oracle.jbo.jbotester.form
Enum FormType

java.lang.Object
  extended by java.lang.Enum<FormType>
      extended by oracle.jbo.jbotester.form.FormType

All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<FormType>

public enum FormType
extends java.lang.Enum<FormType>
Since:
release specific (what release of product did this appear in)
Version:
$Header: bc4jrt/modules/bc4j-tester/src/oracle/jbo/jbotester/form/FormType.java /main/13 2009/02/27 12:43:10 rvangri Exp $

Enum Constant Summary
DETAIL
           
MASTERDETAIL
           
OPERATIONS
           
OVERVIEW
           
STRUCTURE
           
TREE
           

 

Method Summary
 boolean canShow(oracle.binding.meta.Definition definition)
           
abstract  JTForm createForm(MainFrame mainFrame, ObjTreeNode treeNode, oracle.jbo.ComponentObject componentObject, oracle.adf.model.binding.DCIteratorBinding iterBinding)
           
protected  JTForm createForm(oracle.binding.meta.NamedDefinition definition)
           
 JTForm createForm(ObjTreeNode treeNode)
           
 java.lang.String getLabel()
           
static void showDefaultForm(oracle.binding.meta.NamedDefinition def)
           
 void showForm(oracle.binding.meta.NamedDefinition definition)
           
static void showForm(java.lang.String fullName, FormType formType, TreeNode treeNode)
           
static void showForm(java.lang.String fullName, FormType formType, TreeNode treeNode, oracle.jbo.ComponentObject object)
           
static FormType valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FormType[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.

 

Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

 

Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait

 

Enum Constant Detail

DETAIL

public static final FormType DETAIL

OVERVIEW

public static final FormType OVERVIEW

TREE

public static final FormType TREE

MASTERDETAIL

public static final FormType MASTERDETAIL

OPERATIONS

public static final FormType OPERATIONS

STRUCTURE

public static final FormType STRUCTURE

Method Detail

values

public static FormType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (FormType c : FormType.values())
    System.out.println(c);
Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static FormType valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

createForm

public abstract JTForm createForm(MainFrame mainFrame,
                                  ObjTreeNode treeNode,
                                  oracle.jbo.ComponentObject componentObject,
                                  oracle.adf.model.binding.DCIteratorBinding iterBinding)

createForm

protected JTForm createForm(oracle.binding.meta.NamedDefinition definition)

canShow

public boolean canShow(oracle.binding.meta.Definition definition)

getLabel

public java.lang.String getLabel()

createForm

public final JTForm createForm(ObjTreeNode treeNode)

showForm

public static final void showForm(java.lang.String fullName,
                                  FormType formType,
                                  TreeNode treeNode)

showForm

public static final void showForm(java.lang.String fullName,
                                  FormType formType,
                                  TreeNode treeNode,
                                  oracle.jbo.ComponentObject object)

showDefaultForm

public static final void showDefaultForm(oracle.binding.meta.NamedDefinition def)

showForm

public final void showForm(oracle.binding.meta.NamedDefinition definition)

Skip navigation links

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

E10758-06


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