Uses of Package
com.ibm.ccd.ui.taglib.dataobjects

Packages that use com.ibm.ccd.ui.taglib.dataobjects
com.ibm.ccd.ui.portlets.search.core   
com.ibm.ccd.ui.taglib.dataobjects   
com.ibm.ccd.ui.tags   
 

Classes in com.ibm.ccd.ui.taglib.dataobjects used by com.ibm.ccd.ui.portlets.search.core
BaseSearchElement
          Base class for all SearchElements
ResultData
          Represents the Results of an action like Search, Lookup This class provides the detail information about the results data like
MetaData : The result elements name, type etc.
 

Classes in com.ibm.ccd.ui.taglib.dataobjects used by com.ibm.ccd.ui.taglib.dataobjects
BaseSearchElement
          Base class for all SearchElements
ISeachElement
          An interface to work with the search elements.
ResultMetaData
          Represents the Metdadata associated with the Results This class provides the information about result attributes
viz.
ResultRowData
          Represents the ResultSet (A Row or ResultSet containtaing cells of result elements) associated with the Results This class provides the information about result sets
Each search result represents a row in the results and provides the information of result elements (cells/colums) as a hashMap and reference of the result object
 

Classes in com.ibm.ccd.ui.taglib.dataobjects used by com.ibm.ccd.ui.tags
BaseSearchElement
          Base class for all SearchElements
ResultData
          Represents the Results of an action like Search, Lookup This class provides the detail information about the results data like
MetaData : The result elements name, type etc.
ResultRowData
          Represents the ResultSet (A Row or ResultSet containtaing cells of result elements) associated with the Results This class provides the information about result sets
Each search result represents a row in the results and provides the information of result elements (cells/colums) as a hashMap and reference of the result object