![]() |
API
0.9.6
|
A view for creating and configuring criteria. More...
#import <CPRuleEditor.h>
Additional Inherited Members | |
![]() | |
(void) | + initialize |
(CPDictionary) | + themeAttributes |
![]() | |
(CPMenu) | + defaultMenu |
(CPString) | + defaultThemeClass |
(CPSet) | + keyPathsForValuesAffectingBounds |
(CPSet) | + keyPathsForValuesAffectingFrame |
![]() | |
(BOOL) | + accessInstanceVariablesDirectly |
(id) | + alloc |
(id) | + allocWithCoder: |
(BOOL) | + automaticallyNotifiesObserversForKey: |
(Class) | + class |
(void) | + exposeBinding: |
(IMP) | + instanceMethodForSelector: |
(BOOL) | + instancesRespondToSelector: |
(BOOL) | + isSubclassOfClass: |
(CPSet) | + keyPathsForValuesAffectingValueForKey: |
(void) | + load |
(id) | + new |
(void) | + setVersion: |
(Class) | + superclass |
(int) | + version |
![]() | |
Class | isa |
A view for creating and configuring criteria.
A CPRuleEditor object is a view that allows the user to visually create and configure a list of options which are expressed by the rule editor as a predicate (see Predicate documentation). The view has a delegate which offers a tree of choices to the view. The choices are presented by the view to the user as a row of popup buttons, static text fields, and custom views. Each row in the list represents a particular path down the tree of choices.
CPRuleEditor exposes one binding, rows. You can bind rows to an ordered collection (such as an instance of CPMutableArray). Each object in the collection should have the following properties:
@"rowType"
An integer representing the type of the row (CPRuleEditorRowType).
@"subrows"
An ordered to-many relation (such as an instance of CPMutableArray) containing the directly nested subrows for the given row.
@"displayValues"
An ordered to-many relation containing the display values for the row.
@"criteria"
An ordered to-many relation containing the criteria for the row.
Definition at line 2 of file CPRuleEditor.h.
|
implementation |
Adds a row to the receiver.
sender | Typically the object that sent the message. |
Definition at line 643 of file CPRuleEditor.j.
|
implementation |
Returns a Boolean value that indicates whether compounds rows can be childless.
YES
if compounds rows can be childless, otherwise NO
. Definition at line 304 of file CPRuleEditor.j.
|
implementation |
Returns the current animation for the receiver.
Definition at line 1038 of file CPRuleEditor.j.
|
implementation |
Returns a Boolean value that indicates whether all the rows can be removed.
YES
if all the rows can be removed, otherwise NO
. Definition at line 283 of file CPRuleEditor.j.
|
implementation |
Returns the currently chosen items for a given row.
row | The index of a row in the receiver. |
Definition at line 456 of file CPRuleEditor.j.
|
implementation |
Returns the criteria key path.
Definition at line 990 of file CPRuleEditor.j.
|
implementation |
Returns the receiver’s delegate.
Definition at line 197 of file CPRuleEditor.j.
|
implementation |
Returns the chosen values for a given row.
row | The index of a row in the receiver. |
Definition at line 475 of file CPRuleEditor.j.
|
implementation |
Returns the display values key path.
Definition at line 1013 of file CPRuleEditor.j.
|
implementation |
Returns the formatting dictionary for the receiver.
Definition at line 354 of file CPRuleEditor.j.
|
implementation |
Returns the name of the strings file for the receiver.
Definition at line 377 of file CPRuleEditor.j.
|
implementation |
Adds a new row of a given type at a given location.
rowIndex | The index at which the new row should be inserted. rowIndex must be greater than parentRow, and much specify a row that does not fall amongst the children of some other parent. |
rowType | The type of the new row. |
parentRow | The index of the row of which the new row is a child. Pass -1 to indicate that the new row should be a root row. |
shouldAnimate | YES if creation of the new row should be animated, otherwise NO . |
Definition at line 686 of file CPRuleEditor.j.
|
implementation |
Returns a Boolean value that indicates whether the receiver is editable.
YES
if the receiver is editable, otherwise NO
. The default is YES
. Definition at line 228 of file CPRuleEditor.j.
|
implementation |
Returns the nesting mode for the receiver.
Definition at line 256 of file CPRuleEditor.j.
|
implementation |
Returns the number of rows in the receiver.
Definition at line 488 of file CPRuleEditor.j.
|
implementation |
Returns the index of the parent of a given row.
rowIndex | The index of a row in the receiver. |
-1
. Definition at line 498 of file CPRuleEditor.j.
|
implementation |
Returns the predicate for the receiver.
nil
. Definition at line 772 of file CPRuleEditor.j.
|
implementation |
Returns the predicate for a given row.
aRow | The index of a row in the receiver. |
Definition at line 792 of file CPRuleEditor.j.
|
implementation |
Instructs the receiver to refetch criteria from its delegate. You can use this method to indicate that the available criteria may have changed and should be refetched from the delegate and the popups recalculated.
Definition at line 420 of file CPRuleEditor.j.
|
implementation |
Instructs the receiver to regenerate its predicate by invoking the corresponding delegate method. You typically invoke this method because something has changed (for example, a view's value).
Definition at line 781 of file CPRuleEditor.j.
|
implementation |
Removes the row at a given index.
rowIndex | The index of a row in the receiver. |
CPRangeException
if rowIndex is less than 0
or greater than or equal to the number of rows. Definition at line 705 of file CPRuleEditor.j.
|
implementation |
Removes the rows at a given index.
rowIndexes | Indexes of one or more rows in the receiver. |
includeSubrows | If YES , then sub-rows of deleted rows are also deleted; if NO , then each sub-row is adopted by its first non-deleted ancestor, or becomes a root row. |
CPRangeException
if any index in rowIndexes is less than 0 or greater than or equal to the number of rows. Definition at line 722 of file CPRuleEditor.j.
|
implementation |
Returns the class used to create a new row in the “rows” binding.
Definition at line 919 of file CPRuleEditor.j.
|
implementation |
Returns the row height for the receiver.
Definition at line 325 of file CPRuleEditor.j.
|
implementation |
Returns the type of a given row.
rowIndex | The index of a row in the receiver. |
CPRangeException
if rowIndex is less than 0
or greater than or equal to the number of rows. Definition at line 539 of file CPRuleEditor.j.
|
implementation |
Returns the key path for the row type.
"rowType"
. The key path is used to get the row type in the “rows” binding. The corresponding property should be a number that specifies an CPRuleEditorRowType
value. Definition at line 944 of file CPRuleEditor.j.
|
implementation |
Returns the indexes of the receiver’s selected rows.
Definition at line 599 of file CPRuleEditor.j.
|
implementation |
Sets in the receiver the indexes of rows that are selected.
indexes | The indexes of rows in the receiver to select. |
extend | If NO , the selected rows are specified by indexes. If YES , the rows indicated by indexes are added to the collection of already selected rows, providing multiple selection. |
Definition at line 609 of file CPRuleEditor.j.
|
implementation |
Sets whether compounds rows can be childless.
allows | YES if compounds rows can be childless, otherwise NO . |
Definition at line 314 of file CPRuleEditor.j.
|
implementation |
Sets the current animation for the receiver.
animation | A CPViewAnimation object used to animate rows. The default is a CPViewAnimation with a 0.5s duration and a CPAnimationEaseInOut curve. |
Definition at line 1049 of file CPRuleEditor.j.
|
implementation |
Sets whether all the rows can be removed.
canRemove | YES if all the rows can be removed, otherwise NO . |
Definition at line 293 of file CPRuleEditor.j.
|
implementation |
Modifies the row at a given index to contain the given items and values.
criteria | The array of criteria for the row at rowIndex. Pass an empty array to force the receiver to query its delegate. This value must not be nil. |
values | The array of values for the row at rowIndex. Pass an empty array to force the receiver to query its delegate. This value must not be nil . |
rowIndex | The index of a row in the receiver. |
It is your responsibility to ensure that each item in the array is a child of the previous item, and that the first item is a root item for the row type. If the last item has child items, then the items array will be extended by querying the delegate for child items until a childless item is reached.
Definition at line 435 of file CPRuleEditor.j.
|
implementation |
Sets the key path for the criteria.
keyPath | The key path for the criteria. |
Definition at line 1000 of file CPRuleEditor.j.
|
implementation |
Sets the receiver’s delegate.
aDelegate | The delegate for the receiver. CPRuleEditor requires a delegate that implements the required delegate methods to function. |
Definition at line 208 of file CPRuleEditor.j.
|
implementation |
Sets the key path for the display values.
keyPath | The key path for the the display values. |
Definition at line 1023 of file CPRuleEditor.j.
|
implementation |
Sets whether the receiver is editable.
editable | YES if the receiver is editable, otherwise NO . |
Definition at line 238 of file CPRuleEditor.j.
|
implementation |
Sets the formatting dictionary for the receiver.
dictionary | The formatting dictionary for the receiver. If you set the formatting dictionary with this method, it sets the current formatting strings file name to nil . |
Definition at line 366 of file CPRuleEditor.j.
|
implementation |
Sets the name of the strings file used for formatting.
stringsFilename | The name of the strings file for the receiver. CPRuleEditor looks for a strings file with the given name in the main bundle and (if appropriate) the bundle containing the nib file from which it was loaded. If it finds a strings file resource with the given name, CPRuleEditor loads it and sets it as the formatting dictionary for the receiver. You can obtain the resulting dictionary using formattingDictionary. If you set the formatting dictionary with -setFormattingDictionary:, it sets the current formatting strings file name nil. |
Definition at line 389 of file CPRuleEditor.j.
|
implementation |
Sets the nesting mode for the receiver.
mode | The nesting mode for the receiver. You typically set the nesting mode at view creation time and do not subsequently modify it. The default is CPRuleEditorNestingModeSimple . |
Definition at line 268 of file CPRuleEditor.j.
|
implementation |
Sets the class to use to create a new row in the "rows” binding.
rowClass | The class to use to create a new row in the "rows” binding. |
Definition at line 929 of file CPRuleEditor.j.
|
implementation |
Sets the row height for the receiver.
height | The row height for the receiver. |
Definition at line 335 of file CPRuleEditor.j.
|
implementation |
Sets the key path for the row type.
keyPath | The key path for the row type. |
Definition at line 954 of file CPRuleEditor.j.
|
implementation |
Sets the key path for the subrows.
keyPath | The key path for the subrows. |
Definition at line 977 of file CPRuleEditor.j.
|
implementation |
Returns the immediate subrows of a given row.
rowIndex | The index of a row in the receiver, or -1 to get the top-level rows. |
0
. Definition at line 560 of file CPRuleEditor.j.
|
implementation |
Returns the key path for the subrows.
Definition at line 967 of file CPRuleEditor.j.