HFCommentEditView.html 44 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <!-- NewPage -->
  3. <html lang="ko">
  4. <head>
  5. <!-- Generated by javadoc (1.8.0_152-release) on Mon Jul 30 13:24:51 KST 2018 -->
  6. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  7. <title>HFCommentEditView</title>
  8. <meta name="date" content="2018-07-30">
  9. <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
  10. <script type="text/javascript" src="../../../../../script.js"></script>
  11. </head>
  12. <body>
  13. <script type="text/javascript"><!--
  14. try {
  15. if (location.href.indexOf('is-external=true') == -1) {
  16. parent.document.title="HFCommentEditView";
  17. }
  18. }
  19. catch(err) {
  20. }
  21. //-->
  22. var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10};
  23. var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
  24. var altColor = "altColor";
  25. var rowColor = "rowColor";
  26. var tableTab = "tableTab";
  27. var activeTableTab = "activeTableTab";
  28. </script>
  29. <noscript>
  30. <div>JavaScript is disabled on your browser.</div>
  31. </noscript>
  32. <!-- ========= START OF TOP NAVBAR ======= -->
  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="../../../../../overview-summary.html">Overview</a></li>
  42. <li><a href="package-summary.html">Package</a></li>
  43. <li class="navBarCell1Rev">Class</li>
  44. <li><a href="class-use/HFCommentEditView.html">Use</a></li>
  45. <li><a href="package-tree.html">Tree</a></li>
  46. <li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
  47. <li><a href="../../../../../index-files/index-1.html">Index</a></li>
  48. <li><a href="../../../../../help-doc.html">Help</a></li>
  49. </ul>
  50. </div>
  51. <div class="subNav">
  52. <ul class="navList">
  53. <li><a href="../../../../../kr/co/hanwha/hifive/view/HFCampaignContainerView.OnCampaignContainerListener.html" title="interface in kr.co.hanwha.hifive.view"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
  54. <li><a href="../../../../../kr/co/hanwha/hifive/view/HFCommentEditView.OnCommentEditListener.html" title="interface in kr.co.hanwha.hifive.view"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
  55. </ul>
  56. <ul class="navList">
  57. <li><a href="../../../../../index.html?kr/co/hanwha/hifive/view/HFCommentEditView.html" target="_top">Frames</a></li>
  58. <li><a href="HFCommentEditView.html" target="_top">No&nbsp;Frames</a></li>
  59. </ul>
  60. <ul class="navList" id="allclasses_navbar_top">
  61. <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
  62. </ul>
  63. <div>
  64. <script type="text/javascript"><!--
  65. allClassesLink = document.getElementById("allclasses_navbar_top");
  66. if(window==top) {
  67. allClassesLink.style.display = "block";
  68. }
  69. else {
  70. allClassesLink.style.display = "none";
  71. }
  72. //-->
  73. </script>
  74. </div>
  75. <div>
  76. <ul class="subNavList">
  77. <li>Summary:&nbsp;</li>
  78. <li><a href="#nested.class.summary">Nested</a>&nbsp;|&nbsp;</li>
  79. <li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
  80. <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
  81. <li><a href="#method.summary">Method</a></li>
  82. </ul>
  83. <ul class="subNavList">
  84. <li>Detail:&nbsp;</li>
  85. <li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
  86. <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
  87. <li><a href="#method.detail">Method</a></li>
  88. </ul>
  89. </div>
  90. <a name="skip.navbar.top">
  91. <!-- -->
  92. </a></div>
  93. <!-- ========= END OF TOP NAVBAR ========= -->
  94. <!-- ======== START OF CLASS DATA ======== -->
  95. <div class="header">
  96. <div class="subTitle">kr.co.hanwha.hifive.view</div>
  97. <h2 title="Class HFCommentEditView" class="title">Class HFCommentEditView</h2>
  98. </div>
  99. <div class="contentContainer">
  100. <ul class="inheritance">
  101. <li>java.lang.Object</li>
  102. <li>
  103. <ul class="inheritance">
  104. <li>android.view.View</li>
  105. <li>
  106. <ul class="inheritance">
  107. <li>android.view.ViewGroup</li>
  108. <li>
  109. <ul class="inheritance">
  110. <li>android.widget.LinearLayout</li>
  111. <li>
  112. <ul class="inheritance">
  113. <li>kr.co.hanwha.hifive.view.HFCommentEditView</li>
  114. </ul>
  115. </li>
  116. </ul>
  117. </li>
  118. </ul>
  119. </li>
  120. </ul>
  121. </li>
  122. </ul>
  123. <div class="description">
  124. <ul class="blockList">
  125. <li class="blockList">
  126. <dl>
  127. <dt>All Implemented Interfaces:</dt>
  128. <dd>android.graphics.drawable.Drawable.Callback, android.view.accessibility.AccessibilityEventSource, android.view.KeyEvent.Callback, android.view.ViewManager, android.view.ViewParent</dd>
  129. </dl>
  130. <hr>
  131. <br>
  132. <pre>public class <span class="typeNameLabel">HFCommentEditView</span>
  133. extends android.widget.LinearLayout</pre>
  134. <div class="block">Created by sanghoonkwon on 2018. 1. 22..</div>
  135. </li>
  136. </ul>
  137. </div>
  138. <div class="summary">
  139. <ul class="blockList">
  140. <li class="blockList">
  141. <!-- ======== NESTED CLASS SUMMARY ======== -->
  142. <ul class="blockList">
  143. <li class="blockList"><a name="nested.class.summary">
  144. <!-- -->
  145. </a>
  146. <h3>Nested Class Summary</h3>
  147. <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation">
  148. <caption><span>Nested Classes</span><span class="tabEnd">&nbsp;</span></caption>
  149. <tr>
  150. <th class="colFirst" scope="col">Modifier and Type</th>
  151. <th class="colLast" scope="col">Class and Description</th>
  152. </tr>
  153. <tr class="altColor">
  154. <td class="colFirst"><code>static interface&nbsp;</code></td>
  155. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../kr/co/hanwha/hifive/view/HFCommentEditView.OnCommentEditListener.html" title="interface in kr.co.hanwha.hifive.view">HFCommentEditView.OnCommentEditListener</a></span></code>
  156. <div class="block">OnCommentEditListener</div>
  157. </td>
  158. </tr>
  159. </table>
  160. <ul class="blockList">
  161. <li class="blockList"><a name="nested.classes.inherited.from.class.android.widget.LinearLayout">
  162. <!-- -->
  163. </a>
  164. <h3>Nested classes/interfaces inherited from class&nbsp;android.widget.LinearLayout</h3>
  165. <code>android.widget.LinearLayout.LayoutParams</code></li>
  166. </ul>
  167. <ul class="blockList">
  168. <li class="blockList"><a name="nested.classes.inherited.from.class.android.view.ViewGroup">
  169. <!-- -->
  170. </a>
  171. <h3>Nested classes/interfaces inherited from class&nbsp;android.view.ViewGroup</h3>
  172. <code>android.view.ViewGroup.MarginLayoutParams, android.view.ViewGroup.OnHierarchyChangeListener</code></li>
  173. </ul>
  174. <ul class="blockList">
  175. <li class="blockList"><a name="nested.classes.inherited.from.class.android.view.View">
  176. <!-- -->
  177. </a>
  178. <h3>Nested classes/interfaces inherited from class&nbsp;android.view.View</h3>
  179. <code>android.view.View.AccessibilityDelegate, android.view.View.BaseSavedState, android.view.View.DragShadowBuilder, android.view.View.MeasureSpec, android.view.View.OnApplyWindowInsetsListener, android.view.View.OnAttachStateChangeListener, android.view.View.OnCapturedPointerListener, android.view.View.OnClickListener, android.view.View.OnContextClickListener, android.view.View.OnCreateContextMenuListener, android.view.View.OnDragListener, android.view.View.OnFocusChangeListener, android.view.View.OnGenericMotionListener, android.view.View.OnHoverListener, android.view.View.OnKeyListener, android.view.View.OnLayoutChangeListener, android.view.View.OnLongClickListener, android.view.View.OnScrollChangeListener, android.view.View.OnSystemUiVisibilityChangeListener, android.view.View.OnTouchListener</code></li>
  180. </ul>
  181. </li>
  182. </ul>
  183. <!-- =========== FIELD SUMMARY =========== -->
  184. <ul class="blockList">
  185. <li class="blockList"><a name="field.summary">
  186. <!-- -->
  187. </a>
  188. <h3>Field Summary</h3>
  189. <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
  190. <caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
  191. <tr>
  192. <th class="colFirst" scope="col">Modifier and Type</th>
  193. <th class="colLast" scope="col">Field and Description</th>
  194. </tr>
  195. <tr class="altColor">
  196. <td class="colFirst"><code>private android.widget.EditText</code></td>
  197. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../kr/co/hanwha/hifive/view/HFCommentEditView.html#mEditText">mEditText</a></span></code>&nbsp;</td>
  198. </tr>
  199. <tr class="rowColor">
  200. <td class="colFirst"><code>private int</code></td>
  201. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../kr/co/hanwha/hifive/view/HFCommentEditView.html#mHeight">mHeight</a></span></code>&nbsp;</td>
  202. </tr>
  203. <tr class="altColor">
  204. <td class="colFirst"><code>private java.lang.String</code></td>
  205. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../kr/co/hanwha/hifive/view/HFCommentEditView.html#mLastText">mLastText</a></span></code>&nbsp;</td>
  206. </tr>
  207. <tr class="rowColor">
  208. <td class="colFirst"><code>private java.util.ArrayList&lt;java.lang.String&gt;</code></td>
  209. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../kr/co/hanwha/hifive/view/HFCommentEditView.html#mListTags">mListTags</a></span></code>&nbsp;</td>
  210. </tr>
  211. <tr class="altColor">
  212. <td class="colFirst"><code>private android.widget.TextView</code></td>
  213. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../kr/co/hanwha/hifive/view/HFCommentEditView.html#mTextViewAddComment">mTextViewAddComment</a></span></code>&nbsp;</td>
  214. </tr>
  215. <tr class="rowColor">
  216. <td class="colFirst"><code>(package private) android.view.View.OnClickListener</code></td>
  217. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../kr/co/hanwha/hifive/view/HFCommentEditView.html#onClickListener">onClickListener</a></span></code>
  218. <div class="block">OnClickListener</div>
  219. </td>
  220. </tr>
  221. <tr class="altColor">
  222. <td class="colFirst"><code>private <a href="../../../../../kr/co/hanwha/hifive/view/HFCommentEditView.OnCommentEditListener.html" title="interface in kr.co.hanwha.hifive.view">HFCommentEditView.OnCommentEditListener</a></code></td>
  223. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../kr/co/hanwha/hifive/view/HFCommentEditView.html#onCommentEditListener">onCommentEditListener</a></span></code>&nbsp;</td>
  224. </tr>
  225. <tr class="rowColor">
  226. <td class="colFirst"><code>(package private) android.view.View.OnFocusChangeListener</code></td>
  227. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../kr/co/hanwha/hifive/view/HFCommentEditView.html#onFocusChangeListener">onFocusChangeListener</a></span></code>
  228. <div class="block">OnFocusChangeListener</div>
  229. </td>
  230. </tr>
  231. <tr class="altColor">
  232. <td class="colFirst"><code>(package private) android.text.TextWatcher</code></td>
  233. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../kr/co/hanwha/hifive/view/HFCommentEditView.html#textWatcher">textWatcher</a></span></code>
  234. <div class="block">EditText - TextWatcher</div>
  235. </td>
  236. </tr>
  237. </table>
  238. <ul class="blockList">
  239. <li class="blockList"><a name="fields.inherited.from.class.android.widget.LinearLayout">
  240. <!-- -->
  241. </a>
  242. <h3>Fields inherited from class&nbsp;android.widget.LinearLayout</h3>
  243. <code>HORIZONTAL, SHOW_DIVIDER_BEGINNING, SHOW_DIVIDER_END, SHOW_DIVIDER_MIDDLE, SHOW_DIVIDER_NONE, VERTICAL</code></li>
  244. </ul>
  245. <ul class="blockList">
  246. <li class="blockList"><a name="fields.inherited.from.class.android.view.ViewGroup">
  247. <!-- -->
  248. </a>
  249. <h3>Fields inherited from class&nbsp;android.view.ViewGroup</h3>
  250. <code>CLIP_TO_PADDING_MASK, FOCUS_AFTER_DESCENDANTS, FOCUS_BEFORE_DESCENDANTS, FOCUS_BLOCK_DESCENDANTS, LAYOUT_MODE_CLIP_BOUNDS, LAYOUT_MODE_OPTICAL_BOUNDS, PERSISTENT_ALL_CACHES, PERSISTENT_ANIMATION_CACHE, PERSISTENT_NO_CACHE, PERSISTENT_SCROLLING_CACHE</code></li>
  251. </ul>
  252. <ul class="blockList">
  253. <li class="blockList"><a name="fields.inherited.from.class.android.view.View">
  254. <!-- -->
  255. </a>
  256. <h3>Fields inherited from class&nbsp;android.view.View</h3>
  257. <code>ACCESSIBILITY_LIVE_REGION_ASSERTIVE, ACCESSIBILITY_LIVE_REGION_NONE, ACCESSIBILITY_LIVE_REGION_POLITE, ALPHA, AUTOFILL_FLAG_INCLUDE_NOT_IMPORTANT_VIEWS, AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DATE, AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DAY, AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_MONTH, AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_YEAR, AUTOFILL_HINT_CREDIT_CARD_NUMBER, AUTOFILL_HINT_CREDIT_CARD_SECURITY_CODE, AUTOFILL_HINT_EMAIL_ADDRESS, AUTOFILL_HINT_NAME, AUTOFILL_HINT_PASSWORD, AUTOFILL_HINT_PHONE, AUTOFILL_HINT_POSTAL_ADDRESS, AUTOFILL_HINT_POSTAL_CODE, AUTOFILL_HINT_USERNAME, AUTOFILL_TYPE_DATE, AUTOFILL_TYPE_LIST, AUTOFILL_TYPE_NONE, AUTOFILL_TYPE_TEXT, AUTOFILL_TYPE_TOGGLE, DRAG_FLAG_GLOBAL, DRAG_FLAG_GLOBAL_PERSISTABLE_URI_PERMISSION, DRAG_FLAG_GLOBAL_PREFIX_URI_PERMISSION, DRAG_FLAG_GLOBAL_URI_READ, DRAG_FLAG_GLOBAL_URI_WRITE, DRAG_FLAG_OPAQUE, DRAWING_CACHE_QUALITY_AUTO, DRAWING_CACHE_QUALITY_HIGH, DRAWING_CACHE_QUALITY_LOW, EMPTY_STATE_SET, ENABLED_FOCUSED_SELECTED_STATE_SET, ENABLED_FOCUSED_SELECTED_WINDOW_FOCUSED_STATE_SET, ENABLED_FOCUSED_STATE_SET, ENABLED_FOCUSED_WINDOW_FOCUSED_STATE_SET, ENABLED_SELECTED_STATE_SET, ENABLED_SELECTED_WINDOW_FOCUSED_STATE_SET, ENABLED_STATE_SET, ENABLED_WINDOW_FOCUSED_STATE_SET, FIND_VIEWS_WITH_CONTENT_DESCRIPTION, FIND_VIEWS_WITH_TEXT, FOCUS_BACKWARD, FOCUS_DOWN, FOCUS_FORWARD, FOCUS_LEFT, FOCUS_RIGHT, FOCUS_UP, FOCUSABLE, FOCUSABLE_AUTO, FOCUSABLES_ALL, FOCUSABLES_TOUCH_MODE, FOCUSED_SELECTED_STATE_SET, FOCUSED_SELECTED_WINDOW_FOCUSED_STATE_SET, FOCUSED_STATE_SET, FOCUSED_WINDOW_FOCUSED_STATE_SET, GONE, HAPTIC_FEEDBACK_ENABLED, IMPORTANT_FOR_ACCESSIBILITY_AUTO, IMPORTANT_FOR_ACCESSIBILITY_NO, IMPORTANT_FOR_ACCESSIBILITY_NO_HIDE_DESCENDANTS, IMPORTANT_FOR_ACCESSIBILITY_YES, IMPORTANT_FOR_AUTOFILL_AUTO, IMPORTANT_FOR_AUTOFILL_NO, IMPORTANT_FOR_AUTOFILL_NO_EXCLUDE_DESCENDANTS, IMPORTANT_FOR_AUTOFILL_YES, IMPORTANT_FOR_AUTOFILL_YES_EXCLUDE_DESCENDANTS, INVISIBLE, KEEP_SCREEN_ON, LAYER_TYPE_HARDWARE, LAYER_TYPE_NONE, LAYER_TYPE_SOFTWARE, LAYOUT_DIRECTION_INHERIT, LAYOUT_DIRECTION_LOCALE, LAYOUT_DIRECTION_LTR, LAYOUT_DIRECTION_RTL, MEASURED_HEIGHT_STATE_SHIFT, MEASURED_SIZE_MASK, MEASURED_STATE_MASK, MEASURED_STATE_TOO_SMALL, NO_ID, NOT_FOCUSABLE, OVER_SCROLL_ALWAYS, OVER_SCROLL_IF_CONTENT_SCROLLS, OVER_SCROLL_NEVER, PRESSED_ENABLED_FOCUSED_SELECTED_STATE_SET, PRESSED_ENABLED_FOCUSED_SELECTED_WINDOW_FOCUSED_STATE_SET, PRESSED_ENABLED_FOCUSED_STATE_SET, PRESSED_ENABLED_FOCUSED_WINDOW_FOCUSED_STATE_SET, PRESSED_ENABLED_SELECTED_STATE_SET, PRESSED_ENABLED_SELECTED_WINDOW_FOCUSED_STATE_SET, PRESSED_ENABLED_STATE_SET, PRESSED_ENABLED_WINDOW_FOCUSED_STATE_SET, PRESSED_FOCUSED_SELECTED_STATE_SET, PRESSED_FOCUSED_SELECTED_WINDOW_FOCUSED_STATE_SET, PRESSED_FOCUSED_STATE_SET, PRESSED_FOCUSED_WINDOW_FOCUSED_STATE_SET, PRESSED_SELECTED_STATE_SET, PRESSED_SELECTED_WINDOW_FOCUSED_STATE_SET, PRESSED_STATE_SET, PRESSED_WINDOW_FOCUSED_STATE_SET, ROTATION, ROTATION_X, ROTATION_Y, SCALE_X, SCALE_Y, SCREEN_STATE_OFF, SCREEN_STATE_ON, SCROLL_AXIS_HORIZONTAL, SCROLL_AXIS_NONE, SCROLL_AXIS_VERTICAL, SCROLL_INDICATOR_BOTTOM, SCROLL_INDICATOR_END, SCROLL_INDICATOR_LEFT, SCROLL_INDICATOR_RIGHT, SCROLL_INDICATOR_START, SCROLL_INDICATOR_TOP, SCROLLBAR_POSITION_DEFAULT, SCROLLBAR_POSITION_LEFT, SCROLLBAR_POSITION_RIGHT, SCROLLBARS_INSIDE_INSET, SCROLLBARS_INSIDE_OVERLAY, SCROLLBARS_OUTSIDE_INSET, SCROLLBARS_OUTSIDE_OVERLAY, SELECTED_STATE_SET, SELECTED_WINDOW_FOCUSED_STATE_SET, SOUND_EFFECTS_ENABLED, STATUS_BAR_HIDDEN, STATUS_BAR_VISIBLE, SYSTEM_UI_FLAG_FULLSCREEN, SYSTEM_UI_FLAG_HIDE_NAVIGATION, SYSTEM_UI_FLAG_IMMERSIVE, SYSTEM_UI_FLAG_IMMERSIVE_STICKY, SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN, SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION, SYSTEM_UI_FLAG_LAYOUT_STABLE, SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR, SYSTEM_UI_FLAG_LIGHT_STATUS_BAR, SYSTEM_UI_FLAG_LOW_PROFILE, SYSTEM_UI_FLAG_VISIBLE, SYSTEM_UI_LAYOUT_FLAGS, TEXT_ALIGNMENT_CENTER, TEXT_ALIGNMENT_GRAVITY, TEXT_ALIGNMENT_INHERIT, TEXT_ALIGNMENT_TEXT_END, TEXT_ALIGNMENT_TEXT_START, TEXT_ALIGNMENT_VIEW_END, TEXT_ALIGNMENT_VIEW_START, TEXT_DIRECTION_ANY_RTL, TEXT_DIRECTION_FIRST_STRONG, TEXT_DIRECTION_FIRST_STRONG_LTR, TEXT_DIRECTION_FIRST_STRONG_RTL, TEXT_DIRECTION_INHERIT, TEXT_DIRECTION_LOCALE, TEXT_DIRECTION_LTR, TEXT_DIRECTION_RTL, TRANSLATION_X, TRANSLATION_Y, TRANSLATION_Z, VIEW_LOG_TAG, VISIBLE, WINDOW_FOCUSED_STATE_SET, X, Y, Z</code></li>
  258. </ul>
  259. </li>
  260. </ul>
  261. <!-- ======== CONSTRUCTOR SUMMARY ======== -->
  262. <ul class="blockList">
  263. <li class="blockList"><a name="constructor.summary">
  264. <!-- -->
  265. </a>
  266. <h3>Constructor Summary</h3>
  267. <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
  268. <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
  269. <tr>
  270. <th class="colOne" scope="col">Constructor and Description</th>
  271. </tr>
  272. <tr class="altColor">
  273. <td class="colOne"><code><span class="memberNameLink"><a href="../../../../../kr/co/hanwha/hifive/view/HFCommentEditView.html#HFCommentEditView-android.content.Context-">HFCommentEditView</a></span>(android.content.Context&nbsp;context)</code>&nbsp;</td>
  274. </tr>
  275. <tr class="rowColor">
  276. <td class="colOne"><code><span class="memberNameLink"><a href="../../../../../kr/co/hanwha/hifive/view/HFCommentEditView.html#HFCommentEditView-android.content.Context-android.util.AttributeSet-">HFCommentEditView</a></span>(android.content.Context&nbsp;context,
  277. android.util.AttributeSet&nbsp;attrs)</code>&nbsp;</td>
  278. </tr>
  279. <tr class="altColor">
  280. <td class="colOne"><code><span class="memberNameLink"><a href="../../../../../kr/co/hanwha/hifive/view/HFCommentEditView.html#HFCommentEditView-android.content.Context-android.util.AttributeSet-int-">HFCommentEditView</a></span>(android.content.Context&nbsp;context,
  281. android.util.AttributeSet&nbsp;attrs,
  282. int&nbsp;defStyleAttr)</code>&nbsp;</td>
  283. </tr>
  284. </table>
  285. </li>
  286. </ul>
  287. <!-- ========== METHOD SUMMARY =========== -->
  288. <ul class="blockList">
  289. <li class="blockList"><a name="method.summary">
  290. <!-- -->
  291. </a>
  292. <h3>Method Summary</h3>
  293. <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
  294. <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="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
  295. <tr>
  296. <th class="colFirst" scope="col">Modifier and Type</th>
  297. <th class="colLast" scope="col">Method and Description</th>
  298. </tr>
  299. <tr id="i0" class="altColor">
  300. <td class="colFirst"><code>void</code></td>
  301. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../kr/co/hanwha/hifive/view/HFCommentEditView.html#clearText--">clearText</a></span>()</code>&nbsp;</td>
  302. </tr>
  303. <tr id="i1" class="rowColor">
  304. <td class="colFirst"><code>java.util.ArrayList&lt;java.lang.String&gt;</code></td>
  305. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../kr/co/hanwha/hifive/view/HFCommentEditView.html#getListTags--">getListTags</a></span>()</code>
  306. <div class="block">태그 목록</div>
  307. </td>
  308. </tr>
  309. <tr id="i2" class="altColor">
  310. <td class="colFirst"><code>java.lang.String</code></td>
  311. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../kr/co/hanwha/hifive/view/HFCommentEditView.html#getText--">getText</a></span>()</code>&nbsp;</td>
  312. </tr>
  313. <tr id="i3" class="rowColor">
  314. <td class="colFirst"><code>private void</code></td>
  315. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../kr/co/hanwha/hifive/view/HFCommentEditView.html#initialize-android.content.Context-">initialize</a></span>(android.content.Context&nbsp;context)</code>&nbsp;</td>
  316. </tr>
  317. <tr id="i4" class="altColor">
  318. <td class="colFirst"><code>boolean</code></td>
  319. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../kr/co/hanwha/hifive/view/HFCommentEditView.html#isEmpty--">isEmpty</a></span>()</code>
  320. <div class="block">데이터 확인</div>
  321. </td>
  322. </tr>
  323. <tr id="i5" class="rowColor">
  324. <td class="colFirst"><code>boolean</code></td>
  325. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../kr/co/hanwha/hifive/view/HFCommentEditView.html#setFocus--">setFocus</a></span>()</code>&nbsp;</td>
  326. </tr>
  327. <tr id="i6" class="altColor">
  328. <td class="colFirst"><code>void</code></td>
  329. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../kr/co/hanwha/hifive/view/HFCommentEditView.html#setOnCommentEditListener-kr.co.hanwha.hifive.view.HFCommentEditView.OnCommentEditListener-">setOnCommentEditListener</a></span>(<a href="../../../../../kr/co/hanwha/hifive/view/HFCommentEditView.OnCommentEditListener.html" title="interface in kr.co.hanwha.hifive.view">HFCommentEditView.OnCommentEditListener</a>&nbsp;onCommentEditListener)</code>&nbsp;</td>
  330. </tr>
  331. <tr id="i7" class="rowColor">
  332. <td class="colFirst"><code>void</code></td>
  333. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../kr/co/hanwha/hifive/view/HFCommentEditView.html#setText-java.lang.String-">setText</a></span>(java.lang.String&nbsp;text)</code>&nbsp;</td>
  334. </tr>
  335. </table>
  336. <ul class="blockList">
  337. <li class="blockList"><a name="methods.inherited.from.class.android.widget.LinearLayout">
  338. <!-- -->
  339. </a>
  340. <h3>Methods inherited from class&nbsp;android.widget.LinearLayout</h3>
  341. <code>checkLayoutParams, generateDefaultLayoutParams, generateLayoutParams, generateLayoutParams, getAccessibilityClassName, getBaseline, getBaselineAlignedChildIndex, getDividerDrawable, getDividerPadding, getGravity, getOrientation, getShowDividers, getWeightSum, isBaselineAligned, isMeasureWithLargestChildEnabled, onDraw, onLayout, onMeasure, onRtlPropertiesChanged, setBaselineAligned, setBaselineAlignedChildIndex, setDividerDrawable, setDividerPadding, setGravity, setHorizontalGravity, setMeasureWithLargestChildEnabled, setOrientation, setShowDividers, setVerticalGravity, setWeightSum, shouldDelayChildPressedState</code></li>
  342. </ul>
  343. <ul class="blockList">
  344. <li class="blockList"><a name="methods.inherited.from.class.android.view.ViewGroup">
  345. <!-- -->
  346. </a>
  347. <h3>Methods inherited from class&nbsp;android.view.ViewGroup</h3>
  348. <code>addChildrenForAccessibility, addFocusables, addKeyboardNavigationClusters, addStatesFromChildren, addTouchables, addView, addView, addView, addView, addView, addViewInLayout, addViewInLayout, attachLayoutAnimationParameters, attachViewToParent, bringChildToFront, canAnimate, childDrawableStateChanged, childHasTransientStateChanged, cleanupLayoutState, clearChildFocus, clearDisappearingChildren, clearFocus, debug, detachAllViewsFromParent, detachViewFromParent, detachViewFromParent, detachViewsFromParent, dispatchApplyWindowInsets, dispatchCapturedPointerEvent, dispatchConfigurationChanged, dispatchDisplayHint, dispatchDragEvent, dispatchDraw, dispatchDrawableHotspotChanged, dispatchFreezeSelfOnly, dispatchGenericFocusedEvent, dispatchGenericPointerEvent, dispatchHoverEvent, dispatchKeyEvent, dispatchKeyEventPreIme, dispatchKeyShortcutEvent, dispatchPointerCaptureChanged, dispatchProvideAutofillStructure, dispatchProvideStructure, dispatchRestoreInstanceState, dispatchSaveInstanceState, dispatchSetActivated, dispatchSetPressed, dispatchSetSelected, dispatchSystemUiVisibilityChanged, dispatchThawSelfOnly, dispatchTouchEvent, dispatchTrackballEvent, dispatchUnhandledMove, dispatchVisibilityChanged, dispatchWindowFocusChanged, dispatchWindowSystemUiVisiblityChanged, dispatchWindowVisibilityChanged, drawableStateChanged, drawChild, endViewTransition, findFocus, findViewsWithText, focusableViewAvailable, focusSearch, gatherTransparentRegion, getChildAt, getChildCount, getChildDrawingOrder, getChildMeasureSpec, getChildStaticTransformation, getChildVisibleRect, getClipChildren, getClipToPadding, getDescendantFocusability, getFocusedChild, getLayoutAnimation, getLayoutAnimationListener, getLayoutMode, getLayoutTransition, getNestedScrollAxes, getOverlay, getPersistentDrawingCache, getTouchscreenBlocksFocus, hasFocus, hasTransientState, indexOfChild, invalidateChild, invalidateChildInParent, isAlwaysDrawnWithCacheEnabled, isAnimationCacheEnabled, isChildrenDrawingOrderEnabled, isChildrenDrawnWithCacheEnabled, isMotionEventSplittingEnabled, isTransitionGroup, jumpDrawablesToCurrentState, layout, measureChild, measureChildren, measureChildWithMargins, notifySubtreeAccessibilityStateChanged, offsetDescendantRectToMyCoords, offsetRectIntoDescendantCoords, onAttachedToWindow, onCreateDrawableState, onDescendantInvalidated, onDetachedFromWindow, onInterceptHoverEvent, onInterceptTouchEvent, onNestedFling, onNestedPreFling, onNestedPrePerformAccessibilityAction, onNestedPreScroll, onNestedScroll, onNestedScrollAccepted, onRequestFocusInDescendants, onRequestSendAccessibilityEvent, onResolvePointerIcon, onStartNestedScroll, onStopNestedScroll, onViewAdded, onViewRemoved, recomputeViewAttributes, removeAllViews, removeAllViewsInLayout, removeDetachedView, removeView, removeViewAt, removeViewInLayout, removeViews, removeViewsInLayout, requestChildFocus, requestChildRectangleOnScreen, requestDisallowInterceptTouchEvent, requestFocus, requestSendAccessibilityEvent, requestTransparentRegion, restoreDefaultFocus, scheduleLayoutAnimation, setAddStatesFromChildren, setAlwaysDrawnWithCacheEnabled, setAnimationCacheEnabled, setChildrenDrawingCacheEnabled, setChildrenDrawingOrderEnabled, setChildrenDrawnWithCacheEnabled, setClipChildren, setClipToPadding, setDescendantFocusability, setLayoutAnimation, setLayoutAnimationListener, setLayoutMode, setLayoutTransition, setMotionEventSplittingEnabled, setOnHierarchyChangeListener, setPersistentDrawingCache, setStaticTransformationsEnabled, setTouchscreenBlocksFocus, setTransitionGroup, showContextMenuForChild, showContextMenuForChild, startActionModeForChild, startActionModeForChild, startLayoutAnimation, startViewTransition, updateViewLayout</code></li>
  349. </ul>
  350. <ul class="blockList">
  351. <li class="blockList"><a name="methods.inherited.from.class.android.view.View">
  352. <!-- -->
  353. </a>
  354. <h3>Methods inherited from class&nbsp;android.view.View</h3>
  355. <code>addExtraDataToAccessibilityNodeInfo, addFocusables, addOnAttachStateChangeListener, addOnLayoutChangeListener, animate, announceForAccessibility, autofill, autofill, awakenScrollBars, awakenScrollBars, awakenScrollBars, bringToFront, buildDrawingCache, buildDrawingCache, buildLayer, callOnClick, cancelDragAndDrop, cancelLongPress, cancelPendingInputEvents, canResolveLayoutDirection, canResolveTextAlignment, canResolveTextDirection, canScrollHorizontally, canScrollVertically, checkInputConnectionProxy, clearAnimation, combineMeasuredStates, computeHorizontalScrollExtent, computeHorizontalScrollOffset, computeHorizontalScrollRange, computeScroll, computeSystemWindowInsets, computeVerticalScrollExtent, computeVerticalScrollOffset, computeVerticalScrollRange, createAccessibilityNodeInfo, createContextMenu, destroyDrawingCache, dispatchFinishTemporaryDetach, dispatchGenericMotionEvent, dispatchNestedFling, dispatchNestedPreFling, dispatchNestedPrePerformAccessibilityAction, dispatchNestedPreScroll, dispatchNestedScroll, dispatchPopulateAccessibilityEvent, dispatchStartTemporaryDetach, draw, drawableHotspotChanged, findViewById, findViewWithTag, fitSystemWindows, focusSearch, forceHasOverlappingRendering, forceLayout, generateViewId, getAccessibilityLiveRegion, getAccessibilityNodeProvider, getAccessibilityTraversalAfter, getAccessibilityTraversalBefore, getAlpha, getAnimation, getApplicationWindowToken, getAutofillHints, getAutofillId, getAutofillType, getAutofillValue, getBackground, getBackgroundTintList, getBackgroundTintMode, getBottom, getBottomFadingEdgeStrength, getBottomPaddingOffset, getCameraDistance, getClipBounds, getClipBounds, getClipToOutline, getContentDescription, getContext, getContextMenuInfo, getDefaultFocusHighlightEnabled, getDefaultSize, getDisplay, getDrawableState, getDrawingCache, getDrawingCache, getDrawingCacheBackgroundColor, getDrawingCacheQuality, getDrawingRect, getDrawingTime, getElevation, getFilterTouchesWhenObscured, getFitsSystemWindows, getFocusable, getFocusables, getFocusedRect, getForeground, getForegroundGravity, getForegroundTintList, getForegroundTintMode, getGlobalVisibleRect, getGlobalVisibleRect, getHandler, getHasOverlappingRendering, getHeight, getHitRect, getHorizontalFadingEdgeLength, getHorizontalScrollbarHeight, getId, getImportantForAccessibility, getImportantForAutofill, getKeepScreenOn, getKeyDispatcherState, getLabelFor, getLayerType, getLayoutDirection, getLayoutParams, getLeft, getLeftFadingEdgeStrength, getLeftPaddingOffset, getLocalVisibleRect, getLocationInWindow, getLocationOnScreen, getMatrix, getMeasuredHeight, getMeasuredHeightAndState, getMeasuredState, getMeasuredWidth, getMeasuredWidthAndState, getMinimumHeight, getMinimumWidth, getNextClusterForwardId, getNextFocusDownId, getNextFocusForwardId, getNextFocusLeftId, getNextFocusRightId, getNextFocusUpId, getOnFocusChangeListener, getOutlineProvider, getOverScrollMode, getPaddingBottom, getPaddingEnd, getPaddingLeft, getPaddingRight, getPaddingStart, getPaddingTop, getParent, getParentForAccessibility, getPivotX, getPivotY, getPointerIcon, getResources, getRevealOnFocusHint, getRight, getRightFadingEdgeStrength, getRightPaddingOffset, getRootView, getRootWindowInsets, getRotation, getRotationX, getRotationY, getScaleX, getScaleY, getScrollBarDefaultDelayBeforeFade, getScrollBarFadeDuration, getScrollBarSize, getScrollBarStyle, getScrollIndicators, getScrollX, getScrollY, getSolidColor, getStateListAnimator, getSuggestedMinimumHeight, getSuggestedMinimumWidth, getSystemUiVisibility, getTag, getTag, getTextAlignment, getTextDirection, getTooltipText, getTop, getTopFadingEdgeStrength, getTopPaddingOffset, getTouchables, getTouchDelegate, getTransitionName, getTranslationX, getTranslationY, getTranslationZ, getVerticalFadingEdgeLength, getVerticalScrollbarPosition, getVerticalScrollbarWidth, getViewTreeObserver, getVisibility, getWidth, getWindowAttachCount, getWindowId, getWindowSystemUiVisibility, getWindowToken, getWindowVisibility, getWindowVisibleDisplayFrame, getX, getY, getZ, hasExplicitFocusable, hasFocusable, hasNestedScrollingParent, hasOnClickListeners, hasOverlappingRendering, hasPointerCapture, hasWindowFocus, inflate, invalidate, invalidate, invalidate, invalidateDrawable, invalidateOutline, isAccessibilityFocused, isActivated, isAttachedToWindow, isClickable, isContextClickable, isDirty, isDrawingCacheEnabled, isDuplicateParentStateEnabled, isEnabled, isFocusable, isFocusableInTouchMode, isFocused, isFocusedByDefault, isHapticFeedbackEnabled, isHardwareAccelerated, isHorizontalFadingEdgeEnabled, isHorizontalScrollBarEnabled, isHovered, isImportantForAccessibility, isImportantForAutofill, isInEditMode, isInLayout, isInTouchMode, isKeyboardNavigationCluster, isLaidOut, isLayoutDirectionResolved, isLayoutRequested, isLongClickable, isNestedScrollingEnabled, isOpaque, isPaddingOffsetRequired, isPaddingRelative, isPressed, isSaveEnabled, isSaveFromParentEnabled, isScrollbarFadingEnabled, isScrollContainer, isSelected, isShown, isSoundEffectsEnabled, isTemporarilyDetached, isTextAlignmentResolved, isTextDirectionResolved, isVerticalFadingEdgeEnabled, isVerticalScrollBarEnabled, keyboardNavigationClusterSearch, measure, mergeDrawableStates, offsetLeftAndRight, offsetTopAndBottom, onAnimationEnd, onAnimationStart, onApplyWindowInsets, onCancelPendingInputEvents, onCapturedPointerEvent, onCheckIsTextEditor, onConfigurationChanged, onCreateContextMenu, onCreateInputConnection, onDisplayHint, onDragEvent, onDrawForeground, onDrawScrollBars, onFilterTouchEventForSecurity, onFinishInflate, onFinishTemporaryDetach, onFocusChanged, onGenericMotionEvent, onHoverChanged, onHoverEvent, onInitializeAccessibilityEvent, onInitializeAccessibilityNodeInfo, onKeyDown, onKeyLongPress, onKeyMultiple, onKeyPreIme, onKeyShortcut, onKeyUp, onOverScrolled, onPointerCaptureChange, onPopulateAccessibilityEvent, onProvideAutofillStructure, onProvideAutofillVirtualStructure, onProvideStructure, onProvideVirtualStructure, onRestoreInstanceState, onSaveInstanceState, onScreenStateChanged, onScrollChanged, onSetAlpha, onSizeChanged, onStartTemporaryDetach, onTouchEvent, onTrackballEvent, onVisibilityAggregated, onVisibilityChanged, onWindowFocusChanged, onWindowSystemUiVisibilityChanged, onWindowVisibilityChanged, overScrollBy, performAccessibilityAction, performClick, performContextClick, performContextClick, performHapticFeedback, performHapticFeedback, performLongClick, performLongClick, playSoundEffect, post, postDelayed, postInvalidate, postInvalidate, postInvalidateDelayed, postInvalidateDelayed, postInvalidateOnAnimation, postInvalidateOnAnimation, postOnAnimation, postOnAnimationDelayed, refreshDrawableState, releasePointerCapture, removeCallbacks, removeOnAttachStateChangeListener, removeOnLayoutChangeListener, requestApplyInsets, requestFitSystemWindows, requestFocus, requestFocus, requestFocusFromTouch, requestLayout, requestPointerCapture, requestRectangleOnScreen, requestRectangleOnScreen, requestUnbufferedDispatch, resolveSize, resolveSizeAndState, restoreHierarchyState, saveHierarchyState, scheduleDrawable, scrollBy, scrollTo, sendAccessibilityEvent, sendAccessibilityEventUnchecked, setAccessibilityDelegate, setAccessibilityLiveRegion, setAccessibilityTraversalAfter, setAccessibilityTraversalBefore, setActivated, setAlpha, setAnimation, setAutofillHints, setBackground, setBackgroundColor, setBackgroundDrawable, setBackgroundResource, setBackgroundTintList, setBackgroundTintMode, setBottom, setCameraDistance, setClickable, setClipBounds, setClipToOutline, setContentDescription, setContextClickable, setDefaultFocusHighlightEnabled, setDrawingCacheBackgroundColor, setDrawingCacheEnabled, setDrawingCacheQuality, setDuplicateParentStateEnabled, setElevation, setEnabled, setFadingEdgeLength, setFilterTouchesWhenObscured, setFitsSystemWindows, setFocusable, setFocusable, setFocusableInTouchMode, setFocusedByDefault, setForeground, setForegroundGravity, setForegroundTintList, setForegroundTintMode, setHapticFeedbackEnabled, setHasTransientState, setHorizontalFadingEdgeEnabled, setHorizontalScrollBarEnabled, setHovered, setId, setImportantForAccessibility, setImportantForAutofill, setKeepScreenOn, setKeyboardNavigationCluster, setLabelFor, setLayerPaint, setLayerType, setLayoutDirection, setLayoutParams, setLeft, setLongClickable, setMeasuredDimension, setMinimumHeight, setMinimumWidth, setNestedScrollingEnabled, setNextClusterForwardId, setNextFocusDownId, setNextFocusForwardId, setNextFocusLeftId, setNextFocusRightId, setNextFocusUpId, setOnApplyWindowInsetsListener, setOnCapturedPointerListener, setOnClickListener, setOnContextClickListener, setOnCreateContextMenuListener, setOnDragListener, setOnFocusChangeListener, setOnGenericMotionListener, setOnHoverListener, setOnKeyListener, setOnLongClickListener, setOnScrollChangeListener, setOnSystemUiVisibilityChangeListener, setOnTouchListener, setOutlineProvider, setOverScrollMode, setPadding, setPaddingRelative, setPivotX, setPivotY, setPointerIcon, setPressed, setRevealOnFocusHint, setRight, setRotation, setRotationX, setRotationY, setSaveEnabled, setSaveFromParentEnabled, setScaleX, setScaleY, setScrollBarDefaultDelayBeforeFade, setScrollBarFadeDuration, setScrollbarFadingEnabled, setScrollBarSize, setScrollBarStyle, setScrollContainer, setScrollIndicators, setScrollIndicators, setScrollX, setScrollY, setSelected, setSoundEffectsEnabled, setStateListAnimator, setSystemUiVisibility, setTag, setTag, setTextAlignment, setTextDirection, setTooltipText, setTop, setTouchDelegate, setTransitionName, setTranslationX, setTranslationY, setTranslationZ, setVerticalFadingEdgeEnabled, setVerticalScrollBarEnabled, setVerticalScrollbarPosition, setVisibility, setWillNotCacheDrawing, setWillNotDraw, setX, setY, setZ, showContextMenu, showContextMenu, startActionMode, startActionMode, startAnimation, startDrag, startDragAndDrop, startNestedScroll, stopNestedScroll, toString, unscheduleDrawable, unscheduleDrawable, updateDragShadow, verifyDrawable, willNotCacheDrawing, willNotDraw</code></li>
  356. </ul>
  357. <ul class="blockList">
  358. <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
  359. <!-- -->
  360. </a>
  361. <h3>Methods inherited from class&nbsp;java.lang.Object</h3>
  362. <code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
  363. </ul>
  364. <ul class="blockList">
  365. <li class="blockList"><a name="methods.inherited.from.class.android.view.ViewParent">
  366. <!-- -->
  367. </a>
  368. <h3>Methods inherited from interface&nbsp;android.view.ViewParent</h3>
  369. <code>canResolveLayoutDirection, canResolveTextAlignment, canResolveTextDirection, createContextMenu, getLayoutDirection, getParent, getParentForAccessibility, getTextAlignment, getTextDirection, isLayoutDirectionResolved, isLayoutRequested, isTextAlignmentResolved, isTextDirectionResolved, keyboardNavigationClusterSearch, requestFitSystemWindows, requestLayout</code></li>
  370. </ul>
  371. </li>
  372. </ul>
  373. </li>
  374. </ul>
  375. </div>
  376. <div class="details">
  377. <ul class="blockList">
  378. <li class="blockList">
  379. <!-- ============ FIELD DETAIL =========== -->
  380. <ul class="blockList">
  381. <li class="blockList"><a name="field.detail">
  382. <!-- -->
  383. </a>
  384. <h3>Field Detail</h3>
  385. <a name="mEditText">
  386. <!-- -->
  387. </a>
  388. <ul class="blockList">
  389. <li class="blockList">
  390. <h4>mEditText</h4>
  391. <pre>private&nbsp;android.widget.EditText mEditText</pre>
  392. </li>
  393. </ul>
  394. <a name="mTextViewAddComment">
  395. <!-- -->
  396. </a>
  397. <ul class="blockList">
  398. <li class="blockList">
  399. <h4>mTextViewAddComment</h4>
  400. <pre>private&nbsp;android.widget.TextView mTextViewAddComment</pre>
  401. </li>
  402. </ul>
  403. <a name="onCommentEditListener">
  404. <!-- -->
  405. </a>
  406. <ul class="blockList">
  407. <li class="blockList">
  408. <h4>onCommentEditListener</h4>
  409. <pre>private&nbsp;<a href="../../../../../kr/co/hanwha/hifive/view/HFCommentEditView.OnCommentEditListener.html" title="interface in kr.co.hanwha.hifive.view">HFCommentEditView.OnCommentEditListener</a> onCommentEditListener</pre>
  410. </li>
  411. </ul>
  412. <a name="mListTags">
  413. <!-- -->
  414. </a>
  415. <ul class="blockList">
  416. <li class="blockList">
  417. <h4>mListTags</h4>
  418. <pre>private&nbsp;java.util.ArrayList&lt;java.lang.String&gt; mListTags</pre>
  419. </li>
  420. </ul>
  421. <a name="mLastText">
  422. <!-- -->
  423. </a>
  424. <ul class="blockList">
  425. <li class="blockList">
  426. <h4>mLastText</h4>
  427. <pre>private&nbsp;java.lang.String mLastText</pre>
  428. </li>
  429. </ul>
  430. <a name="mHeight">
  431. <!-- -->
  432. </a>
  433. <ul class="blockList">
  434. <li class="blockList">
  435. <h4>mHeight</h4>
  436. <pre>private&nbsp;int mHeight</pre>
  437. </li>
  438. </ul>
  439. <a name="onClickListener">
  440. <!-- -->
  441. </a>
  442. <ul class="blockList">
  443. <li class="blockList">
  444. <h4>onClickListener</h4>
  445. <pre>android.view.View.OnClickListener onClickListener</pre>
  446. <div class="block">OnClickListener</div>
  447. </li>
  448. </ul>
  449. <a name="onFocusChangeListener">
  450. <!-- -->
  451. </a>
  452. <ul class="blockList">
  453. <li class="blockList">
  454. <h4>onFocusChangeListener</h4>
  455. <pre>android.view.View.OnFocusChangeListener onFocusChangeListener</pre>
  456. <div class="block">OnFocusChangeListener</div>
  457. </li>
  458. </ul>
  459. <a name="textWatcher">
  460. <!-- -->
  461. </a>
  462. <ul class="blockListLast">
  463. <li class="blockList">
  464. <h4>textWatcher</h4>
  465. <pre>android.text.TextWatcher textWatcher</pre>
  466. <div class="block">EditText - TextWatcher</div>
  467. </li>
  468. </ul>
  469. </li>
  470. </ul>
  471. <!-- ========= CONSTRUCTOR DETAIL ======== -->
  472. <ul class="blockList">
  473. <li class="blockList"><a name="constructor.detail">
  474. <!-- -->
  475. </a>
  476. <h3>Constructor Detail</h3>
  477. <a name="HFCommentEditView-android.content.Context-">
  478. <!-- -->
  479. </a>
  480. <ul class="blockList">
  481. <li class="blockList">
  482. <h4>HFCommentEditView</h4>
  483. <pre>public&nbsp;HFCommentEditView(android.content.Context&nbsp;context)</pre>
  484. </li>
  485. </ul>
  486. <a name="HFCommentEditView-android.content.Context-android.util.AttributeSet-">
  487. <!-- -->
  488. </a>
  489. <ul class="blockList">
  490. <li class="blockList">
  491. <h4>HFCommentEditView</h4>
  492. <pre>public&nbsp;HFCommentEditView(android.content.Context&nbsp;context,
  493. @Nullable
  494. android.util.AttributeSet&nbsp;attrs)</pre>
  495. </li>
  496. </ul>
  497. <a name="HFCommentEditView-android.content.Context-android.util.AttributeSet-int-">
  498. <!-- -->
  499. </a>
  500. <ul class="blockListLast">
  501. <li class="blockList">
  502. <h4>HFCommentEditView</h4>
  503. <pre>public&nbsp;HFCommentEditView(android.content.Context&nbsp;context,
  504. @Nullable
  505. android.util.AttributeSet&nbsp;attrs,
  506. int&nbsp;defStyleAttr)</pre>
  507. </li>
  508. </ul>
  509. </li>
  510. </ul>
  511. <!-- ============ METHOD DETAIL ========== -->
  512. <ul class="blockList">
  513. <li class="blockList"><a name="method.detail">
  514. <!-- -->
  515. </a>
  516. <h3>Method Detail</h3>
  517. <a name="setOnCommentEditListener-kr.co.hanwha.hifive.view.HFCommentEditView.OnCommentEditListener-">
  518. <!-- -->
  519. </a>
  520. <ul class="blockList">
  521. <li class="blockList">
  522. <h4>setOnCommentEditListener</h4>
  523. <pre>public&nbsp;void&nbsp;setOnCommentEditListener(<a href="../../../../../kr/co/hanwha/hifive/view/HFCommentEditView.OnCommentEditListener.html" title="interface in kr.co.hanwha.hifive.view">HFCommentEditView.OnCommentEditListener</a>&nbsp;onCommentEditListener)</pre>
  524. </li>
  525. </ul>
  526. <a name="initialize-android.content.Context-">
  527. <!-- -->
  528. </a>
  529. <ul class="blockList">
  530. <li class="blockList">
  531. <h4>initialize</h4>
  532. <pre>private&nbsp;void&nbsp;initialize(android.content.Context&nbsp;context)</pre>
  533. </li>
  534. </ul>
  535. <a name="getText--">
  536. <!-- -->
  537. </a>
  538. <ul class="blockList">
  539. <li class="blockList">
  540. <h4>getText</h4>
  541. <pre>public&nbsp;java.lang.String&nbsp;getText()</pre>
  542. </li>
  543. </ul>
  544. <a name="clearText--">
  545. <!-- -->
  546. </a>
  547. <ul class="blockList">
  548. <li class="blockList">
  549. <h4>clearText</h4>
  550. <pre>public&nbsp;void&nbsp;clearText()</pre>
  551. </li>
  552. </ul>
  553. <a name="setText-java.lang.String-">
  554. <!-- -->
  555. </a>
  556. <ul class="blockList">
  557. <li class="blockList">
  558. <h4>setText</h4>
  559. <pre>public&nbsp;void&nbsp;setText(@Nullable
  560. java.lang.String&nbsp;text)</pre>
  561. </li>
  562. </ul>
  563. <a name="setFocus--">
  564. <!-- -->
  565. </a>
  566. <ul class="blockList">
  567. <li class="blockList">
  568. <h4>setFocus</h4>
  569. <pre>public&nbsp;boolean&nbsp;setFocus()</pre>
  570. </li>
  571. </ul>
  572. <a name="isEmpty--">
  573. <!-- -->
  574. </a>
  575. <ul class="blockList">
  576. <li class="blockList">
  577. <h4>isEmpty</h4>
  578. <pre>public&nbsp;boolean&nbsp;isEmpty()</pre>
  579. <div class="block">데이터 확인</div>
  580. <dl>
  581. <dt><span class="returnLabel">Returns:</span></dt>
  582. <dd>TRUE : EMPTY</dd>
  583. </dl>
  584. </li>
  585. </ul>
  586. <a name="getListTags--">
  587. <!-- -->
  588. </a>
  589. <ul class="blockListLast">
  590. <li class="blockList">
  591. <h4>getListTags</h4>
  592. <pre>public&nbsp;java.util.ArrayList&lt;java.lang.String&gt;&nbsp;getListTags()</pre>
  593. <div class="block">태그 목록</div>
  594. <dl>
  595. <dt><span class="returnLabel">Returns:</span></dt>
  596. <dd>ArrayList</dd>
  597. </dl>
  598. </li>
  599. </ul>
  600. </li>
  601. </ul>
  602. </li>
  603. </ul>
  604. </div>
  605. </div>
  606. <!-- ========= END OF CLASS DATA ========= -->
  607. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  608. <div class="bottomNav"><a name="navbar.bottom">
  609. <!-- -->
  610. </a>
  611. <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
  612. <a name="navbar.bottom.firstrow">
  613. <!-- -->
  614. </a>
  615. <ul class="navList" title="Navigation">
  616. <li><a href="../../../../../overview-summary.html">Overview</a></li>
  617. <li><a href="package-summary.html">Package</a></li>
  618. <li class="navBarCell1Rev">Class</li>
  619. <li><a href="class-use/HFCommentEditView.html">Use</a></li>
  620. <li><a href="package-tree.html">Tree</a></li>
  621. <li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
  622. <li><a href="../../../../../index-files/index-1.html">Index</a></li>
  623. <li><a href="../../../../../help-doc.html">Help</a></li>
  624. </ul>
  625. </div>
  626. <div class="subNav">
  627. <ul class="navList">
  628. <li><a href="../../../../../kr/co/hanwha/hifive/view/HFCampaignContainerView.OnCampaignContainerListener.html" title="interface in kr.co.hanwha.hifive.view"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
  629. <li><a href="../../../../../kr/co/hanwha/hifive/view/HFCommentEditView.OnCommentEditListener.html" title="interface in kr.co.hanwha.hifive.view"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
  630. </ul>
  631. <ul class="navList">
  632. <li><a href="../../../../../index.html?kr/co/hanwha/hifive/view/HFCommentEditView.html" target="_top">Frames</a></li>
  633. <li><a href="HFCommentEditView.html" target="_top">No&nbsp;Frames</a></li>
  634. </ul>
  635. <ul class="navList" id="allclasses_navbar_bottom">
  636. <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
  637. </ul>
  638. <div>
  639. <script type="text/javascript"><!--
  640. allClassesLink = document.getElementById("allclasses_navbar_bottom");
  641. if(window==top) {
  642. allClassesLink.style.display = "block";
  643. }
  644. else {
  645. allClassesLink.style.display = "none";
  646. }
  647. //-->
  648. </script>
  649. </div>
  650. <div>
  651. <ul class="subNavList">
  652. <li>Summary:&nbsp;</li>
  653. <li><a href="#nested.class.summary">Nested</a>&nbsp;|&nbsp;</li>
  654. <li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
  655. <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
  656. <li><a href="#method.summary">Method</a></li>
  657. </ul>
  658. <ul class="subNavList">
  659. <li>Detail:&nbsp;</li>
  660. <li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
  661. <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
  662. <li><a href="#method.detail">Method</a></li>
  663. </ul>
  664. </div>
  665. <a name="skip.navbar.bottom">
  666. <!-- -->
  667. </a></div>
  668. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  669. </body>
  670. </html>