Android7.0中文文档(API)-- RemoteViews

完整内容,请查看:http://www.zhdoc.net/android/reference/android/widget/RemoteViews.html

RemoteViews

public class RemoteViews
extends Object implements Parcelable, LayoutInflater.Filter

java.lang.Object
   ↳android.widget.RemoteViews


A class that describes a view hierarchy that can be displayed in another process. The hierarchy is inflated from a layout resource file, and this class provides some basic operations for modifying the content of the inflated hierarchy.
描述视图层次结构的类,可以在其他进程中显示。层次结构从一个布局资源文件中加载(inflate),这个类提供了一些基础的操作,以修改已加载的层次结构中的内容。

摘要


嵌套类

classRemoteViews.ActionException

Exception to send when something goes wrong executing an action 
当执行一个操作出错时发送的异常  

@interfaceRemoteViews.RemoteView

This annotation indicates that a subclass of View is allowed to be used with the RemoteViews mechanism. 
这个annotation表明允许使用RemoteViews机制来使用视图的子类。 

继承常量

From interface android.os.Parcelable

字段

public static final Creator<RemoteViews>CREATOR

Parcelable.Creator that instantiates RemoteViews objects
Parcelable.Creator实例化RemoteViews对象

Public构造方法

RemoteViews(String packageName, int layoutId)

Create a new RemoteViews object that will display the views contained in the specified layout file.
创建一个新的RemoteViews对象,它将显示包含在指定布局文件中的视图。

RemoteViews(RemoteViews landscape, RemoteViews portrait)

Create a new RemoteViews object that will inflate as the specified landspace or portrait RemoteViews, depending on the current configuration.
创建一个新的RemoteViews对象,根据当前的配置,它将加载指定的横屏或竖屏的RemoteViews。

RemoteViews(Parcel parcel)

Reads a RemoteViews object from a parcel.
从一个parcel中读取一个RemoteViews对象。

Public方法

voidaddView(int viewId, RemoteViews nestedView)

Equivalent to calling addView(View) after inflating the given RemoteViews.
相当于在加载(inflate)了指定的RemoteViews之后,调用addView(View)

Viewapply(Context context, ViewGroup parent)

Inflates the view hierarchy represented by this object and applies all of the actions.
加载(inflate)此对象的视图层次结构,并用于所有的操作。

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 2
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值