Uses of Interface
oracle.adf.view.faces.model.RowKeyIndex

Packages that use RowKeyIndex
oracle.adf.view.faces.component   
oracle.adf.view.faces.component.core.data   
oracle.adf.view.faces.component.core.nav   
oracle.adf.view.faces.model   
 

Uses of RowKeyIndex in oracle.adf.view.faces.component
 

Subinterfaces of RowKeyIndex in oracle.adf.view.faces.component
 interface CollectionComponent
          Identifies a Paging component.
 

Classes in oracle.adf.view.faces.component that implement RowKeyIndex
 class UIXHierarchy
          Base class for components that take a TreeModel, which is a hierarchical model.
 class UIXMenu
          Signifies an element that can contain a series of UIXCommand components.
 class UIXMenuHierarchy
          Base class for the Menu component.
 class UIXMenuPath
          A menuPath component is used in hierarchical site layouts to indicate the path back to the root page of the hierarchy with links.
 class UIXMenuTree
           ADF Faces menuTree components are used to display hierarchical menu data.
 class UIXPage
           A Page component uses a MenuModel and a stamp to render menus.
 class UIXProcess
          Signifies an element that represents a process and binds to a menuModel.
 class UIXTable
          UIXTable is the base abstraction for table components.
 class UIXTree
           ADF Faces tree components are used to display hierarchical data.
 class UIXTreeTable
           The ADF TreeTable is used to display data that is structured in a hierarchical format.
 

Uses of RowKeyIndex in oracle.adf.view.faces.component.core.data
 

Classes in oracle.adf.view.faces.component.core.data that implement RowKeyIndex
 class CoreTable
          The ADF Table is used to display tabular data.
 class CoreTree
           The ADF Tree is used to display data that is structured in a hierarchical format.
 class CoreTreeTable
           The ADF TreeTable is used to display data that is structured in a hierarchical format.
 

Uses of RowKeyIndex in oracle.adf.view.faces.component.core.nav
 

Classes in oracle.adf.view.faces.component.core.nav that implement RowKeyIndex
 class CoreMenuBar
           The menuBar component creates a series of navigation items representing one level in a navigation hierarchy.
 class CoreMenuButtons
           The menuButtons component creates a series of navigation items representing one level in a navigation hierarchy.
 class CoreMenuChoice
           The menuChoice component creates a series of navigation items representing one level in a navigation hierarchy.
 class CoreMenuList
           The menuList component creates a series of navigation items representing one level in a navigation hierarchy.
 class CoreMenuPath
          A menuPath component is used in hierarchical site layouts to indicate the path back to the root page of the hierarchy with links.
 class CoreMenuTabs
           The menuTabs component creates a series of navigation items representing one level in a navigation hierarchy.
 class CoreMenuTree
           The menuTree is used to display menu data that is structured in a hierarchical format.
 class CorePage
          The Page component is similar to the PanelPage component, except that instead of having menu1, menu2 and menu3 facets for adding menu information, the user binds a model object and a stamp to render these areas.
 class CoreProcessChoiceBar
          ProcessChoiceBar is a UIXProcess component that renders a previous button, a choice bar, and a next button.
 class CoreProcessTrain
          ProcessTrain is a UIXProcess component that renders a train.
 

Uses of RowKeyIndex in oracle.adf.view.faces.model
 

Classes in oracle.adf.view.faces.model that implement RowKeyIndex
 class BaseMenuModel
          A base class which takes a TreeModel.
 class ChildPropertyTreeModel
          Creates a TreeModel from a List of beans.
 class CollectionModel
          The data model that is used by ADF Table components.
 class MenuModel
          A MenuModel objects represents the menu structure of a page or application.
 class ProcessMenuModel
           There are two common scenarios for processes, "Plus One" and "Max Visited" which are explained below.
 class SortableModel
          Creates a CollectionModel that is sortable.
 class TreeModel
          The data model used by ADF Tree components.
 class ViewIdPropertyMenuModel
          Creates a MenuModel from a TreeModel where nodes in the treeModel contain viewId information.
 

Methods in oracle.adf.view.faces.model with parameters of type RowKeyIndex
static int ModelUtils.getRowCount(RowKeyIndex model)
          finds the last index in the given RowKeyIndex that has data and returns the next index.
static int ModelUtils.findLastIndex(RowKeyIndex table, int startIndex, int endIndex)
          finds the last index in the given RowKeyIndex that has data and returns the next index.
 



Copyright © 2003-2007 Oracle Corporation. All Rights Reserved.