更多“给ListView设置适配器的方法是()。”相关问题
  • 第1题:

    更新数据集应调用数据适配器的()方法。


    正确答案:Update

  • 第2题:

    适配器模式,分为类的适配器和对象的适配器两种实现。其中类的适配器采用的是()关系,而对象适配器采用的是()关系。


    正确答案:继承;组合聚合

  • 第3题:

    调整25HZ相敏轨道电路的相位角方法()。

    • A、室外设置适配器的轨道电路,应从适配器端子上调整,调整的结果可以将相位角调整至60—120度的范围内
    • B、室内设置的HF防护盒专门用于调整相位角,调整抽头以改变相位角
    • C、HF盒的最大调整量为正负30度
    • D、配合共同调整适配器和防护盒的抽头就可以得到理想的相位角

    正确答案:A,B,D

  • 第4题:

    ListView是常用的()类型控件。

    • A、按钮
    • B、图片
    • C、列表
    • D、下拉列表

    正确答案:C

  • 第5题:

    下列不属于java.event包中定义的事件适配器的是()

    • A、构件适配器
    • B、焦点适配器
    • C、键盘适配器
    • D、标签适配器

    正确答案:D

  • 第6题:

    You are implementing an ASP.NET page that will retrieve large sets of data from a data source. You add a ListView control and a DataPager control to the page. You need to ensure that the data can be viewed one page at a time. What should you do?()

    • A、Set the DataPager control’s PageSize property to the number of rows to view at one time.
    • B、Set the DataPager control’s PagedControlID property to the ID of the ListView control.
    • C、In the code-behind file, set the DataPager control’s Parent property to the ListView control.
    • D、In the code-behind file, set the ListView control’s Parent property to the DataPager control.

    正确答案:B

  • 第7题:

    单选题
    ListView是常用的()类型控件。
    A

    按钮

    B

    图片

    C

    列表

    D

    下拉列表


    正确答案: A
    解析: 暂无解析

  • 第8题:

    填空题
    适配器模式,可以细分为()适配器和()适配器两种实现。其中()适配器采用的是继承复用,而()适配器采用的是合成聚合复用。

    正确答案: 类,对象,类,对象
    解析: 暂无解析

  • 第9题:

    单选题
    ListView与Cursor提供的数据进行绑定时使用()。
    A

    ArrayAdapter

    B

    SimpleAdapter

    C

    SimpleCursorAdapter

    D

    BaseAdapter


    正确答案: C
    解析: 暂无解析

  • 第10题:

    单选题
    要使ListView控件以详细信息形式显示项目,必须将属性View设置为()。
    A

    SmallIcon

    B

    LargeIcon

    C

    List

    D

    Details


    正确答案: B
    解析: 暂无解析

  • 第11题:

    单选题
    如果要给DataTable添加约束但是不添加数据,需要使用()。
    A

    数据适配器的FillSchema方法

    B

    DataTable的FillSchema方法

    C

    DataTable的Fill方法

    D

    DataSet的FillSchema方法

    E

    数据适配器的Fill方法。


    正确答案: D
    解析: 暂无解析

  • 第12题:

    单选题
    要向ListView控件中插入一个项目,需要调用控件的()方法。
    A

    Items.Add

    B

    Items.Insert

    C

    Items.Remove

    D

    Items.Clear


    正确答案: A
    解析: 暂无解析

  • 第13题:

    要向ListView控件中插入一个项目,需要调用控件的()方法。 

    • A、Items.Add
    • B、Items.Insert
    • C、Items.Remove
    • D、Items.Clear

    正确答案:B

  • 第14题:

    下面对于ListView控件说法错误的为()

    • A、LayoutTemplate定义了ListView控件的主要布局,必须包含一个充当数据占位符的控件
    • B、GroupTemplate定义了ListView控件中一组数据的布局方式,必须包含一个充当数据占位符的控件
    • C、使用ListView控件时,至少需要编辑LayoutTemplate、GroupTemplate和ItemTemplate3个模板。
    • D、LayoutTemplate和GroupTemplate模板中的占位符控件必须是一个服务器端控件

    正确答案:C

  • 第15题:

    炸检设备(量子鼻)适配器正确的取放方式是()

    • A、直接拉适配器电源线
    • B、拿适配器盒
    • C、以上两种方法都行

    正确答案:B

  • 第16题:

    填充数据集应调用数据适配器的()方法。


    正确答案:Fill

  • 第17题:

    Which property of the ListView class is used to get/set the name of the data field whose value exclusively identifes every data row of a ListView when the ClientIDMode property is set to Predictable?()

    • A、LoadViewStateByID
    • B、UniqueID
    • C、ClientIDMode
    • D、ClientIDRowSuffix

    正确答案:D

  • 第18题:

    单选题
    以下关于ListView的XML属性的描述错误的是()
    A

    ListView与其他的UI控件相同,在XML布局文件中通过标签将其放入界面布局中。

    B

    直接让Activity继承自ListAdapter,可以将ListView填充满整个Activity。

    C

    在XML布局代码中将ListView的位置设为占满整个Activity,可以将ListView填充满整个Activity。

    D

    把ListView放在布局控件中,让其只占界面的某一部分。


    正确答案: A
    解析: 暂无解析

  • 第19题:

    填空题
    给ListView设置适配器的方法是()。

    正确答案: setAdapter
    解析: 暂无解析

  • 第20题:

    填空题
    适配器模式,分为类的适配器和对象的适配器两种实现其中类的适配器采用的是()关系,而对象适配器采用的是()关系。

    正确答案: 继承,组合聚合
    解析: 暂无解析

  • 第21题:

    单选题
    关于适配器类,下列哪一项是不正确的()
    A

    适配器类用于简化事件处理程序编写

    B

    所有的监听器接口都有对应的适配器类

    C

    事件监听器类必须实现所有的抽象方法

    D

    适配器类只是实现了接口中所有抽象方法的空类,本身无实际功能


    正确答案: B
    解析: 暂无解析

  • 第22题:

    单选题
    炸检设备(量子鼻)适配器正确的取放方式是()
    A

    直接拉适配器电源线

    B

    拿适配器盒

    C

    以上两种方法都行


    正确答案: B
    解析: 暂无解析

  • 第23题:

    单选题
    You are implementing an ASP.NET page that will retrieve large sets of data from a data source. You add a ListView control and a DataPager control to the page. You need to ensure that the data can be viewed one page at a time. What should you do?()
    A

    Set the DataPager control’s PageSize property to the number of rows to view at one time.

    B

    Set the DataPager control’s PagedControlID property to the ID of the ListView control.

    C

    In the code-behind file, set the DataPager control’s Parent property to the ListView control.

    D

    In the code-behind file, set the ListView control’s Parent property to the DataPager control.


    正确答案: D
    解析: 暂无解析