ISelectOption.html 9.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274
  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>ISelectOption</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="ISelectOption";
  16. }
  17. }
  18. catch(err) {
  19. }
  20. //-->
  21. var methods = {"i0":6,"i1":6,"i2":6};
  22. var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"]};
  23. var altColor = "altColor";
  24. var rowColor = "rowColor";
  25. var tableTab = "tableTab";
  26. var activeTableTab = "activeTableTab";
  27. </script>
  28. <noscript>
  29. <div>JavaScript is disabled on your browser.</div>
  30. </noscript>
  31. <!-- ========= START OF TOP NAVBAR ======= -->
  32. <div role="navigation" title ="TOP_Navigation" aria-label ="Top Navigation Bar"/>
  33. <div class="topNav"><a name="navbar.top">
  34. <!-- -->
  35. </a>
  36. <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
  37. <a name="navbar.top.firstrow">
  38. <!-- -->
  39. </a>
  40. <ul class="navList" title="Navigation">
  41. <li><a href="../../../../com/cognos/CAM_AAA/authentication/package-summary.html">Package</a></li>
  42. <li class="navBarCell1Rev">Class</li>
  43. <li><a href="package-tree.html">Tree</a></li>
  44. <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
  45. <li><a href="../../../../index-all.html">Index</a></li>
  46. <li><a href="../../../../help-doc.html">Help</a></li>
  47. </ul>
  48. </div>
  49. <div class="subNav">
  50. <ul class="navList">
  51. <li><a href="../../../../com/cognos/CAM_AAA/authentication/ISearchStep.SearchAxis.html" title="class in com.cognos.CAM_AAA.authentication"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
  52. <li><a href="../../../../com/cognos/CAM_AAA/authentication/ISingleSelectDisplayObject.html" title="interface in com.cognos.CAM_AAA.authentication"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
  53. </ul>
  54. <ul class="navList">
  55. <li><a href="../../../../index.html?com/cognos/CAM_AAA/authentication/ISelectOption.html" target="_top">Frames</a></li>
  56. <li><a href="ISelectOption.html" target="_top">No&nbsp;Frames</a></li>
  57. </ul>
  58. <ul class="navList" id="allclasses_navbar_top">
  59. <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
  60. </ul>
  61. <div>
  62. <script type="text/javascript"><!--
  63. allClassesLink = document.getElementById("allclasses_navbar_top");
  64. if(window==top) {
  65. allClassesLink.style.display = "block";
  66. }
  67. else {
  68. allClassesLink.style.display = "none";
  69. }
  70. //-->
  71. </script>
  72. </div>
  73. <div>
  74. <ul class="subNavList">
  75. <li>Summary:&nbsp;</li>
  76. <li>Nested&nbsp;|&nbsp;</li>
  77. <li>Field&nbsp;|&nbsp;</li>
  78. <li>Constr&nbsp;|&nbsp;</li>
  79. <li><a href="#method.summary">Method</a></li>
  80. </ul>
  81. <ul class="subNavList">
  82. <li>Detail:&nbsp;</li>
  83. <li>Field&nbsp;|&nbsp;</li>
  84. <li>Constr&nbsp;|&nbsp;</li>
  85. <li><a href="#method.detail">Method</a></li>
  86. </ul>
  87. </div>
  88. <a name="skip.navbar.top">
  89. <!-- -->
  90. </a></div>
  91. <!-- ========= END OF TOP NAVBAR ========= -->
  92. <!-- ======== START OF CLASS DATA ======== -->
  93. <div role="main" title ="ISelectOption" aria-labelledby ="Header1"/>
  94. <div class="header">
  95. <div class="subTitle">com.cognos.CAM_AAA.authentication</div>
  96. <h2 title="Interface ISelectOption" class="title" id="Header1">Interface ISelectOption</h2>
  97. </div>
  98. <div class="contentContainer">
  99. <div class="description">
  100. <ul class="blockList">
  101. <li class="blockList">
  102. <dl>
  103. <dt>All Known Implementing Classes:</dt>
  104. <dd><a href="../../../../com/cognos/CAM_AAA/authentication/SelectOption.html" title="class in com.cognos.CAM_AAA.authentication">SelectOption</a></dd>
  105. </dl>
  106. <hr>
  107. <br>
  108. <pre>public interface <span class="typeNameLabel">ISelectOption</span></pre>
  109. <div class="block">Defines the interface to use for implementing a
  110. selectable option for a single-select or multi-select display
  111. object.</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. <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
  125. <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
  126. <tr>
  127. <th class="colFirst" scope="col">Modifier and Type</th>
  128. <th class="colLast" scope="col">Method and Description</th>
  129. </tr>
  130. <tr id="i0" class="altColor">
  131. <td class="colFirst"><code>java.lang.String</code></td>
  132. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cognos/CAM_AAA/authentication/ISelectOption.html#getID--">getID</a></span>()</code>
  133. <div class="block">Returns the identifier for this option.</div>
  134. </td>
  135. </tr>
  136. <tr id="i1" class="rowColor">
  137. <td class="colFirst"><code>java.lang.String</code></td>
  138. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cognos/CAM_AAA/authentication/ISelectOption.html#getValue--">getValue</a></span>()</code>
  139. <div class="block">Returns the value for this option.</div>
  140. </td>
  141. </tr>
  142. <tr id="i2" class="altColor">
  143. <td class="colFirst"><code>boolean</code></td>
  144. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/cognos/CAM_AAA/authentication/ISelectOption.html#isSelectedByDefault--">isSelectedByDefault</a></span>()</code>
  145. <div class="block">Returns a flag indicating whether this option is selected by default.</div>
  146. </td>
  147. </tr>
  148. </table>
  149. </li>
  150. </ul>
  151. </li>
  152. </ul>
  153. </div>
  154. <div class="details">
  155. <ul class="blockList">
  156. <li class="blockList">
  157. <!-- ============ METHOD DETAIL ========== -->
  158. <ul class="blockList">
  159. <li class="blockList"><a name="method.detail">
  160. <!-- -->
  161. </a>
  162. <h3>Method Detail</h3>
  163. <a name="getID--">
  164. <!-- -->
  165. </a>
  166. <ul class="blockList">
  167. <li class="blockList">
  168. <h4>getID</h4>
  169. <pre>java.lang.String&nbsp;getID()</pre>
  170. <div class="block">Returns the identifier for this option.</div>
  171. <dl>
  172. <dt><span class="returnLabel">Returns:</span></dt>
  173. <dd>The identifier for this option.</dd>
  174. </dl>
  175. </li>
  176. </ul>
  177. <a name="getValue--">
  178. <!-- -->
  179. </a>
  180. <ul class="blockList">
  181. <li class="blockList">
  182. <h4>getValue</h4>
  183. <pre>java.lang.String&nbsp;getValue()</pre>
  184. <div class="block">Returns the value for this option.</div>
  185. <dl>
  186. <dt><span class="returnLabel">Returns:</span></dt>
  187. <dd>The value for this option.</dd>
  188. </dl>
  189. </li>
  190. </ul>
  191. <a name="isSelectedByDefault--">
  192. <!-- -->
  193. </a>
  194. <ul class="blockListLast">
  195. <li class="blockList">
  196. <h4>isSelectedByDefault</h4>
  197. <pre>boolean&nbsp;isSelectedByDefault()</pre>
  198. <div class="block">Returns a flag indicating whether this option is selected by default.</div>
  199. <dl>
  200. <dt><span class="returnLabel">Returns:</span></dt>
  201. <dd>A flag indicating whether this option is selected by default.</dd>
  202. </dl>
  203. </li>
  204. </ul>
  205. </li>
  206. </ul>
  207. </li>
  208. </ul>
  209. </div>
  210. </div>
  211. <!-- ========= END OF CLASS DATA ========= -->
  212. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  213. <div role="navigation" title ="Bottom_NAVIGATION" aria-label ="Bottom Navigation Bar"/>
  214. <div class="bottomNav"><a name="navbar.bottom">
  215. <!-- -->
  216. </a>
  217. <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
  218. <a name="navbar.bottom.firstrow">
  219. <!-- -->
  220. </a>
  221. <ul class="navList" title="Navigation">
  222. <li><a href="../../../../com/cognos/CAM_AAA/authentication/package-summary.html">Package</a></li>
  223. <li class="navBarCell1Rev">Class</li>
  224. <li><a href="package-tree.html">Tree</a></li>
  225. <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
  226. <li><a href="../../../../index-all.html">Index</a></li>
  227. <li><a href="../../../../help-doc.html">Help</a></li>
  228. </ul>
  229. </div>
  230. <div class="subNav">
  231. <ul class="navList">
  232. <li><a href="../../../../com/cognos/CAM_AAA/authentication/ISearchStep.SearchAxis.html" title="class in com.cognos.CAM_AAA.authentication"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
  233. <li><a href="../../../../com/cognos/CAM_AAA/authentication/ISingleSelectDisplayObject.html" title="interface in com.cognos.CAM_AAA.authentication"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
  234. </ul>
  235. <ul class="navList">
  236. <li><a href="../../../../index.html?com/cognos/CAM_AAA/authentication/ISelectOption.html" target="_top">Frames</a></li>
  237. <li><a href="ISelectOption.html" target="_top">No&nbsp;Frames</a></li>
  238. </ul>
  239. <ul class="navList" id="allclasses_navbar_bottom">
  240. <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
  241. </ul>
  242. <div>
  243. <script type="text/javascript"><!--
  244. allClassesLink = document.getElementById("allclasses_navbar_bottom");
  245. if(window==top) {
  246. allClassesLink.style.display = "block";
  247. }
  248. else {
  249. allClassesLink.style.display = "none";
  250. }
  251. //-->
  252. </script>
  253. </div>
  254. <div>
  255. <ul class="subNavList">
  256. <li>Summary:&nbsp;</li>
  257. <li>Nested&nbsp;|&nbsp;</li>
  258. <li>Field&nbsp;|&nbsp;</li>
  259. <li>Constr&nbsp;|&nbsp;</li>
  260. <li><a href="#method.summary">Method</a></li>
  261. </ul>
  262. <ul class="subNavList">
  263. <li>Detail:&nbsp;</li>
  264. <li>Field&nbsp;|&nbsp;</li>
  265. <li>Constr&nbsp;|&nbsp;</li>
  266. <li><a href="#method.detail">Method</a></li>
  267. </ul>
  268. </div>
  269. <a name="skip.navbar.bottom">
  270. <!-- -->
  271. </a></div>
  272. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  273. </body>
  274. </html>