Uses of Package
org.apache.myfaces.trinidad.model

Packages that use org.apache.myfaces.trinidad.model
org.apache.myfaces.trinidad.component   
org.apache.myfaces.trinidad.component.core.data   
org.apache.myfaces.trinidad.component.core.nav   
org.apache.myfaces.trinidad.event   
org.apache.myfaces.trinidad.model   
org.apache.myfaces.trinidad.validator   
org.apache.myfaces.trinidad.webapp   
 

Classes in org.apache.myfaces.trinidad.model used by org.apache.myfaces.trinidad.component
CollectionModel
          The data model that is used by the Trinidad Table and Iterator components.
MenuModel
          A MenuModel objects represents the menu structure of a page or application.
RowKeyIndex
          Identifies a collection that is indexed by rowKeys.
RowKeySet
          This Set is a mutable collection of rowKeys.
SortCriterion
          This class pairs together a property and a direction by which a CollectionModel can be sorted.
TreeModel
          The data model used by Trinidad Tree components.
 

Classes in org.apache.myfaces.trinidad.model used by org.apache.myfaces.trinidad.component.core.data
RowKeyIndex
          Identifies a collection that is indexed by rowKeys.
 

Classes in org.apache.myfaces.trinidad.model used by org.apache.myfaces.trinidad.component.core.nav
RowKeyIndex
          Identifies a collection that is indexed by rowKeys.
 

Classes in org.apache.myfaces.trinidad.model used by org.apache.myfaces.trinidad.event
RowKeySet
          This Set is a mutable collection of rowKeys.
SortCriterion
          This class pairs together a property and a direction by which a CollectionModel can be sorted.
 

Classes in org.apache.myfaces.trinidad.model used by org.apache.myfaces.trinidad.model
BaseMenuModel
          A base class which takes a TreeModel.
BoundedRangeModel
          Model that represents a bounded range, 0 <- value <- maximum if value > -1 and maximum > -1.
CollectionModel
          The data model that is used by the Trinidad Table and Iterator components.
MenuModel
          A MenuModel objects represents the menu structure of a page or application.
RowKeyIndex
          Identifies a collection that is indexed by rowKeys.
RowKeySet
          This Set is a mutable collection of rowKeys.
RowKeySetImpl
          Implements a set of rowKeys.
RowKeySetTreeImpl
          Implements a collection of rowKeys from a TreeModel.
SortCriterion
          This class pairs together a property and a direction by which a CollectionModel can be sorted.
TreeModel
          The data model used by Trinidad Tree components.
ViewIdPropertyMenuModel
          Creates a MenuModel from a TreeModel where nodes in the treeModel contain viewId information.
 

Classes in org.apache.myfaces.trinidad.model used by org.apache.myfaces.trinidad.validator
DateListProvider
          Defines the interface for providing a list of individual dates within a given range.
 

Classes in org.apache.myfaces.trinidad.model used by org.apache.myfaces.trinidad.webapp
UploadedFile
          Interface that describes the contents of a single file.
 



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