Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.3.0)

E17483-04


oracle.jbo
Interface ComponentObject

All Superinterfaces:
ExprWrappable, GenericHints, Properties
All Known Subinterfaces:
ApplicationModule, ViewLink, ViewObject, ViewObjectDynAttr
All Known Implementing Classes:
ApplicationModuleImpl, ApplicationModuleImpl, AssociationReference, CmrAccessorViewImpl, ComponentObjectImpl, ComponentUsageImpl, ContainerObjectImpl, DCCriteriaBaseVOImpl, DCCriteriaItemVOImpl, DCCriteriaOperatorVOImpl, DCCriteriaRowVOImpl, DCCriteriaValueVOImpl, DCCriteriaVOImpl, DCDataVO, DSEntityCache, DSViewObjectImpl, EntityCache, EntityCacheOverRowSet, EntityFacadeCollImpl, EntityReference, FinderViewImpl, LOVAppModuleImpl, PlaceholderVOImpl, RowIdAMImpl, RowReference, ViewLinkImpl, ViewLinkImpl, ViewObjectImpl, ViewObjectOnRowSets, ViewReference, ViewUsageImpl, WSApplicationModuleImpl, WSComponentObjectImpl, WSViewLinkImpl, WSViewObjectImpl

public interface ComponentObject
extends GenericHints, Properties

Provides access to component objects by name.

Components use the definitions in definitions at runtime to create Row objects.

Since:
JDeveloper 3.0

Field Summary

 

Fields inherited from interface oracle.jbo.GenericHints
PROPERTY_LABEL, PROPERTY_LABEL_PLURAL, PROPERTY_TOOLTIP

 

Method Summary
 java.lang.String getDefFullName()
          Retrieves the fully-qualified name of the component's definition.
 java.lang.String getDefName()
          Retrieves the name of the component's definition.
 java.lang.String getFullName()
          Retrieves the fully-qualified name of this component.
 java.lang.String getName()
          Retrieves the name of this component.
 void remove()
          Deletes this component.

 

Methods inherited from interface oracle.jbo.GenericHints
getHintValue, getLabel, getLabelPlural, getTooltip

 

Methods inherited from interface oracle.jbo.Properties
getProperties, getProperty, getProperty, refreshProperty

 

Method Detail

getDefName

java.lang.String getDefName()
Retrieves the name of the component's definition.
Returns:
a class name.

getDefFullName

java.lang.String getDefFullName()
Retrieves the fully-qualified name of the component's definition.
Returns:
a class name.

getName

java.lang.String getName()
Retrieves the name of this component.
Returns:
the name of the object.

getFullName

java.lang.String getFullName()
Retrieves the fully-qualified name of this component.
Returns:
the name of the object.

remove

void remove()
Deletes this component.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.3.0)

E17483-04


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