CatNiP prefinal
Sähköinen nuottikirja, HY-TKTKL-OHTUPROJ KESÄ11
ValueTextField Class Reference

A simple extension of UITextField that allows the text field to know what it's editing. More...

#import <ValueTextField.h>

List of all members.

Public Member Functions

(id) - initWithValue:
 Initializer for ValueTextField that sets the text field value to be the specified object.

Properties

id fieldValue
 The value property for this textfield, eg.

Detailed Description

A simple extension of UITextField that allows the text field to know what it's editing.

Useful if you have multiple text fields attached to the same delegate. Created by Antti V J Niemela, tkol on 6/19/11. Copyright 2011 University of Helsinki. All rights reserved.

Definition at line 12 of file ValueTextField.h.


Member Function Documentation

- (id) initWithValue: (id)  value

Initializer for ValueTextField that sets the text field value to be the specified object.

Parameters:
valueThe value for this ValueTextField

Definition at line 19 of file ValueTextField.m.


Property Documentation

- (id) fieldValue [read, write, retain]

The value property for this textfield, eg.

an NSString or NSIndexPath describing what text field was modified. Whatever you want, basically.

Definition at line 13 of file ValueTextField.h.


The documentation for this class was generated from the following files:
 All Classes Files Functions Variables Enumerations Enumerator Properties Defines