Skip navigation links

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


oracle.adf.view.rich.model
Class AttributesModel

java.lang.Object
  extended by oracle.adf.view.rich.model.AttributesModel


public abstract class AttributesModel
extends java.lang.Object

An AttributesModel is a collection of BaseAttributeDescriptor.


Constructor Summary
AttributesModel()
           

 

Method Summary
abstract  java.util.List<BaseAttributeDescriptor> getAttributes()
          Retieve the flatten list of BaseAttributeDescriptor in this model.
abstract  java.util.List<BaseAttributeDescriptor> getGroupAttributes(java.lang.String groupName)
          Retieve the list of BaseAttributeDescriptor in this model for the specified group.
abstract  java.util.List<Descriptor> getHierarchicalAttributes()
          Retieve the hierarchical list of BaseAttributeDescriptor in this model.
abstract  java.util.List<BaseAttributeDescriptor> getLinkedViewAttributes(java.lang.String linkedViewAccessorName)
          Retieve the list of BaseAttributeDescriptor in this model based on the accessor name.
abstract  java.lang.String getName()
          Returns the name of the model.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

AttributesModel

public AttributesModel()

Method Detail

getName

public abstract java.lang.String getName()
Returns the name of the model.
Returns:
String name of model.

getAttributes

public abstract java.util.List<BaseAttributeDescriptor> getAttributes()
Retieve the flatten list of BaseAttributeDescriptor in this model.
Returns:
list of BaseAttributeDescriptor in this model

getHierarchicalAttributes

public abstract java.util.List<Descriptor> getHierarchicalAttributes()
Retieve the hierarchical list of BaseAttributeDescriptor in this model.
Returns:
hierarchical list of BaseAttributeDescriptor in this model

getGroupAttributes

public abstract java.util.List<BaseAttributeDescriptor> getGroupAttributes(java.lang.String groupName)
Retieve the list of BaseAttributeDescriptor in this model for the specified group.
Parameters:
groupName - the groupName whose BaseAttributeDescriptor to be retrieved.
Returns:
list of BaseAttributeDescriptor belongs to the specified group.

getLinkedViewAttributes

public abstract java.util.List<BaseAttributeDescriptor> getLinkedViewAttributes(java.lang.String linkedViewAccessorName)
Retieve the list of BaseAttributeDescriptor in this model based on the accessor name.
Parameters:
linkedViewAccessorName - the name of the accessor whose BaseAttributeDescriptor to be retrieved.
Returns:
list of BaseAttributeDescriptor belongs to 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.