Bold360 and BoldChat Developer Center

BCButtonCellLogic Class Reference

The logic behind the button cell in forms. More...

#import <BCButtonCellLogic.h>

Inheritance diagram for BCButtonCellLogic:
BCCellLogic

Properties

IBOutlet UIButton * button
 The button in the form. More...
 
- Properties inherited from BCCellLogic
IBOutlet UITableViewCell * cell
 The table view cell of the logic. More...
 
IBOutlet UIView * missingView
 A view that is visible only if the field is required to be filled, and there was an attempt to submit without having been filled. More...
 
BOOL showMissingViewIsEmpty
 Show missing view if the cell not filled. More...
 
BoldChatViewSettingsviewSettings
 Common view settings. More...
 

Additional Inherited Members

- Instance Methods inherited from BCCellLogic
(id) - initWithViewSettings:
 The constructor. More...
 
(BOOL) - isFilled
 Tests if the field is filled. To be overriden in the subclasses. More...
 
(void) - loadViewFromNib
 Protected method for lading the view of logic from nib. More...
 

Detailed Description

The logic behind the button cell in forms.

Since
Version 1.0

Property Documentation

- (IBOutlet UIButton*) button
readwritenonatomicstrong

The button in the form.

Since
Version 1.0

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