PaymentSDK
Mobile payment SDK
WDBaseStyle Class Reference

Base class for formulars. More...

#import <WDBaseStyle.h>

+ Inheritance diagram for WDBaseStyle:
+ Collaboration diagram for WDBaseStyle:

Properties

UIViewmainViewStyled
 main UIView prototype. More...
 
UIViewheaderViewStyled
 header UIView prototype. More...
 
UILabel * headerLabelStyled
 Card header title UILabel prototype. More...
 
NSStringheaderLabelText
 Header label value used by [UILabel text]. More...
 
UIButton * cancelButtonStyled
 Cancel button prototype. More...
 
NSStringcancelButtonTitle
 Cancel button title used with [cancelButton setTitle:cancelButtonTitle forState:UIControlStateNormal]. More...
 
- Properties inherited from WDStyle
WDLocale locale
 WDLocale enum used to localize native UI. More...
 

Additional Inherited Members

- Public Class Methods inherited from NSObject
(id+ alloc
 
(Class+ class
 
(void) + initialize
 
(void) + load
 
(id+ new
 
- Public Instance Methods inherited from NSObject
(Class- classForCoder
 
(id- copy
 
(void) - dealloc
 
(void) - finalize
 
(id- init
 
(id- mutableCopy
 
- Public Instance Methods inherited from <NSObject>
(NSString *) - description
 
(NSUInteger- hash
 
(BOOL- isEqual:
 

Detailed Description

Base class for formulars.

Property Documentation

- (UIButton*) cancelButtonStyled
readwritenonatomicstrong

Cancel button prototype.

Following properties are used:

- (NSString*) cancelButtonTitle
readwritenonatomiccopy

Cancel button title used with [cancelButton setTitle:cancelButtonTitle forState:UIControlStateNormal].

Overrides default localized value.

- (UILabel*) headerLabelStyled
readwritenonatomicstrong

Card header title UILabel prototype.

Following properties are used: TODO

- (NSString*) headerLabelText
readwritenonatomicstrong

Header label value used by [UILabel text].

- (UIView*) headerViewStyled
readwritenonatomicstrong

header UIView prototype.

Following properties are used:

- (UIView*) mainViewStyled
readwritenonatomicstrong

main UIView prototype.

Following properties are used: