PaymentSDK
Mobile payment SDK
WDNativeStyle Class Reference

Base class for native UI formulars. More...

#import <WDNativeStyle.h>

+ Inheritance diagram for WDNativeStyle:
+ Collaboration diagram for WDNativeStyle:

Properties

UILabel * orderLabelStyled
 UILabel prototype. More...
 
NSStringorderLabelText
 Order Total label value used by [UILabel text]. More...
 
UILabel * labelStyled
 UILabel prototype. More...
 
UITextField * textFieldStyled
 UITextField prototype. More...
 
UIButton * submitButtonStyled
 Submit button prototype. More...
 
NSStringsubmitButtonTitle
 Submit button title used by [UIButton setTitle:forState:]. More...
 
UIViewunderlineViewStyled
 security code underline UIView prototype. More...
 
- Properties inherited from WDBaseStyle
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 native UI formulars.

Property Documentation

- (UILabel*) labelStyled
readwritenonatomicstrong

UILabel prototype.

Following properties are used: TODO

- (UILabel*) orderLabelStyled
readwritenonatomicstrong

UILabel prototype.

Following properties are used: TODO

- (NSString*) orderLabelText
readwritenonatomiccopy

Order Total label value used by [UILabel text].

- (UIButton*) submitButtonStyled
readwritenonatomicstrong

Submit button prototype.

Following properties are used: TODO

- (NSString*) submitButtonTitle
readwritenonatomiccopy

Submit button title used by [UIButton setTitle:forState:].

Overrides default localized value.

- (UITextField*) textFieldStyled
readwritenonatomicstrong

UITextField prototype.

Following properties are used: TODO

- (UIView*) underlineViewStyled
readwritenonatomicstrong

security code underline UIView prototype.

Following properties are used: TODO