码迷,mamicode.com
首页 >  
搜索关键字:Dialog    ( 2555个结果
之前收集的一波MaterialDesign库
material https://github.com/rey5137/material MaterialDesignLibrary md控件库,可兼容到2.2。 https://github.com/navasmdc/MaterialDesignLibrary Material Dialog ht ...
分类:其他好文   时间:2018-08-14 20:04:00    阅读次数:199
java Swing组件和事件处理
1、常见的容器 JComponent是 Container 的子类,中间容器必须添加到底层容器中才能够发挥作用, JPanel 面板 :使用jPanel 创建一个面板,再通过添加组件到该面板上面,JPanel默认的布局方式是FlowLayout JScrollPanel 滑动窗格: 滑动窗格只可以添 ...
分类:编程语言   时间:2018-08-12 22:49:15    阅读次数:214
10 Jquery UI Dialog 对话框插件
...
分类:Web程序   时间:2018-08-12 01:34:01    阅读次数:171
vuex相关的知识
配置之后使用:$store.state.dialog.show用来获得状态使用 $store.commit('switch_dialog') 来触发 mutations 中的 switch_dialog 方法mutations 中的方法是不分组件的 ,mutations里的操作必须是同步的。只是官方... ...
分类:其他好文   时间:2018-08-11 20:02:41    阅读次数:147
Java学习之JOptionPane类
在图形用户界面(GUI)环境中,大体上有两种类型的窗体: 框架窗体(frame window)和对话窗体(dialog window)。 在Java中,我们使用JFrame对象作为框架窗体,使用JDialog对象作为对话窗体。下面来熟悉JOptionPane类的几种常用方法: 1.用于输出的JOpt ...
分类:编程语言   时间:2018-08-10 14:35:17    阅读次数:223
纯前端表格控件SpreadJS V11.2新版本发布,全面支持React和Vue
纯前端表格控件 SpreadJS V11.2 正式推出,全面支持 React 和 Vue,并提供了工作表区域偏移和 CSS 自定义分组等功能
分类:Web程序   时间:2018-08-08 19:52:13    阅读次数:158
vue项目如何刷新当前页面
想必大家在刨坑vue的时候也遇到过下面情形:比如在删除或者增加一条记录的时候希望当前页面可以重新刷新或者如下面这种: 如果希望点击确定的时候,Dialog 对话框关闭的时候,当前http://localhost:9530/#/supplier/supplierAll页面可以重新刷新下 那么表格的数据 ...
分类:其他好文   时间:2018-08-07 13:14:15    阅读次数:208
模态框
模态框:<div class="modal fade" tabindex="-1" role="dialog"> <div class="modal-dialog" role="document"> <div class="modal-content"> <div class="modal-head ...
分类:其他好文   时间:2018-08-06 22:41:05    阅读次数:218
精轧跟踪
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.... ...
分类:其他好文   时间:2018-08-05 18:04:46    阅读次数:153
Android.对话框(AlertDialog/Toast/Snackbar)
1、资料: 1.1、Android提醒微技巧,你真的了解Dialog、Toast和Snackbar吗? - CSDN博客.html(https://blog.csdn.net/guolin_blog/article/details/51336415) 1.2、Android界面设计之对话框——定制T ...
分类:移动开发   时间:2018-08-05 14:54:57    阅读次数:205
2555条   上一页 1 ... 40 41 42 43 44 ... 256 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!