Mobile API Reference  MicroStrategy 2019
<InputFieldValueDelegate> Protocol Reference

#import <InputFieldValueDelegate.h>

Instance Methods

(BOOL- showByDefault
 
(CGSize) - getFrameSize
 
(NSString *) - getFontName
 
(CGFloat) - getFontSize
 
(NSTextAlignment) - getTextAlignment
 
(NSString *) - GetStringValue
 
(NSString *) - getValue
 
(NSTextAlignment) - getHorizontalAlignmentValue
 
(EnumDSSDataType- getDataType
 
(UIColor *) - getTextColor
 
(BOOL- isTypeNumber
 
(BOOL- isNumberCell
 
(EnumControlType- getControlType
 
(ControlProperty *) - getControlProperty
 
(void) - inputValueDidEndEditing
 
(void) - changeCellValue:
 
(void) - setNeedsDisplay
 

Method Documentation

◆ changeCellValue:()

- (void) changeCellValue: (NSString *)  iValue

◆ getControlProperty()

- (ControlProperty*) getControlProperty

◆ getControlType()

- (EnumControlType) getControlType

◆ getDataType()

- (EnumDSSDataType) getDataType

◆ getFontName()

- (NSString*) getFontName

◆ getFontSize()

- (CGFloat) getFontSize

◆ getFrameSize()

- (CGSize) getFrameSize

◆ getHorizontalAlignmentValue()

- (NSTextAlignment) getHorizontalAlignmentValue

◆ GetStringValue()

- (NSString*) GetStringValue

◆ getTextAlignment()

- (NSTextAlignment) getTextAlignment

◆ getTextColor()

- (UIColor*) getTextColor

◆ getValue()

- (NSString*) getValue

Raw value for number, else gets the string value

◆ inputValueDidEndEditing()

- (void) inputValueDidEndEditing

◆ isNumberCell()

- (BOOL) isNumberCell

◆ isTypeNumber()

- (BOOL) isTypeNumber

◆ setNeedsDisplay()

- (void) setNeedsDisplay

◆ showByDefault()

- (BOOL) showByDefault