|
|
XGGrid |
| Inherits from: | |
| Declared In: |
This class provides a local interface to remote Xgrid grids.
Returns YES if the receiver is the default grid.
Returns the job with the specified identifier, or nil if the controller does not manage the job with the specified identifier.
Returns an array of the jobs associated with the receiver.
Returns the name associated with the grid.
isDefault |
Returns YES if the receiver is the default grid.
- (BOOL)isDefault;
YES or NO.
jobForIdentifier: |
Returns the job with the specified identifier, or nil if the controller does not manage the job with the specified identifier.
identifierThe identifier of the job.
An XGJob instance, or nil.
jobs |
Returns an array of the jobs associated with the receiver.
- (NSArray *)jobs;
An array of XGJobs.
name |
Returns the name associated with the grid.
- (NSString *)name;
A string.
Last Updated: 2009-08-12