MultiSelectDisplayObject.html 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <!-- NewPage -->
  3. <html lang="en">
  4. <head>
  5. <!-- Generated by javadoc (1.8.0-internal) on Thu Mar 24 15:49:00 EDT 2022 -->
  6. <title>MultiSelectDisplayObject</title>
  7. <meta name="date" content="2022-03-24">
  8. <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
  9. <script type="text/javascript" src="../../../../script.js"></script>
  10. </head>
  11. <body>
  12. <script type="text/javascript"><!--
  13. try {
  14. if (location.href.indexOf('is-external=true') == -1) {
  15. parent.document.title="MultiSelectDisplayObject";
  16. }
  17. }
  18. catch(err) {
  19. }
  20. //-->
  21. </script>
  22. <noscript>
  23. <div>JavaScript is disabled on your browser.</div>
  24. </noscript>
  25. <!-- ========= START OF TOP NAVBAR ======= -->
  26. <div role="navigation" title ="TOP_Navigation" aria-label ="Top Navigation Bar"/>
  27. <div class="topNav"><a name="navbar.top">
  28. <!-- -->
  29. </a>
  30. <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
  31. <a name="navbar.top.firstrow">
  32. <!-- -->
  33. </a>
  34. <ul class="navList" title="Navigation">
  35. <li><a href="../../../../com/cognos/CAM_AAA/authentication/package-summary.html">Package</a></li>
  36. <li class="navBarCell1Rev">Class</li>
  37. <li><a href="package-tree.html">Tree</a></li>
  38. <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
  39. <li><a href="../../../../index-all.html">Index</a></li>
  40. <li><a href="../../../../help-doc.html">Help</a></li>
  41. </ul>
  42. </div>
  43. <div class="subNav">
  44. <ul class="navList">
  45. <li><a href="../../../../com/cognos/CAM_AAA/authentication/IVisa.html" title="interface in com.cognos.CAM_AAA.authentication"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
  46. <li><a href="../../../../com/cognos/CAM_AAA/authentication/QueryResult.html" title="class in com.cognos.CAM_AAA.authentication"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
  47. </ul>
  48. <ul class="navList">
  49. <li><a href="../../../../index.html?com/cognos/CAM_AAA/authentication/MultiSelectDisplayObject.html" target="_top">Frames</a></li>
  50. <li><a href="MultiSelectDisplayObject.html" target="_top">No&nbsp;Frames</a></li>
  51. </ul>
  52. <ul class="navList" id="allclasses_navbar_top">
  53. <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
  54. </ul>
  55. <div>
  56. <script type="text/javascript"><!--
  57. allClassesLink = document.getElementById("allclasses_navbar_top");
  58. if(window==top) {
  59. allClassesLink.style.display = "block";
  60. }
  61. else {
  62. allClassesLink.style.display = "none";
  63. }
  64. //-->
  65. </script>
  66. </div>
  67. <div>
  68. <ul class="subNavList">
  69. <li>Summary:&nbsp;</li>
  70. <li>Nested&nbsp;|&nbsp;</li>
  71. <li>Field&nbsp;|&nbsp;</li>
  72. <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
  73. <li><a href="#methods.inherited.from.class.com.cognos.CAM_AAA.authentication.SingleSelectDisplayObject">Method</a></li>
  74. </ul>
  75. <ul class="subNavList">
  76. <li>Detail:&nbsp;</li>
  77. <li>Field&nbsp;|&nbsp;</li>
  78. <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
  79. <li>Method</li>
  80. </ul>
  81. </div>
  82. <a name="skip.navbar.top">
  83. <!-- -->
  84. </a></div>
  85. <!-- ========= END OF TOP NAVBAR ========= -->
  86. <!-- ======== START OF CLASS DATA ======== -->
  87. <div role="main" title ="MultiSelectDisplayObject" aria-labelledby ="Header1"/>
  88. <div class="header">
  89. <div class="subTitle">com.cognos.CAM_AAA.authentication</div>
  90. <h2 title="Class MultiSelectDisplayObject" class="title" id="Header1">Class MultiSelectDisplayObject</h2>
  91. </div>
  92. <div class="contentContainer">
  93. <ul class="inheritance">
  94. <li>java.lang.Object</li>
  95. <li>
  96. <ul class="inheritance">
  97. <li><a href="../../../../com/cognos/CAM_AAA/authentication/SingleSelectDisplayObject.html" title="class in com.cognos.CAM_AAA.authentication">com.cognos.CAM_AAA.authentication.SingleSelectDisplayObject</a></li>
  98. <li>
  99. <ul class="inheritance">
  100. <li>com.cognos.CAM_AAA.authentication.MultiSelectDisplayObject</li>
  101. </ul>
  102. </li>
  103. </ul>
  104. </li>
  105. </ul>
  106. <div class="description">
  107. <ul class="blockList">
  108. <li class="blockList">
  109. <dl>
  110. <dt>All Implemented Interfaces:</dt>
  111. <dd><a href="../../../../com/cognos/CAM_AAA/authentication/IDisplayObject.html" title="interface in com.cognos.CAM_AAA.authentication">IDisplayObject</a>, <a href="../../../../com/cognos/CAM_AAA/authentication/IMultiSelectDisplayObject.html" title="interface in com.cognos.CAM_AAA.authentication">IMultiSelectDisplayObject</a>, <a href="../../../../com/cognos/CAM_AAA/authentication/ISingleSelectDisplayObject.html" title="interface in com.cognos.CAM_AAA.authentication">ISingleSelectDisplayObject</a>, <a href="../../../../com/cognos/CAM_AAA/authentication/ITextDisplayObject.html" title="interface in com.cognos.CAM_AAA.authentication">ITextDisplayObject</a></dd>
  112. </dl>
  113. <hr>
  114. <br>
  115. <pre>public class <span class="typeNameLabel">MultiSelectDisplayObject</span>
  116. extends <a href="../../../../com/cognos/CAM_AAA/authentication/SingleSelectDisplayObject.html" title="class in com.cognos.CAM_AAA.authentication">SingleSelectDisplayObject</a>
  117. implements <a href="../../../../com/cognos/CAM_AAA/authentication/IMultiSelectDisplayObject.html" title="interface in com.cognos.CAM_AAA.authentication">IMultiSelectDisplayObject</a></pre>
  118. <div class="block">A display object that presents a set of selectable values to the user,
  119. where one or more entries can be chosen. If the user does
  120. not choose an item, then an empty select option is added. If more
  121. than one value is selected, then a form field variable will exist for each
  122. value selected.</div>
  123. </li>
  124. </ul>
  125. </div>
  126. <div class="summary">
  127. <ul class="blockList">
  128. <li class="blockList">
  129. <!-- ======== CONSTRUCTOR SUMMARY ======== -->
  130. <ul class="blockList">
  131. <li class="blockList"><a name="constructor.summary">
  132. <!-- -->
  133. </a>
  134. <h3>Constructor Summary</h3>
  135. <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
  136. <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
  137. <tr>
  138. <th class="colOne" scope="col">Constructor and Description</th>
  139. </tr>
  140. <tr class="altColor">
  141. <td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/cognos/CAM_AAA/authentication/MultiSelectDisplayObject.html#MultiSelectDisplayObject-java.lang.String-java.lang.String-">MultiSelectDisplayObject</a></span>(java.lang.String&nbsp;theCaption,
  142. java.lang.String&nbsp;theName)</code>
  143. <div class="block">Creates a multi-select display object.</div>
  144. </td>
  145. </tr>
  146. </table>
  147. </li>
  148. </ul>
  149. <!-- ========== METHOD SUMMARY =========== -->
  150. <ul class="blockList">
  151. <li class="blockList"><a name="method.summary">
  152. <!-- -->
  153. </a>
  154. <h3>Method Summary</h3>
  155. <ul class="blockList">
  156. <li class="blockList"><a name="methods.inherited.from.class.com.cognos.CAM_AAA.authentication.SingleSelectDisplayObject">
  157. <!-- -->
  158. </a>
  159. <h3>Methods inherited from class&nbsp;com.cognos.CAM_AAA.authentication.<a href="../../../../com/cognos/CAM_AAA/authentication/SingleSelectDisplayObject.html" title="class in com.cognos.CAM_AAA.authentication">SingleSelectDisplayObject</a></h3>
  160. <code><a href="../../../../com/cognos/CAM_AAA/authentication/SingleSelectDisplayObject.html#addOption-com.cognos.CAM_AAA.authentication.ISelectOption-">addOption</a>, <a href="../../../../com/cognos/CAM_AAA/authentication/SingleSelectDisplayObject.html#getCaption--">getCaption</a>, <a href="../../../../com/cognos/CAM_AAA/authentication/SingleSelectDisplayObject.html#getName--">getName</a>, <a href="../../../../com/cognos/CAM_AAA/authentication/SingleSelectDisplayObject.html#getOptions--">getOptions</a>, <a href="../../../../com/cognos/CAM_AAA/authentication/SingleSelectDisplayObject.html#getValue--">getValue</a></code></li>
  161. </ul>
  162. <ul class="blockList">
  163. <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
  164. <!-- -->
  165. </a>
  166. <h3>Methods inherited from class&nbsp;java.lang.Object</h3>
  167. <code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
  168. </ul>
  169. <ul class="blockList">
  170. <li class="blockList"><a name="methods.inherited.from.class.com.cognos.CAM_AAA.authentication.ISingleSelectDisplayObject">
  171. <!-- -->
  172. </a>
  173. <h3>Methods inherited from interface&nbsp;com.cognos.CAM_AAA.authentication.<a href="../../../../com/cognos/CAM_AAA/authentication/ISingleSelectDisplayObject.html" title="interface in com.cognos.CAM_AAA.authentication">ISingleSelectDisplayObject</a></h3>
  174. <code><a href="../../../../com/cognos/CAM_AAA/authentication/ISingleSelectDisplayObject.html#getOptions--">getOptions</a></code></li>
  175. </ul>
  176. <ul class="blockList">
  177. <li class="blockList"><a name="methods.inherited.from.class.com.cognos.CAM_AAA.authentication.ITextDisplayObject">
  178. <!-- -->
  179. </a>
  180. <h3>Methods inherited from interface&nbsp;com.cognos.CAM_AAA.authentication.<a href="../../../../com/cognos/CAM_AAA/authentication/ITextDisplayObject.html" title="interface in com.cognos.CAM_AAA.authentication">ITextDisplayObject</a></h3>
  181. <code><a href="../../../../com/cognos/CAM_AAA/authentication/ITextDisplayObject.html#getCaption--">getCaption</a></code></li>
  182. </ul>
  183. <ul class="blockList">
  184. <li class="blockList"><a name="methods.inherited.from.class.com.cognos.CAM_AAA.authentication.IDisplayObject">
  185. <!-- -->
  186. </a>
  187. <h3>Methods inherited from interface&nbsp;com.cognos.CAM_AAA.authentication.<a href="../../../../com/cognos/CAM_AAA/authentication/IDisplayObject.html" title="interface in com.cognos.CAM_AAA.authentication">IDisplayObject</a></h3>
  188. <code><a href="../../../../com/cognos/CAM_AAA/authentication/IDisplayObject.html#getName--">getName</a>, <a href="../../../../com/cognos/CAM_AAA/authentication/IDisplayObject.html#getValue--">getValue</a></code></li>
  189. </ul>
  190. </li>
  191. </ul>
  192. </li>
  193. </ul>
  194. </div>
  195. <div class="details">
  196. <ul class="blockList">
  197. <li class="blockList">
  198. <!-- ========= CONSTRUCTOR DETAIL ======== -->
  199. <ul class="blockList">
  200. <li class="blockList"><a name="constructor.detail">
  201. <!-- -->
  202. </a>
  203. <h3>Constructor Detail</h3>
  204. <a name="MultiSelectDisplayObject-java.lang.String-java.lang.String-">
  205. <!-- -->
  206. </a>
  207. <ul class="blockListLast">
  208. <li class="blockList">
  209. <h4>MultiSelectDisplayObject</h4>
  210. <pre>public&nbsp;MultiSelectDisplayObject(java.lang.String&nbsp;theCaption,
  211. java.lang.String&nbsp;theName)</pre>
  212. <div class="block">Creates a multi-select display object.</div>
  213. <dl>
  214. <dt><span class="paramLabel">Parameters:</span></dt>
  215. <dd><code>theCaption</code> - The label for the multi-select display object.</dd>
  216. <dd><code>theName</code> - The name of the multi-select display object.</dd>
  217. </dl>
  218. </li>
  219. </ul>
  220. </li>
  221. </ul>
  222. </li>
  223. </ul>
  224. </div>
  225. </div>
  226. <!-- ========= END OF CLASS DATA ========= -->
  227. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  228. <div role="navigation" title ="Bottom_NAVIGATION" aria-label ="Bottom Navigation Bar"/>
  229. <div class="bottomNav"><a name="navbar.bottom">
  230. <!-- -->
  231. </a>
  232. <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
  233. <a name="navbar.bottom.firstrow">
  234. <!-- -->
  235. </a>
  236. <ul class="navList" title="Navigation">
  237. <li><a href="../../../../com/cognos/CAM_AAA/authentication/package-summary.html">Package</a></li>
  238. <li class="navBarCell1Rev">Class</li>
  239. <li><a href="package-tree.html">Tree</a></li>
  240. <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
  241. <li><a href="../../../../index-all.html">Index</a></li>
  242. <li><a href="../../../../help-doc.html">Help</a></li>
  243. </ul>
  244. </div>
  245. <div class="subNav">
  246. <ul class="navList">
  247. <li><a href="../../../../com/cognos/CAM_AAA/authentication/IVisa.html" title="interface in com.cognos.CAM_AAA.authentication"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
  248. <li><a href="../../../../com/cognos/CAM_AAA/authentication/QueryResult.html" title="class in com.cognos.CAM_AAA.authentication"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
  249. </ul>
  250. <ul class="navList">
  251. <li><a href="../../../../index.html?com/cognos/CAM_AAA/authentication/MultiSelectDisplayObject.html" target="_top">Frames</a></li>
  252. <li><a href="MultiSelectDisplayObject.html" target="_top">No&nbsp;Frames</a></li>
  253. </ul>
  254. <ul class="navList" id="allclasses_navbar_bottom">
  255. <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
  256. </ul>
  257. <div>
  258. <script type="text/javascript"><!--
  259. allClassesLink = document.getElementById("allclasses_navbar_bottom");
  260. if(window==top) {
  261. allClassesLink.style.display = "block";
  262. }
  263. else {
  264. allClassesLink.style.display = "none";
  265. }
  266. //-->
  267. </script>
  268. </div>
  269. <div>
  270. <ul class="subNavList">
  271. <li>Summary:&nbsp;</li>
  272. <li>Nested&nbsp;|&nbsp;</li>
  273. <li>Field&nbsp;|&nbsp;</li>
  274. <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
  275. <li><a href="#methods.inherited.from.class.com.cognos.CAM_AAA.authentication.SingleSelectDisplayObject">Method</a></li>
  276. </ul>
  277. <ul class="subNavList">
  278. <li>Detail:&nbsp;</li>
  279. <li>Field&nbsp;|&nbsp;</li>
  280. <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
  281. <li>Method</li>
  282. </ul>
  283. </div>
  284. <a name="skip.navbar.bottom">
  285. <!-- -->
  286. </a></div>
  287. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  288. </body>
  289. </html>