FSFormulaSelection


Inherits From:
NSObject
Declared In:
FSFormulaSelection.h


Class Description

FSFormulaSelection is the right part of a formula. It selects one or more cells in a table. It handles all the parsing.


Instance Variables

FSTable *_table;
NSString *_creator;
id<FSItem> _inItem;
FSVariable *_selection;

_tableNo description.
_creatorNo description.
_inItemNo description.
_selectionNo description.


Method Types

+ formulaSelectionWithString:inTable:
- initWithString:inTable:
- hasError
- errorString
- selectedKeySets
- creatorString


Class Methods

formulaSelectionWithString:inTable:

+ (FSFormulaSelection*)formulaSelectionWithString:(NSString*)selectionString inTable:(FSTable*)table

Use this instead of calling alloc/init.


Instance Methods

creatorString

- (NSString*)creatorString

No method description.


errorString

- (NSString*)errorString

No method description.


hasError

- (BOOL)hasError

No method description.


initWithString:inTable:

- (id)initWithString:(NSString*)selectionString inTable:(FSTable*)table

No method description.


selectedKeySets

- (NSArray*)selectedKeySets

Returns an array containing complete key sets that define the values selected by this formula.


Version 1.1 Copyright ©2001 by Stefan Leuker. All Rights Reserved.