• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 87 项符合查询结果, 库内数据总量为 30,724 项。 (搜索耗时: 0.0086 秒)

51. laya.ui.ComboBox [ 62%]

...boBox  selectHandler : Handler 改变下拉列表的选择项时执行的理器(默认返回参数index:int)。 ComboBox  sizeGrid : String 当前实例的位图 AutoImage 实例的有效缩放网格数据。 数据格式:"上边距,右边距,下边距,左边距,是否重复填充(值为0...

来源: laya_api 发布时间: 20170929

52. laya.ui.Button [ 61%]

...为单位)。 UIComponent  clickHandler : Handler 对象的点击事件理器函数(无默认参数)。 Button customRenderEnable : Boolean[write-only] 设置是否开启自定义渲染,只有开启自定义渲染,才能使用customRender函数渲染。 Sprite  dataSource : *[overr...

来源: Laya2.0_api 发布时间: 20190513

53. laya.ui.CheckBox [ 59%]

...素为单位)。 Component clickHandler : Handler 对象的点击事件理器函数(无默认参数)。 Button comXml : Object XML 数据。 Component customRenderEnable : Boolean[write-only] 设置是否开启自定义渲染,只有开启自定义渲染,才能使用customRender函数...

来源: laya_api 发布时间: 20170929

54. laya.ui.ColorPicker [ 59%]

...omponent  changeHandler : Handler 当颜色发生改变时执行的函数理器。 默认返回参数color:颜色值字符串。 ColorPicker customRenderEnable : Boolean[write-only] 设置是否开启自定义渲染,只有开启自定义渲染,才能使用customRender函数渲染。 Spri...

来源: Laya2.0_api 发布时间: 20190513

55. laya.ui.Radio [ 59%]

...素为单位)。 Component clickHandler : Handler 对象的点击事件理器函数(无默认参数)。 Button comXml : Object XML 数据。 Component customRenderEnable : Boolean[write-only] 设置是否开启自定义渲染,只有开启自定义渲染,才能使用customRender函数...

来源: laya_api 发布时间: 20170929

56. laya.ui.ComboBox_API3.0 [ 58%]

...= new Handler(this, onSelect);//设置 comboBox 选择项改变时执行的理器。 Laya.stage.addChild(comboBox);//将此 comboBox 对象添加到显示列表。 } private function onSelect(index:int):void { trace("当前选中的项对象索引: ",index); } } } example Laya.init(640, 800);//...

来源: Laya3.0_api 发布时间: 20231115

57. laya.ui.ProgressBar [ 58%]

...er : Handler 当 ProgressBar 实例的 value 属性发生变化时的函数理器。 默认返回参数value 属性(进度值)。 ProgressBar customRenderEnable : Boolean[write-only] 设置是否开启自定义渲染,只有开启自定义渲染,才能使用customRender函数渲染。 Spr...

来源: Laya2.0_api 发布时间: 20190513

58. laya.ui.Slider [ 57%]

...像素为单位)。 UIComponent  changeHandler : Handler 数据变化理器。 默认回调参数为滑块位置属性 value属性值:Number 。 Slider customRenderEnable : Boolean[write-only] 设置是否开启自定义渲染,只有开启自定义渲染,才能使用customRender函数...

来源: Laya2.0_api 发布时间: 20190513

59. laya.ui.Radio_API3.0 [ 57%]

...= new Handler(this, onClickButton,[button]);//设置 button 的点击事件理器。 Laya.stage.addChild(button);//将此 button 对象添加到显示列表。 } private function onClickButton(button:Button):void { trace("button.selected = "+ button.selected); } } } example Laya.init(640, 800);//...

来源: Laya3.0_api 发布时间: 20231115

60. laya.ui.VSlider [ 56%]

...(以像素为单位)。 Component changeHandler : Handler 数据变化理器。 默认回调参数为滑块位置属性 value属性值:Number 。 Slider comXml : Object XML 数据。 Component customRenderEnable : Boolean[write-only] 设置是否开启自定义渲染,只有开启自定...

来源: laya_api 发布时间: 20170929