Skip navigation links

Oracle© Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 1 (11.1.1.7.2)
E10684-10


Uses of Class
oracle.adf.view.rich.model.BaseAttributeDescriptor

Packages that use BaseAttributeDescriptor
oracle.adf.view.rich.component.rich   
oracle.adf.view.rich.model   

 

Uses of BaseAttributeDescriptor in oracle.adf.view.rich.component.rich

 

Methods in oracle.adf.view.rich.component.rich that return BaseAttributeDescriptor
 BaseAttributeDescriptor RichDynamicComponent.getAttributeModel()
          Gets Dynamic component attributeMap is a map of String and Object, or name and value of the component's attributes.

 

Methods in oracle.adf.view.rich.component.rich with parameters of type BaseAttributeDescriptor
 void RichDynamicComponent.setAttributeModel(BaseAttributeDescriptor attributeModel)
          Sets Dynamic component attributeMap is a map of String and Object, or name and value of the component's attributes.

 

Uses of BaseAttributeDescriptor in oracle.adf.view.rich.model

 

Subclasses of BaseAttributeDescriptor in oracle.adf.view.rich.model
 class AttributeDescriptor
          An AttributeDescriptor represents a querable attribute.
 class ColumnDescriptor
          A column Descriptor describes the model for column used to dynamically create a column in a rich table.

 

Methods in oracle.adf.view.rich.model that return types with arguments of type BaseAttributeDescriptor
abstract  java.util.List<BaseAttributeDescriptor> AttributesModel.getAttributes()
          Retieve the flatten list of BaseAttributeDescriptor in this model.
abstract  java.util.List<BaseAttributeDescriptor> AttributesModel.getGroupAttributes(java.lang.String groupName)
          Retieve the list of BaseAttributeDescriptor in this model for the specified group.
abstract  java.util.List<BaseAttributeDescriptor> AttributesModel.getLinkedViewAttributes(java.lang.String linkedViewAccessorName)
          Retieve the list of BaseAttributeDescriptor in this model based on the accessor name.

 


Skip navigation links

Oracle© Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 1 (11.1.1.7.2)
E10684-10


Copyright (c) 1998, 2013, Oracle and/or its affiliates. All rights reserved.