Bold360 and BoldChat Developer Center

BCCellLogic Class Reference

Cell logic file behind form cells. More...

#import <BCCellLogic.h>

Inheritance diagram for BCCellLogic:
BCButtonCellLogic BCPickerCellLogic BCTitledCellLogic BCHorizontalPickerCellLogic BCMultiLineCellLogic BCRatingCellLogic BCSelectionCellLogic BCSingleLineCellLogic BCEmailCellLogic BCPhoneCellLogic

Instance Methods

(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...
 

Properties

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...
 

Detailed Description

Cell logic file behind form cells.

Since
Version 1.0

Method Documentation

- (id) initWithViewSettings: (BoldChatViewSettings *)  viewSettings

The constructor.

Parameters
viewSettingsThe common view settings.
Returns
Instance of BCCellLogic class.
Since
Version 1.0
- (BOOL) isFilled

Tests if the field is filled. To be overriden in the subclasses.

Returns
YES if the field is filled.
Since
Version 1.0
- (void) loadViewFromNib

Protected method for lading the view of logic from nib.

Since
Version 1.0

Property Documentation

- (IBOutlet UITableViewCell*) cell
readwritenonatomicstrong

The table view cell of the logic.

Since
Version 1.0
- (IBOutlet UIView*) missingView
readwritenonatomicstrong

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.

Since
Version 1.0
- (BOOL) showMissingViewIsEmpty
readwritenonatomicassign

Show missing view if the cell not filled.

Since
Version 1.0
- (BoldChatViewSettings*) viewSettings
readwritenonatomicstrong

Common view settings.

Since
Version 1.0

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