{"id":"frontend.yui--yuiEditableTextFieldView","name":"yuiEditableTextFieldView","owner":"yeho","package":"frontend.yui","kind":"thing","signature":"external thing yuiEditableTextFieldView","description":"A yui editable text field view record carrying visibleStart, visibleEnd, selectionStart, selectionEnd, caret, and related state.","context":"Turn YUI models into a working frontend and its rendering/input adapters.","parameters":[],"returns":"void","members":[{"name":"visibleStart","kind":"field","type":"int","description":"Stores visible start as int.","signature":"int visibleStart","tags":["thing","field","frontend.yui"],"updated":"2026-09-09"},{"name":"visibleEnd","kind":"field","type":"int","description":"Stores visible end as int.","signature":"int visibleEnd","tags":["thing","field","frontend.yui"],"updated":"2026-09-09"},{"name":"selectionStart","kind":"field","type":"int","description":"Stores selection start as int.","signature":"int selectionStart","tags":["thing","field","frontend.yui"],"updated":"2026-09-09"},{"name":"selectionEnd","kind":"field","type":"int","description":"Stores selection end as int.","signature":"int selectionEnd","tags":["thing","field","frontend.yui"],"updated":"2026-09-09"},{"name":"caret","kind":"field","type":"int","description":"Stores caret as int.","signature":"int caret","tags":["thing","field","frontend.yui"],"updated":"2026-09-09"},{"name":"availableWidth","kind":"field","type":"int","description":"Stores available width as int.","signature":"int availableWidth","tags":["thing","field","frontend.yui"],"updated":"2026-09-09"},{"name":"yuiEditableTextFieldView","kind":"constructor","parameters":[{"name":"visibleStart","type":"int","description":"Visible start."},{"name":"visibleEnd","type":"int","description":"Visible end."},{"name":"selectionStart","type":"int","description":"Selection start."},{"name":"selectionEnd","type":"int","description":"Selection end."},{"name":"caret","type":"int","description":"Caret."},{"name":"availableWidth","type":"int","description":"Available width."}],"returns":"void","signature":"yuiEditableTextFieldView(int visibleStart, int visibleEnd, int selectionStart, int selectionEnd, int caret, int availableWidth)","description":"Yui editable text field view.","tags":["thing","constructor","frontend.yui"],"updated":"2026-09-09"},{"name":"Describe","kind":"method","parameters":[],"returns":"text","signature":"Describe() returns text","description":"Describe.","tags":["thing","method","frontend.yui"],"exampleId":"method-Describe-7","updated":"2026-09-09"}],"tags":["cpu","frontend","frontend.yui","method","source-example","thing","yeho","yui"],"updated":"2026-09-09","source":{"repository":"yeho","path":"packages/frontend/yui/input-render-editable_text_field.yh","line":50,"sha256":"8d416b4bad12876dc1b58a8cb32e1abb3e170509cbf0ccb388e54beec07f3382"},"status":"source-declared","notes":["Package presence and a declaration do not establish support on every host. Host services need their platform and lifecycle setup."],"examples":[{"id":"usage","title":"Use yuiEditableTextFieldView","description":"A complete small caller. Values are illustrative; check the returned result and package requirements before connecting live resources.","code":"using frontend.yui\n\n// Turn YUI models into a working frontend and its rendering/input adapters.\nyuiEditableTextFieldView sample = yuiEditableTextFieldView(1, 1, 1, 1, 1, 1)\nConsole.Log(Text.From(sample.visibleStart))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.frontend_yui__yuieditabletextfieldview\"\nversion = \"0.1.0\"\nlanguageEdition = \"yeho-core-2026.1\"\n\n[app]\nkind = \"headless\"\n\n[[dependencies]]\npackage = \"frontend.yui\"\nversion = \"0.2.0\"\npath = \"../../../yeho/packages/frontend/yui\"\n\n[[dependencies]]\npackage = \"graphics.canvas\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/canvas\"\n\n[[dependencies]]\npackage = \"graphics.image\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/image\"\n\n[[dependencies]]\npackage = \"graphics.image.processing\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/image/processing\"\n\n[[dependencies]]\npackage = \"graphics.text\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/text\"\n\n[[dependencies]]\npackage = \"host.ui_services\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/host/ui_services\"\n\n[[dependencies]]\npackage = \"input.text\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/input/text\"\n\n[[dependencies]]\npackage = \"ui\"\nversion = \"0.2.0\"\npath = \"../../../yeho/packages/ui\"\n","tags":["cpu","source-example"],"verification":"type checked","run":"cpu-oracle","sha256":"218496d2c0742a2d96f405ff6d96e343e0cde74822ddb71c9e41b59367cab863","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-Describe-7","title":"yuiEditableTextFieldView.Describe","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using frontend.yui\n\n// Describe.\nyuiEditableTextFieldView instance = yuiEditableTextFieldView(1, 1, 1, 1, 1, 1)\ntext result = instance.Describe()\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.frontend_yui__yuieditabletextfieldview\"\nversion = \"0.1.0\"\nlanguageEdition = \"yeho-core-2026.1\"\n\n[app]\nkind = \"headless\"\n\n[[dependencies]]\npackage = \"frontend.yui\"\nversion = \"0.2.0\"\npath = \"../../../yeho/packages/frontend/yui\"\n\n[[dependencies]]\npackage = \"graphics.canvas\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/canvas\"\n\n[[dependencies]]\npackage = \"graphics.image\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/image\"\n\n[[dependencies]]\npackage = \"graphics.image.processing\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/image/processing\"\n\n[[dependencies]]\npackage = \"graphics.text\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/text\"\n\n[[dependencies]]\npackage = \"host.ui_services\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/host/ui_services\"\n\n[[dependencies]]\npackage = \"input.text\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/input/text\"\n\n[[dependencies]]\npackage = \"ui\"\nversion = \"0.2.0\"\npath = \"../../../yeho/packages/ui\"\n","tags":["cpu","method","source-example"],"run":"cpu-oracle","verification":"type checked","sha256":"f0a2c4ba0b0b18f1631205e5da67467a5e423e7599db1bbfe458ab13f46dcd35","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null}],"searchTerms":["visibleStart","visibleEnd","selectionStart","selectionEnd","caret","availableWidth","yuiEditableTextFieldView","Describe"],"url":"https://demonhunterlabs.com/academy/api?item=frontend.yui--yuiEditableTextFieldView","json":"https://demonhunterlabs.com/reference/items/frontend.yui--yuiEditableTextFieldView.json","markdown":"https://demonhunterlabs.com/reference/text/frontend.yui--yuiEditableTextFieldView.md"}
