Bold360 and BoldChat Developer Center

BCMultiLineCellLogic Class Reference

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

#import <BCMultiLineCellLogic.h>

Inheritance diagram for BCMultiLineCellLogic:
BCTitledCellLogic BCCellLogic

Instance Methods

(void) - applyDesignOnTextChange
 It is called when the text is changed in the text view. More...
 
- 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...
 

Properties

IBOutlet UITextView * textView
 The textview of the field. More...
 
- Properties inherited from BCTitledCellLogic
IBOutlet UILabel * requiredLabel
 The required label of the form field. More...
 
IBOutlet UILabel * titleLabel
 The title label of the form field. 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...
 

Detailed Description

The logic behind the multiline cell in forms.

Since
Version 1.0

Method Documentation

- (void) applyDesignOnTextChange

It is called when the text is changed in the text view.

Since
Version 1.0

Property Documentation

- (IBOutlet UITextView*) textView
readwritenonatomicstrong

The textview of the field.

Since
Version 1.0

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