Public Member Functions | Protected Attributes | Properties

PolicyViewController Class Reference

The view controller to show the policy. More...

#import <PolicyViewController.h>

List of all members.

Public Member Functions

(IBAction) - insertAction:
 The action generated when the insert buttion is pressed.
(IBAction) - deleteAction:
 The action generated when delete button is presed.

Protected Attributes

IBOutlet UITableView * policyListTableView
IBOutlet UIButton * insertButton
IBOutlet UIButton * deleteButton
NSInteger selectedIndex

Properties

UITableView * policyListTableView

Detailed Description

The view controller to show the policy.


Member Function Documentation

- (IBAction) deleteAction: (id)  sender

The action generated when delete button is presed.

Parameters:
senderthe sender of the action
- (IBAction) insertAction: (id)  sender

The action generated when the insert buttion is pressed.

Parameters:
senderthe sender of the action

Member Data Documentation

- (IBOutlet UIButton*) deleteButton [protected]
- (IBOutlet UIButton*) insertButton [protected]
- (IBOutlet UITableView*) policyListTableView [protected]
- (NSInteger) selectedIndex [protected]

Property Documentation

- (UITableView*) policyListTableView [read, write, retain]

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