|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of PropertyGroup in planetj.chart |
Subclasses of PropertyGroup in planetj.chart | |
class |
ChartSpecificationPG
This property group encapsulates properties used to create and generate a chart using JFreeChart. |
Uses of PropertyGroup in planetj.database |
Methods in planetj.database that return PropertyGroup | |
PropertyGroup |
RowCollection.getPropertyGroup(java.lang.String groupName)
Gets the first PropertyGroup with the given property group name. |
PropertyGroup |
Row.getPropertyGroup(java.lang.String groupName)
Gets the first PropertyGroup with the given property group name. |
Uses of PropertyGroup in planetj.database.connection |
Subclasses of PropertyGroup in planetj.database.connection | |
class |
ConnectionReportPropertyGroup
Insert the type's description here. |
Uses of PropertyGroup in planetj.database.report |
Subclasses of PropertyGroup in planetj.database.report | |
class |
ReportPropertyGroup
Contains Property objects which specify one or more ReportBreak objects. |
Uses of PropertyGroup in planetj.dataengine |
Subclasses of PropertyGroup in planetj.dataengine | |
class |
ConfigurationPropertyGroup
|
Methods in planetj.dataengine that return PropertyGroup | |
PropertyGroup |
PropertyRow.getRowPropertyGroup(java.lang.String groupName)
Gets the first PropertyGroup with the given property group name. |
PropertyGroup |
IContext.getPropertyGroup(java.lang.String groupName)
Gets the first PropertyGroup with the given property group name. |
PropertyGroup |
AbstractContext.getPropertyGroup(java.lang.String groupName)
Gets the first PropertyGroup with the given property group name. |
Uses of PropertyGroup in planetj.dataengine.action |
Subclasses of PropertyGroup in planetj.dataengine.action | |
class |
ActionDescriptor
An ActionDisplayDescriptor property group contains all the information needed in order to display the action. |
class |
ActionPropertyGroup
An ActionDescriptor contains all the actions of a given type that should be shown or hidden when displaying. |
Uses of PropertyGroup in planetj.dataengine.action.paging |
Subclasses of PropertyGroup in planetj.dataengine.action.paging | |
class |
PagingPropertyGroup
A PagingPropertyGroup contains properties that are used to determine the type of paging that is rendered on a results table. |
Uses of PropertyGroup in planetj.dataengine.autorun |
Subclasses of PropertyGroup in planetj.dataengine.autorun | |
class |
AutoRunPropertyGroup
A PropertyGroup containing auto run information |
class |
DistributionPropertyGroup
Properties for an auto-run emailing operation |
Methods in planetj.dataengine.autorun that return PropertyGroup | |
PropertyGroup |
EmailTask.getAlternateEmailPropertyGroup()
Gets properties from another email property group. |
Uses of PropertyGroup in planetj.dataengine.display |
Subclasses of PropertyGroup in planetj.dataengine.display | |
class |
BrowserProperties
|
class |
DetailDisplayPropertyGroup
|
class |
DisplayColumnsPropertyGroup
|
class |
FramePropertyGroup
Properties dealing with an HTML frame |
class |
JoinProperties
|
class |
LayoutDisplayPropertyGroup
|
class |
OperationLabelsPropertyGroup
|
class |
OperationSettingsPropertyGroup
Insert the type's description here. |
class |
ParameterOperatorLabels
|
class |
SignOnPropertyGroup
|
class |
StoredProcedurePropertyGroup
Contains properties dealing with stored procedures |
class |
StylesPropertyGroup
|
class |
TableDisplayPropertyGroup
Insert the type's description here. |
class |
TabsPropertyGroup
|
Uses of PropertyGroup in planetj.dataengine.email |
Subclasses of PropertyGroup in planetj.dataengine.email | |
class |
EmailPropertyGroup
This property group contains properties that are used for emailing. |
Uses of PropertyGroup in planetj.dataengine.pleasewait |
Subclasses of PropertyGroup in planetj.dataengine.pleasewait | |
class |
PleaseWaitPropertyGroup
|
Uses of PropertyGroup in planetj.dataengine.security |
Subclasses of PropertyGroup in planetj.dataengine.security | |
class |
OptionalSignonPropertyGroup
Insert the type's description here. |
Uses of PropertyGroup in planetj.dataengine.theme |
Subclasses of PropertyGroup in planetj.dataengine.theme | |
class |
ImagePathsPG
|
Uses of PropertyGroup in planetj.helpers.properties |
Subclasses of PropertyGroup in planetj.helpers.properties | |
class |
CSVPropertyGroup
PropertyGroup for the CSV file format. |
class |
FilePropertyGroup
PropertyGroup for the PDF file format. |
class |
MSAccessPropertyGroup
PropertyGroup for Microsoft Access file format |
class |
PDFPropertyGroup
PropertyGroup for the PDF file format. |
class |
XLSPropertyGroup
PropertyGroup for the xls file format. |
class |
XMLPropertyGroup
PropertyGroup for the XML file format. |
Uses of PropertyGroup in planetj.magic |
Methods in planetj.magic that return PropertyGroup | |
PropertyGroup |
EmailExecutionRequest.getAlternateEmailPropertyGroup()
Gets properties from another email property group. |
Uses of PropertyGroup in planetj.property |
Subclasses of PropertyGroup in planetj.property | |
class |
DefaultPropertyGroup
A default concrete implementation of the PropertyGroup class. |
Methods in planetj.property that return PropertyGroup | |
PropertyGroup |
PropertyGroupReader.readPropertyGroup(java.lang.String pText)
Reads properties from the String, translates them into a PropertyGroup object, then returns the PropertyGroup. |
PropertyGroup |
PropertyGroupList.getPropertyGroup(int i)
Gets the PropertyGroup object at the specified index |
PropertyGroup |
PropertyGroupList.getPropertyGroup(java.lang.String groupName)
Gets the first PropertyGroup with the given property group name. |
PropertyGroup |
PropertyGroup.mergeOnList(PropertyGroup pGroup,
java.lang.String pMergeProperty)
Merges this PropertyGroup into another PropertyGroup. |
Methods in planetj.property with parameters of type PropertyGroup | |
boolean |
PropertyGroupList.add(PropertyGroup pPG)
Adds a PropertyGroup to this List |
int |
PropertyGroup.compareTo(PropertyGroup pPG)
Comapres this PropertyGroup with another by examining their names |
void |
PropertyGroup.copyUndefinedPropertiesFrom(PropertyGroup pg)
Any properties defined in the other property group which are not defined in this property group are copied into this property group. |
boolean |
PropertyGroup.isMergeableOnList(PropertyGroup pGroup,
java.lang.String pMergeProperty)
Tests if this PropertyGroup can be merged with another PropertyGroup on a property. |
PropertyGroup |
PropertyGroup.mergeOnList(PropertyGroup pGroup,
java.lang.String pMergeProperty)
Merges this PropertyGroup into another PropertyGroup. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |