Bold360 and BoldChat Developer Center

BCFormViewLogic Class Reference

The logic of the form views. More...

#import <BCFormViewLogic.h>

Inheritance diagram for BCFormViewLogic:

Instance Methods

(IBAction) - formExternalActionButtonPressed
 IBAction for the formExternalActionButton. More...
 

Properties

IBOutlet UIView * view
 The form view. More...
 
IBOutlet UITableView * tableView
 The table view on the form view. More...
 
IBOutlet UIButton * formExternalActionButton
 A button which needs to call formExternalActionButtonPressed. If the view controller does not have any navigation bar, this button can be used to request to hide the view. More...
 

Detailed Description

The logic of the form views.

Since
Version 1.0

Method Documentation

- (IBAction) formExternalActionButtonPressed

IBAction for the formExternalActionButton.

Since
Version 1.0

Property Documentation

- (IBOutlet UIButton*) formExternalActionButton
readwritenonatomicstrong

A button which needs to call formExternalActionButtonPressed. If the view controller does not have any navigation bar, this button can be used to request to hide the view.

Since
Version 1.0
- (IBOutlet UITableView*) tableView
readwritenonatomicstrong

The table view on the form view.

Since
Version 1.0
- (IBOutlet UIView*) view
readwritenonatomicstrong

The form view.

Since
Version 1.0

The documentation for this class was generated from the following file: