IMultiSelectDisplayObject.html 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214
  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:48:59 EDT 2022 -->
  6. <title>IMultiSelectDisplayObject</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="IMultiSelectDisplayObject";
  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/IHiddenDisplayObject.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/INamespace.html" title="interface 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/IMultiSelectDisplayObject.html" target="_top">Frames</a></li>
  50. <li><a href="IMultiSelectDisplayObject.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>Constr&nbsp;|&nbsp;</li>
  73. <li>Method</li>
  74. </ul>
  75. <ul class="subNavList">
  76. <li>Detail:&nbsp;</li>
  77. <li>Field&nbsp;|&nbsp;</li>
  78. <li>Constr&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 ="IMultiSelectDisplayObject" aria-labelledby ="Header1"/>
  88. <div class="header">
  89. <div class="subTitle">com.cognos.CAM_AAA.authentication</div>
  90. <h2 title="Interface IMultiSelectDisplayObject" class="title" id="Header1">Interface IMultiSelectDisplayObject</h2>
  91. </div>
  92. <div class="contentContainer">
  93. <div class="description">
  94. <ul class="blockList">
  95. <li class="blockList">
  96. <dl>
  97. <dt>All Superinterfaces:</dt>
  98. <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/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>
  99. </dl>
  100. <dl>
  101. <dt>All Known Implementing Classes:</dt>
  102. <dd><a href="../../../../com/cognos/CAM_AAA/authentication/MultiSelectDisplayObject.html" title="class in com.cognos.CAM_AAA.authentication">MultiSelectDisplayObject</a></dd>
  103. </dl>
  104. <hr>
  105. <br>
  106. <pre>public interface <span class="typeNameLabel">IMultiSelectDisplayObject</span>
  107. extends <a href="../../../../com/cognos/CAM_AAA/authentication/ISingleSelectDisplayObject.html" title="interface in com.cognos.CAM_AAA.authentication">ISingleSelectDisplayObject</a></pre>
  108. <div class="block">Defines the interface to use for implementing a multiple selection display
  109. object. A multiple selection display object, which is used in a form when
  110. prompting the user, contains a selection list that allows more than one
  111. item to be selected.</div>
  112. </li>
  113. </ul>
  114. </div>
  115. <div class="summary">
  116. <ul class="blockList">
  117. <li class="blockList">
  118. <!-- ========== METHOD SUMMARY =========== -->
  119. <ul class="blockList">
  120. <li class="blockList"><a name="method.summary">
  121. <!-- -->
  122. </a>
  123. <h3>Method Summary</h3>
  124. <ul class="blockList">
  125. <li class="blockList"><a name="methods.inherited.from.class.com.cognos.CAM_AAA.authentication.ISingleSelectDisplayObject">
  126. <!-- -->
  127. </a>
  128. <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>
  129. <code><a href="../../../../com/cognos/CAM_AAA/authentication/ISingleSelectDisplayObject.html#getOptions--">getOptions</a></code></li>
  130. </ul>
  131. <ul class="blockList">
  132. <li class="blockList"><a name="methods.inherited.from.class.com.cognos.CAM_AAA.authentication.ITextDisplayObject">
  133. <!-- -->
  134. </a>
  135. <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>
  136. <code><a href="../../../../com/cognos/CAM_AAA/authentication/ITextDisplayObject.html#getCaption--">getCaption</a></code></li>
  137. </ul>
  138. <ul class="blockList">
  139. <li class="blockList"><a name="methods.inherited.from.class.com.cognos.CAM_AAA.authentication.IDisplayObject">
  140. <!-- -->
  141. </a>
  142. <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>
  143. <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>
  144. </ul>
  145. </li>
  146. </ul>
  147. </li>
  148. </ul>
  149. </div>
  150. </div>
  151. <!-- ========= END OF CLASS DATA ========= -->
  152. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  153. <div role="navigation" title ="Bottom_NAVIGATION" aria-label ="Bottom Navigation Bar"/>
  154. <div class="bottomNav"><a name="navbar.bottom">
  155. <!-- -->
  156. </a>
  157. <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
  158. <a name="navbar.bottom.firstrow">
  159. <!-- -->
  160. </a>
  161. <ul class="navList" title="Navigation">
  162. <li><a href="../../../../com/cognos/CAM_AAA/authentication/package-summary.html">Package</a></li>
  163. <li class="navBarCell1Rev">Class</li>
  164. <li><a href="package-tree.html">Tree</a></li>
  165. <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
  166. <li><a href="../../../../index-all.html">Index</a></li>
  167. <li><a href="../../../../help-doc.html">Help</a></li>
  168. </ul>
  169. </div>
  170. <div class="subNav">
  171. <ul class="navList">
  172. <li><a href="../../../../com/cognos/CAM_AAA/authentication/IHiddenDisplayObject.html" title="interface in com.cognos.CAM_AAA.authentication"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
  173. <li><a href="../../../../com/cognos/CAM_AAA/authentication/INamespace.html" title="interface in com.cognos.CAM_AAA.authentication"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
  174. </ul>
  175. <ul class="navList">
  176. <li><a href="../../../../index.html?com/cognos/CAM_AAA/authentication/IMultiSelectDisplayObject.html" target="_top">Frames</a></li>
  177. <li><a href="IMultiSelectDisplayObject.html" target="_top">No&nbsp;Frames</a></li>
  178. </ul>
  179. <ul class="navList" id="allclasses_navbar_bottom">
  180. <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
  181. </ul>
  182. <div>
  183. <script type="text/javascript"><!--
  184. allClassesLink = document.getElementById("allclasses_navbar_bottom");
  185. if(window==top) {
  186. allClassesLink.style.display = "block";
  187. }
  188. else {
  189. allClassesLink.style.display = "none";
  190. }
  191. //-->
  192. </script>
  193. </div>
  194. <div>
  195. <ul class="subNavList">
  196. <li>Summary:&nbsp;</li>
  197. <li>Nested&nbsp;|&nbsp;</li>
  198. <li>Field&nbsp;|&nbsp;</li>
  199. <li>Constr&nbsp;|&nbsp;</li>
  200. <li>Method</li>
  201. </ul>
  202. <ul class="subNavList">
  203. <li>Detail:&nbsp;</li>
  204. <li>Field&nbsp;|&nbsp;</li>
  205. <li>Constr&nbsp;|&nbsp;</li>
  206. <li>Method</li>
  207. </ul>
  208. </div>
  209. <a name="skip.navbar.bottom">
  210. <!-- -->
  211. </a></div>
  212. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  213. </body>
  214. </html>