Library
|
Instance Methods | |
(CGRect) | - frameForPresentation |
(id) | - initWithParameters: |
(void) | - acquireFocus |
(void) | - refocus |
(void) | - relinquishFocus |
(void) | - removeSelfFromPage |
Class Methods | |
(ISOFormFieldController *) | + createFormFieldControllerFromDictionaryRepresentation:forDocumentViewController: |
Properties | |
NSMutableDictionary * | parameters |
id< ISOFormFieldControllerDelegate > | delegate |
NSString * | type |
NSString * | identifier |
BOOL | hasFocus |
int | pageIndex |
BOOL | required |
BOOL | locked |
ISODocumentViewController * | documentViewController |
- (void) acquireFocus |
acqiure the focus for the form fields, if they are selected to type in
- (id) initWithParameters: | (NSMutableDictionary*) | params |
init with parameters
params |
- (void) refocus |
refocus the form field
- (void) relinquishFocus |
zoom out freom the form field, if it's selected to type in
- (void) removeSelfFromPage |
remove /zoom out the user (self) from the page (pdf-document)