public static interface Component.ForwardHoverListener
提供在鼠标悬停事件转发到子组件之前调用的回调。
修饰符和类型 | 方法 | 描述 |
---|---|---|
boolean | onForwardHover(Component component, MultimodalEvent event) | 决定是否将鼠标悬停事件转发给子组件。 |
boolean onForwardHover(Component component, MultimodalEvent event)
决定是否将鼠标悬停事件转发给子组件。 如果没有监听器,默认将鼠标悬停事件转发给子级。
参数:
参数名称 | 参数描述 |
---|---|
component | 表示转发鼠标悬停事件的组件容器。 |
event | 表示转发的悬停事件。 |
返回:
如果监听器同意将鼠标悬停事件转发给子组件,则返回 true; 否则返回 false。
ComponentParentpublic interface ComponentParent定义父组件的特征。此类为组件提供与其父组件交互的接口。方法总结修饰符和类...
RadioContainer.CheckedStateChangedListenerpublic static interface RadioContainer.CheckedStateChangedListener提供回调方法...
Componentjava.lang.Object |---ohos.agp.components.Componentpublic class Componentextends Object为用户界面 (UI) 提供基本...
Pig Latin是用于使用Apache Pig分析Hadoop中数据的语言。在本章中,我们将讨论Pig Latin的基础知识,如Pig Latin语句,数据类型...