java.lang.Object
|---ohos.agp.transition.TransitionComponents
public class TransitionComponents
extends Object
设置过渡的组件,包括开始或结束组件。
Since:
3
构造函数 | 描述 |
---|---|
TransitionComponents(ComponentContainer root, ComponentContainer layout) | 用于根据指定的组件容器和布局创建 TransitionComponents 实例的构造函数。 |
从类 java.lang.Object 继承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
public TransitionComponents(ComponentContainer root, ComponentContainer layout)
用于根据指定的组件容器和布局创建 TransitionComponents 实例的构造函数。
参数:
参数名称 | 参数描述 |
---|---|
root | 表示组件容器。 |
layout | 表示布局。 |
Since:
3
IApplyComponentPaddingListenerpublic interface IApplyComponentPaddingListener监听 ComponentPadding 的变化。如果通过 Wind...
NotificationConstantjava.lang.Object |---ohos.event.notification.NotificationConstantpublic final class NotificationCons...
NotificationRequest.NotificationMultiLineContentjava.lang.Object |---ohos.event.notification.NotificationRequest.Notific...
临时素材接口获取临时素材小程序可以使用本接口获取客服消息内的临时素材(即下载临时的多媒体文件)。目前小程序仅支持下载图片...
db.command获取数据库查询及更新指令,列表见 API 列表中的command 列表。示例代码const _ = db.command...
注意:即将废弃,请使用 API wx.showToastloading消息提示框属性名类型默认值说明hiddenBooleanfalse是否隐藏示例代码:view c...
Collection.field / Query.field / Document.field支持端:小程序,云函数,Web指定返回结果中记录需返回的字段参数projection: Ob...
MapContext.setCenterOffset(Object object)基础库 2.10.0 开始支持,低版本需做兼容处理。设置地图中心点偏移,向后向下为增长...
wx.startRecord(OBJECT)开始录音。当主动调用wx.stopRecord,或者录音超过1分钟时自动结束录音,返回录音文件的临时文件路...
视图层MINA的视图层由WXML与WXSS编写。将逻辑层的数据反应成视图,同时将视图层的事件发送给逻辑层。WXML(WeiXin Markup languag...