Uses of Interface
org.apache.myfaces.trinidad.model.LocalRowKeyIndex

Packages that use LocalRowKeyIndex
org.apache.myfaces.trinidad.component   
org.apache.myfaces.trinidad.model   
 

Uses of LocalRowKeyIndex in org.apache.myfaces.trinidad.component
 

Classes in org.apache.myfaces.trinidad.component that implement LocalRowKeyIndex
 class UIXHierarchy
          Base class for components that take a TreeModel, which is a hierarchical model.
 class UIXMenuHierarchy
          Base class for the Menu component.
 class UIXNavigationHierarchy
          Base class for the Navigation component.
 

Uses of LocalRowKeyIndex in org.apache.myfaces.trinidad.model
 

Classes in org.apache.myfaces.trinidad.model that implement LocalRowKeyIndex
 class BaseMenuModel
          A base class which takes a TreeModel.
 class ChildPropertyMenuModel
          Creates a MenuModel from a List of beans.
 class ChildPropertyTreeModel
          Creates a TreeModel from a List of beans.
 class CollectionModel
          The data model that is used by the Trinidad Table and Iterator components.
 class CollectionModelDecorator
           Used by anybody who wants to wrap the CollectionModel class.
 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 RowKeyPropertyModel
          Creates a CollectionModel whose row keys are defined by a unique data property in the model.
 class RowKeyPropertyTreeModel
          A subclass of ChildPropertyTreeModel that supports row keys by creating RowKeyPropertyModel(s) for its child models.
 class SortableModel
          Creates a CollectionModel that is sortable.
 class TreeModel
          The data model used by Trinidad Tree components.
 class TreeModelDecorator
           
 class ViewIdPropertyMenuModel
          Creates a MenuModel from a TreeModel where nodes in the treeModel contain viewId information.
 class XMLMenuModel
          Creates a Menu Model from a TreeModel where nodes in the treeModel contain viewId information.
 



Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.