Oracle9i Business Components for Java API Reference
Oracle9i Jdeveloper (9.0.4)
B10391-01


Uses of Interface
oracle.jbo.AttributeHints

Packages that use AttributeHints
oracle.jbo Contains interfaces for client-side applications. 
oracle.jbo.common Contains the implementation of components shared by thin clients and the middle tier. 
oracle.jbo.common.ws   
oracle.jbo.domain   
oracle.jbo.server Contains the implementation of middle tier components. 

 

Uses of AttributeHints in oracle.jbo

 

Methods in oracle.jbo that return AttributeHints
 AttributeHints AttributeDef.getUIHelper()
          Returns the user interface hints interface for retrieving hint information such as labels, prompts,...

 

Uses of AttributeHints in oracle.jbo.common

 

Methods in oracle.jbo.common that return AttributeHints
 AttributeHints AttributeDefValue.getUIHelper()
           

 

Uses of AttributeHints in oracle.jbo.common.ws

 

Methods in oracle.jbo.common.ws that return AttributeHints
 AttributeHints WSAttributeDefImpl.getUIHelper()
           

 

Uses of AttributeHints in oracle.jbo.domain

 

Methods in oracle.jbo.domain that return AttributeHints
 AttributeHints DomainAttributeDef.getUIHelper()
          when property support gets added to domains, this function will return a valid ui hint implementation.

 

Uses of AttributeHints in oracle.jbo.server

 

Classes in oracle.jbo.server that implement AttributeHints
 class AssociationDefImpl
           NAME AssociationDefImpl.java - DESCRIPTION The AssociationDefImpl describes a read-only property that a JavaBean exports via a get accessor method.
 class AttributeDefImpl
          AttributeDefImpl is an implementation class for the AttributeDef interface in the middle tier server.
 class ViewAttributeDefImpl
          The ViewAttributeDefImpl is an alias to an AttributeDefImpl.

 

Methods in oracle.jbo.server that return AttributeHints
 AttributeHints AttributeDefImpl.getUIHelper()
          return the AttributeHints interface implemented by this class

 


Oracle9i Business Components for Java API Reference
Oracle9i Jdeveloper (9.0.4)
B10391-01


 

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