E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
Expandable
利用
Expandable
创建一个可以扩展的列表
我们可以通过利用Ubuntu.Components.ListItems中的
Expandable
来创建一个可以扩展的List列表.在有些列表应用中这个是非常有用的.它可以让我们展示更多的内容.在先前的例程
UbuntuTouch
·
2016-03-16 15:00
如何創建 iOS 展開式 UITableView?
原文:http://www.appcoda.com.tw/
expandable
-table-view/译者:kmyhy(appcoda的驻站译者)幾乎所有的App都會以導航的方式向用戶展示多個ViewController
kmyhy
·
2016-01-04 16:00
ios
UITableView
如何创建可扩展表视图中的iOS 学习和拓展优化(有待更新)
首先介绍老外的文章:《HowToCreateanExpandableTableViewiniOS》这是老外用Swift实现的,对应的老外github项目源码:https://github.com/appcoda/
expandable
-table-view
Good_HeYang
·
2016-01-03 20:00
GitHub
ILSpy wfcreations/bootstrap-table-expandablehttps://github.com/wfcreations/bootstrap-table-
expandable
·
2015-11-13 05:11
github
做统计图的好工具
www.jqplot.com/tests/coretests.php http://jpuzi.com/html/effect16.html A Versatile and
Expandable
·
2015-11-11 07:50
工具
Creating a Web Control with an
Expandable
Property in the Designer by Using C#.
昨天花了一整天的时间把公司的常用的图片按钮写成了一个小控件,叫MyImageButton。其中涉及到了如何将控件的属性暴露到VS.net的属性面板,以及如何显示可折叠属性的一些技术: 1. 将控件的属性暴露在属性面板: 实际上VS.NET会默认地将控件的所有的public属性(注意是Property不是Field)暴露到属性面板上。另外你还可以为某个属性指定默认值和出现在哪个分类里。
·
2015-11-11 07:08
property
ListView 使用
new ListView(this); listView.setAdapter(new ArrayAdapter<String>(this, android.R.layout.simple_
expandable
_list_item
·
2015-10-30 15:49
ListView
8 个最好的 jQuery 树形 Tree 插件
Treeview –
Expandable
and Collapsible Tree jQuery Plugin jQuery Treeview是一个轻巧和灵活的
·
2015-10-30 10:14
jquery
8 个最好的 jQuery 树形 Tree 插件
Treeview –
Expandable
and Collapsible Tree jQuery Plugin jQuery Treeview是一个轻巧和灵活的jQ
·
2015-10-28 09:19
jquery
[翻译] SvpplyTable
SvpplyTable https://github.com/liuminqian/SvpplyTable SvpplyTable is a demo to realize
expandable
·
2015-10-28 08:52
table
Android的列表布局
Android的列表布局android.R.layout.simple_list_item_1基本的列表布局android.R.layout.simple_
expandable
_list_item_2列表比基本列表布局稍微大一点的布局
ACM_TH
·
2015-09-01 09:00
Android UI设计——ListView控件和ArrayAdapter适配器(二)
我们可以拿他的一个示例来看:android.R.layout.simple_
expandable
_list_item_1,array: 这是Android自己定义的一个View,我们需要将数据添加到这个
To_be_Designer
·
2015-08-24 22:00
android
ListView
Adapter
UI设计
多级列表的实现
package com.example.
expandable
; import java.util.ArrayList; import java.util.List; import android.app.Activity
flying-tomato
·
2015-08-03 21:00
真机DDMS下data目录打不开——ADB server didn't ACK * failed to start daemon *||Android 查看 /data/data 目录
打开eclipse-DDMS,看到data是根目录下的3个之一,左边的“
expandable
”标志很可爱。 结果发现:点不开。使劲点,还是点不开。
u014587769
·
2015-06-20 22:00
shell
sqlite
root
手机
ddms
如何在QML中设计一个
expandable
ListView
在这篇文章中,我来介绍如何建立一个
expandable
的ListView。通过这样的方法,ListView可以不用导航到其它的页面中,但是它可以通过状态的控制占据整个页面,而得到显示。
UbuntuTouch
·
2015-06-05 09:00
如何在QML中设计一个
expandable
ListView
在这篇文章中,我来介绍如何建立一个
expandable
的ListView。通过这样的方法,ListView可以不用导航到其它的页面中,但是它可以通过状态的控制占据整个页面,而得到显示。
UbuntuTouch
·
2015-06-05 09:00
安卓ListView控件详解
(this);//注意没有使用XML文件的 //样式是安卓提供的样式 listView.setAdapter(newArrayAdapter(this,android.R.layout.simple_
expandable
_list_item
cjvs9k
·
2015-05-20 08:00
android
ListView
Adapter
ExpandableListView 使用方法
效果图:布局文件:
expandable
_list_view.xml 自定义适配器:MyExpandableListAdapter.javapublicclassMyExpandableListAdapterimplementsExpandableListAdapter
doris_d
·
2015-05-08 15:00
android
android :
expandable
list的使用
实现可扩展展开列ExpandableListView的三种方式 欢迎加入QQ交流3群:317874559 一是使用SimpleExpandableListAdpater将两个List集合包装成ExpandableListView 二是扩展BaseExpandableListAdpter 三是使用simpleCursorTreeAdapter将Cursor中的数据包装成SimpleCuroTreeA
mr_orange_klj
·
2015-03-15 14:00
android―使用
Expandable
实现三级树形结构
activity中加载系统自带的ExpandableListView;自定义一个CustomExpandableListView作为ExpandableListView的子Item;CustomExpandableListView中重写onMeasure()方法:protectedvoidonMeasure(intwidthMeasureSpec,intheightMeasureSpec){int
wauoen
·
2015-01-13 18:22
android
Activity
动态
android中expandablelistview的学习
android中经常需要用到expanablelistview,今天学习了expandablelistview,并附上源码 首先定义parent布局的xml文件
expandable
_parent_item.xml
mockingbirds
·
2014-10-18 14:00
Android开发
ListView
extjs_10_自定义combotree组件
1.项目截图2.treedata.json{ text:"root", expanded:true,
expandable
:true, children:[{ text:"Dept1", leaf:false
adam_zs
·
2014-07-07 23:00
ExpandableListview中 解决ImageButton冲突的问题。
http://stackoverflow.com/questions/11818278/android-
expandable
-list-view-doesnt-have-reaction-to-click-it-doesnt-expan
java2009cgh
·
2014-06-13 11:00
ExpandableListView使用介绍
本文翻译自:http://www.androidhive.info/2013/07/android-
expandable
-list-view-tutorial/Expandablelistview是通过分类列表来组织数据的一种
TedYin
·
2014-05-10 22:00
ExdentableListView
packagesnowfox.
expandable
;importjava.util.ArrayList;importjava.util.HashMap;importjava.util.List;importjava.util.Map
u013922681
·
2014-04-28 18:00
expandable
长点击的实现
前提条件:在我们的Activity中已经有一个
Expandable
kan1kan5
·
2013-12-05 12:00
contextMenu
Expandable
ExpandableListView中子选项checkBox被选中的操作
布局文件activity_
expandable
_list_view.xml foodgroup_item.xml foodchild_item.xml 然后是执行代码
Just_SanPark
·
2013-11-22 17:00
checkbox
分享在eclipse 中打开File explorer中无法查看data目录的方法
打开eclipse-DDMS,看到data是根目录下的3个之一,左边的“
expandable
”标志
chchong1234
·
2013-10-26 12:00
eclipse
File
Data
exploer
ExpandableListView设置选中child的背景
说明:需要定义android:listSelector="#00000000"关闭点击的效果,android:choiceMode="singleChoice"设为单选模式charge_
expandable
_fragment_group_item.xml
Hknock
·
2013-10-21 18:00
Chico UI之Accordion
2、 依赖 Accordion需要依赖于Chico UI中的Menu和
Expandable
,其实就是两个组件的组合罢了。 3、 返回值 调用
weiliuhong1
·
2013-08-30 01:00
入门
accordion
指南
Chico UI
使用说明
Chico UI之Accordion
2、依赖Accordion需要依赖于ChicoUI中的Menu和
Expandable
,其实就是两个组件的组合罢了。
weiliuhong1
·
2013-08-30 01:00
Chico
UI
Accordion
入门
指南
使用说明
Chico UI之Accordion
2、依赖Accordion需要依赖于ChicoUI中的Menu和
Expandable
,其实就是两个组件的组合罢了。
weiliuhong1
·
2013-08-30 01:00
Chico
UI
Accordion
入门
指南
使用说明
从VHD启动server2012
diskpartlist diskselect disk 1list partselect part 1detail partcreate vdisk file=e:\ws2012.vhdx type=
expandable
lianggj
·
2013-06-19 09:42
server
启动
2012
VHD
eclipse访问/data/
打开eclipse-DDMS,看到data是根目录下的3个之一,左边的“
expandable
”标志很可爱。结果发现:点不开。使劲点,还是点不开。
fengyee_zju
·
2013-05-13 12:00
在DDMS中访问data目录
打开eclipse-DDMS,看到data是根目录下的3个之一,左边的“
expandable
”标志很可爱。 结果发现:点不开。使劲点,还是点不开。
postdep
·
2013-03-07 09:00
android
权限
Expandable
Input Toolbar
ExpandableInputToolbar是一个可以根据输入的文字数来进行扩展的控件,类似短信应用。转载:http://www.adobex.com/ios/source/details/00000954.htm
iosCode
·
2013-02-01 15:00
input
toolbar
Expandable
Expandable
Input TextView
实现可变高度的文字框(TextView)效果。也就是TextView支持输入多行文字,并且框的高度随着输入的文字而自动变高。这种效果常出现在撰写短信的UI。 Code4App编译测试,测试环境:Xcode4.3,iOS5.0。转载:http://www.adobex.com/ios/source/details/00000478.htm
iosCode
·
2013-01-28 02:00
textview
input
Expandable
Expandable
TabBar
实现可扩展的tabbar。即tabbar的内容可扩充为多行。用户点击“more”,tabbar展开,可以看到更多tabbar选项。 Code4App编译测试,测试环境:Xcode4.3,iOS5.0。转载:http://www.adobex.com/ios/source/details/00000238.htm
iosCode
·
2013-01-26 22:00
tabbar
Expandable
Expandable
Button
实现可扩展的按钮。即点击按钮,按钮会变长,从而显示出更多其他按钮。 Code4App编译测试,测试环境:Xcode4.3,iOS5.0。转载:http://www.adobex.com/ios/source/details/00000140.htm
iosCode
·
2013-01-25 12:00
button
Expandable
Expandable
Table Cell
实现类似腾讯爱看app的列表效果,点击列表任意一行,展开列表行,并最终成为主界面,显示列表行的详细内容。 Code4App编译测试,测试环境:Xcode4.3,iOS5.0。转载:http://www.adobex.com/ios/source/details/00000014.htm
iosCode
·
2013-01-24 15:00
table
cell
Expandable
Android ApiDemos示例解析(112):Views->
Expandable
Lists->1. Custom Adapter
ExpandableList与普通的List的区别在于ExpandableList可以显示两个层次,第一层称为”Group”第二层称为”Child”。其中”Child”可以折叠或者展开,有点像只支持两級的TreeView(文件游览器)。用法上和List非常类似,下面的对应关系可以帮助理解ExpandableListExpandableListActivity–>ListActivityExpan
lijin_2009
·
2012-10-22 11:00
android
xml
String
list
layout
encoding
expando 的来源
Wiktionary 上的词条:EtymologyPerhaps a short form of
expandable
object.Nounexpando (plural expandos)(computing
鱼北子
·
2012-08-22 00:00
JavaScript
expando
使用ExpandableListView
效果图 Group右边的图标是Android系统自动加上的默认图标子列表默认不加任何图标 Res/layout/
expandable
_list_view.xml代码 Java
xiabo851205
·
2012-08-15 16:00
Android ApiDemo学习(四)Views—— 4
Expandable
Lists、Focus、Gallery
ExpandableLists扩展列表。相当于2级列表。类似qq分组,组下面有成员。对应示范了三种adpter的使用。customadapter使用ExpandableListAdapter,是最简单的。Cursor使用自定义adapter继承SimpleCursorTreeAdapter,可以获取从数据库返回的数据。SimpleAdapter使用SimpleExpandableListAdapt
huxueyan521
·
2012-08-10 14:00
Android ApiDemos示例解析(114):Views->
Expandable
Lists->3. SimpleAdapter
本例介绍了使用如何Map-based数据作为ExpandableList的数据源。其中Group和Child的定义如下List>groupData =newArrayList>(); List>>childData =newArrayList>>(); 看起来有点复杂:-)。Map类似于Hash表,这里可以看成是数据库表的一行,以列名作为关键字。比如本例一行数据为本例为groupData定义了2
mapdigit
·
2012-08-07 22:00
android
数据库
list
String
layout
UP
Android ApiDemos示例解析(114):Views->
Expandable
Lists->3. SimpleAdapter
本例介绍了使用如何Map-based数据作为ExpandableList的数据源。其中Group和Child的定义如下List>groupData =newArrayList>(); List>>childData =newArrayList>>(); 看起来有点复杂:-)。Map类似于Hash表,这里可以看成是数据库表的一行,以列名作为关键字。比如本例一行数据为本例为groupData定义了20
txf2004
·
2012-08-07 22:00
SimpleAdapter
Android ApiDemos示例解析(113):Views->
Expandable
Lists->2. Cursor(People)
ExpandableListAdapter之间的继承关系CursorTreeAdapter支持使用一系列的Cursors作为ExpandableListView的数据源,最上层的一个Cursor定义为
Expandable
mapdigit
·
2012-08-07 22:00
android
String
list
layout
null
通讯
Android ApiDemos示例解析(113):Views->
Expandable
Lists->2. Cursor(People)
ExpandableListAdapter之间的继承关系CursorTreeAdapter支持使用一系列的Cursors作为ExpandableListView的数据源,最上层的一个Cursor定义为
Expandable
txf2004
·
2012-08-07 22:00
android
Android ApiDemos示例解析(112):Views->
Expandable
Lists->1. Custom Adapter
ExpandableList与普通List的区别在于ExpandableList可以显示两个层次,第一层称为”Group”第二层为”Child”。其中”Child”可以折叠或展开,有点像只支持两级的TreeView(文件浏览器)。用法上和List非常类似,下面的对应关系可以帮助理解ExpandableListExpandableListActivity–>ListActivityExpandabl
txf2004
·
2012-08-07 20:00
android
Android ApiDemos示例解析(112):Views->
Expandable
Lists->1. Custom Adapter
ExpandableList与普通List的区别在于ExpandableList可以显示两个层次,第一层称为”Group”第二层为”Child”。其中”Child”可以折叠或展开,有点像只支持两级的TreeView(文件浏览器)。用法上和List非常类似,下面的对应关系可以帮助理解ExpandableListExpandableListActivity–>ListActivityExpandabl
mapdigit
·
2012-08-07 20:00
上一页
1
2
3
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他