-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNICellObject-Protocol.html
138 lines (134 loc) · 7.06 KB
/
NICellObject-Protocol.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
<!-- HTML header for doxygen 1.8.6-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.6-nimbuskit"/>
<title>NimbusKit: <NICellObject> Protocol Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
$(window).load(resizeHeight);
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
<link href="appledocs.css" rel="stylesheet" type="text/css"/>
<link href="nimbuskit.css" rel="stylesheet" type="text/css" />
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-24278774-1']);
_gaq.push(['_setDomainName', 'nimbuskit.info']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<a href="index.html"><img style="float:left" src="nimbus128.png" width="80" height="80" /></a>
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">NimbusKit
 <span id="projectnumber">1.2.1 - <a href="http://github.com/jverkoey/nimbus">Fork Nimbus on Github</a> - <a href="http://wiki.nimbuskit.info/">Visit the Nimbus Wiki</a></span>
</div>
<div id="projectbrief">The iOS framework that grows only as fast as its documentation</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.6-nimbuskit -->
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('NICellObject-Protocol.html','');});
</script>
<div id="doc-content">
<div class="header">
<div class="summary">
<a href="#pub-methods">Tasks</a> |
<a href="NICellObject-p-members.html">List of all members</a> </div>
<div class="headertitle">
<div class="title"><NICellObject> Protocol Reference<div class="ingroups"><a class="el" href="TableCellFactory.html">Table Cell Factory</a></div></div> </div>
</div><!--header-->
<div class="contents">
<a name="details" id="details"></a><h2 class="groupheader">Overview</h2>
<div class="textblock"><p>The protocol for an object that can be used in the <a class="el" href="NICellFactory.html" title="A simple factory for creating table view cells from objects. ">NICellFactory</a>. </p>
</div><div class="dynheader">
Inheritance diagram for <NICellObject>:</div>
<div class="dyncontent">
<div class="center">
<img src="NICellObject-Protocol.png" usemap="#<NICellObject>_map" alt=""/>
<map id="<NICellObject>_map" name="<NICellObject>_map">
<area href="NICellObject.html" title="A light-weight implementation of the NICellObject protocol. " alt="NICellObject" shape="rect" coords="105,56,305,80"/>
<area href="NIFormElement.html" title="A single element of a form with an ID property. " alt="NIFormElement" shape="rect" coords="840,56,1040,80"/>
<area href="NIRadioGroup.html" title="A general-purpose radio group. " alt="NIRadioGroup" shape="rect" coords="1050,56,1250,80"/>
<area href="NIDrawRectBlockCellObject.html" title="An object that will draw the contents of the cell using a provided block. " alt="NIDrawRectBlockCellObject" shape="rect" coords="0,112,200,136"/>
<area href="NITitleCellObject.html" title="An object for displaying a single-line title in a table view cell. " alt="NITitleCellObject" shape="rect" coords="210,112,410,136"/>
<area href="NIDatePickerFormElement.html" title="A date picker form element. " alt="NIDatePickerFormElement" shape="rect" coords="420,112,620,136"/>
<area href="NISegmentedControlFormElement.html" title="A segmented control form element. " alt="NISegmentedControlFormElement" shape="rect" coords="630,112,830,136"/>
<area href="NISliderFormElement.html" title="A slider form element. " alt="NISliderFormElement" shape="rect" coords="840,112,1040,136"/>
<area href="NISwitchFormElement.html" title="A switch form element. " alt="NISwitchFormElement" shape="rect" coords="1050,112,1250,136"/>
<area href="NITextInputFormElement.html" title="A text input form element. " alt="NITextInputFormElement" shape="rect" coords="1260,112,1460,136"/>
<area href="NISubtitleCellObject.html" title="An object for displaying two lines of text in a table view cell. " alt="NISubtitleCellObject" shape="rect" coords="210,168,410,192"/>
</map>
</div></div>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
Tasks</h2></td></tr>
<tr class="memitem:cellClass"><td class="memItemLeft" align="right" valign="top">(Class) </td><td class="memItemRight" valign="bottom">- <a class="el" href="NICellObject-Protocol.html#cellClass">cellClass</a></td></tr>
<tr class="separator:cellClass"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:cellStyle"><td class="memItemLeft" align="right" valign="top">(UITableViewCellStyle) </td><td class="memItemRight" valign="bottom">- <a class="el" href="NICellObject-Protocol.html#cellStyle">cellStyle</a></td></tr>
<tr class="separator:cellStyle"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<h2 class="groupheader">Method Documentation</h2>
<a class="anchor" id="cellClass"></a>
<div class="memitem">
<h3 class="memname">cellClass</h3>
<div class="memdoc">
<p class="abstract">The class of cell to be created when this object is passed to the cell factory. </p>
<div class="declaration">
- (Class)cellClass;</td></tr>
</div>
<h5>Discussion</h5>
</div>
</div>
<a class="anchor" id="cellStyle"></a>
<div class="memitem">
<h3 class="memname">cellStyle</h3>
<div class="memdoc">
<p class="abstract">The style of UITableViewCell to be used when initializing the cell for the first time. </p>
<div class="declaration">
- (UITableViewCellStyle)cellStyle;</td></tr>
</div>
<h5>Discussion</h5>
</div>
</div>
</div><!-- contents -->
</div><!-- doc-content -->
<!-- HTML footer for doxygen 1.8.6-->
<!-- start footer part -->
<script type="text/javascript" src="widget.js"></script>
</body>
</html>