expanz_ui_ActivityInstanceViewController Class Reference
Inherits from | UIViewController |
Conforms to | MBProgressHUDDelegate UIImagePickerControllerDelegate UINavigationControllerDelegate UITextFieldDelegate UITextViewDelegate expanz_service_ActivityClientDelegate |
Declared in | expanz_ui_ActivityInstanceViewController.h |
Tasks
-
propertyNames
property -
activityDefinition
property -
activityInstance
property -
modelAdapter
property -
spinner
property -
– initWithActivityDefinition:nibName:initialKey:
Initialize a new activity instance view controller with the supplied activity and record identifier key.
-
– sendDeltaForField:
Request model to update with new field value.
-
– sendMethodInvocation:
Invoke a method on the model.
-
– hasUITableView:requestingDataBinding:
-
– hasUITableView:requestingPopulateMethod:
-
– hasUITableView:requestingQuery:
-
– hasUITableView:requestingAutoPopulate:
-
– willCommenceEditForImageView:
Instance Methods
initWithActivityDefinition:nibName:initialKey:
Initialize a new activity instance view controller with the supplied activity and record identifier key.
- (id)initWithActivityDefinition:(expanz_model_ActivityMenuItem *)activityDefinition nibName:(NSString *)nibName initialKey:(NSString *)initialKey
Discussion
Initialize a new activity instance view controller with the supplied activity and record identifier key.
Declared In
expanz_ui_ActivityInstanceViewController.h
sendDeltaForField:
Request model to update with new field value.
- (void)sendDeltaForField:(expanz_model_FieldInstance *)textField
Discussion
Request model to update with new field value.
Declared In
expanz_ui_ActivityInstanceViewController.h