Uses of Class
planetj.property.PropertyGroupList

Packages that use PropertyGroupList
planetj.database   
planetj.database.report   
planetj.dataengine   
planetj.dataengine.application   
planetj.dataengine.operation   
planetj.dataengine.theme   
planetj.html   
planetj.property   
 

Uses of PropertyGroupList in planetj.database
 

Methods in planetj.database that return PropertyGroupList
 PropertyGroupList SQLContext.getPropertyGroups()
          Get all the property groups stored in this RowCollection's attributes.
 PropertyGroupList RowCollection.getPropertyGroups()
          Get all the property groups stored in this RowCollection's attributes.
 PropertyGroupList Row.getPropertyGroups()
          Get all the property groups stored in this RowCollection's attributes.
 

Methods in planetj.database with parameters of type PropertyGroupList
 SQLContext SQLContext.setReportBreakCollection(PropertyGroupList pProperties)
          Sets the ReportBreakCollection defining the reports that will be generated in the RowCollection resulting from queries which use this SQLContext
 void RowCollection.setPropertyGroups(PropertyGroupList propertyGroups)
          Set the property groups stored in this RowCollection's attributes.
 void Row.setPropertyGroups(PropertyGroupList propertyGroups)
          Set the property groups stored in this RowCollection's attributes.
 

Uses of PropertyGroupList in planetj.database.report
 

Methods in planetj.database.report with parameters of type PropertyGroupList
static ReportBreakCollection ReportBreakCollection.createReportBreakCollection(PropertyGroupList pProperties)
          Creates a new ReportBreakCollection from a PropertyGroupList containing properties which specify a ReportBreakCollection.
 

Uses of PropertyGroupList in planetj.dataengine
 

Methods in planetj.dataengine that return PropertyGroupList
 PropertyGroupList PropertyRow.getRowPropertyGroups()
          Gets the property group objects associated with this PropertyRow.
 PropertyGroupList JavaContext.getPropertyGroups()
          Get all the property groups stored in this context.
 PropertyGroupList IContext.getPropertyGroups()
          Get all the property groups associated with this context.
 PropertyGroupList HTMLContext.getPropertyGroups()
          Get all the property groups stored in this context.
abstract  PropertyGroupList AbstractContext.getPropertyGroups()
          Get all the property groups associated with this context.
 

Uses of PropertyGroupList in planetj.dataengine.application
 

Methods in planetj.dataengine.application that return PropertyGroupList
 PropertyGroupList ApplicationSQLContext.getPropertyGroups()
          Get all the property groups stored in this RowCollection's attributes.
 

Uses of PropertyGroupList in planetj.dataengine.operation
 

Methods in planetj.dataengine.operation that return PropertyGroupList
 PropertyGroupList Operation.getRowPropertyGroups()
          Gets this SQLOperation's operation set name.
 

Uses of PropertyGroupList in planetj.dataengine.theme
 

Methods in planetj.dataengine.theme that return PropertyGroupList
 PropertyGroupList Theme.getThemePropertyGroups()
          Deprecated. replaced with getRowPropertyGroups()
 

Uses of PropertyGroupList in planetj.html
 

Methods in planetj.html with parameters of type PropertyGroupList
 void HTMLTable.setProperties(PropertyGroupList pList)
          Sets the properties of this HTML table.
 void HTMLRowDetails.setProperties(PropertyGroupList pList)
          Sets the properties of this HTML table.
 

Uses of PropertyGroupList in planetj.property
 

Methods in planetj.property that return PropertyGroupList
 PropertyGroupList PropertyGroupReader.readProperties(String pText)
          Reads properties from the String, translates them into PropertyGroup objects, and puts them into a List.