鸿蒙OS开发文档 鸿蒙OS TextField.CursorChangedListener

2024-02-25 开发教程 鸿蒙OS开发文档 匿名 1

TextField.CursorChangedListener

protected static interface TextField.CursorChangedListener

提供可在光标位置更改时调用的回调。

方法总结

修饰符和类型方法描述
voidonCursorChange(TextField textField, int posStart, int posAfter)当光标位置改变时调用。

方法详情

onCursorChange

void onCursorChange(TextField textField, int posStart, int posAfter)

当光标位置改变时调用。

参数:

参数名称参数描述
textField指示光标所在的 TextField 对象。
posStart指示光标的起始位置。
posAfter指示光标的结束位置。