📄 index-all.html
字号:
</DL>
<HR>
<A NAME="_C_"><!-- --></A><H2>
<B>C</B></H2>
<DL>
<DT><A HREF="./com/fastunit/constants/Align.html#CENTER"><B>CENTER</B></A> -
类 com.fastunit.constants.<A HREF="./com/fastunit/constants/Align.html" title="com.fastunit.constants 中的类">Align</A> 中的静态变量
<DD>中
<DT><A HREF="./com/fastunit/jdbc/Type.html#CHAR"><B>CHAR</B></A> -
接口 com.fastunit.jdbc.<A HREF="./com/fastunit/jdbc/Type.html" title="com.fastunit.jdbc 中的接口">Type</A> 中的静态变量
<DD>定长字符
<DT><A HREF="./com/fastunit/constants/ListSelectMode.html#CHECKBOX"><B>CHECKBOX</B></A> -
类 com.fastunit.constants.<A HREF="./com/fastunit/constants/ListSelectMode.html" title="com.fastunit.constants 中的类">ListSelectMode</A> 中的静态变量
<DD>多选
<DT><A HREF="./com/fastunit/LabelUtil.html#clear()"><B>clear()</B></A> -
类 com.fastunit.<A HREF="./com/fastunit/LabelUtil.html" title="com.fastunit 中的类">LabelUtil</A> 中的静态方法
<DD>清除资源文件的缓存。
<DT><A HREF="./com/fastunit/support/action/ClearAction.html" title="com.fastunit.support.action 中的类"><B>ClearAction</B></A> - <A HREF="./com/fastunit/support/action/package-summary.html">com.fastunit.support.action</A> 中的 类<DD>清除Action元素所属单元的缓存数据(查询单元和启用了“记忆”的单元的数据会被系统缓存)。<DT><A HREF="./com/fastunit/support/action/ClearAction.html#ClearAction()"><B>ClearAction()</B></A> -
类 com.fastunit.support.action.<A HREF="./com/fastunit/support/action/ClearAction.html" title="com.fastunit.support.action 中的类">ClearAction</A> 的构造函数
<DD>
<DT><A HREF="./com/fastunit/jdbc/Type.html#CLOB"><B>CLOB</B></A> -
接口 com.fastunit.jdbc.<A HREF="./com/fastunit/jdbc/Type.html" title="com.fastunit.jdbc 中的接口">Type</A> 中的静态变量
<DD>字符型大对象
<DT><A HREF="./com/fastunit/jdbc/DB.html#close()"><B>close()</B></A> -
接口 com.fastunit.jdbc.<A HREF="./com/fastunit/jdbc/DB.html" title="com.fastunit.jdbc 中的接口">DB</A> 中的方法
<DD>关闭连接,使用<A HREF="./com/fastunit/jdbc/DBFactory.html#getDB()"><CODE>DBFactory.getDB()</CODE></A>或<A HREF="./com/fastunit/jdbc/DBFactory.html#getDB(java.lang.String)"><CODE>DBFactory.getDB(String)</CODE></A>获取的DB系统会自动关闭连接,使用<A HREF="./com/fastunit/jdbc/DBFactory.html#newDB()"><CODE>DBFactory.newDB()</CODE></A>或<A HREF="./com/fastunit/jdbc/DBFactory.html#newDB(java.lang.String)"><CODE>DBFactory.newDB(String)</CODE></A>获取的DB需要手动关闭连接。
<DT><A HREF="./com/fastunit/jdbc/DBFactory.html#closeAllDB()"><B>closeAllDB()</B></A> -
类 com.fastunit.jdbc.<A HREF="./com/fastunit/jdbc/DBFactory.html" title="com.fastunit.jdbc 中的类">DBFactory</A> 中的静态方法
<DD>关闭所有通过<A HREF="./com/fastunit/jdbc/DBFactory.html#getDB()"><CODE>getDB()</CODE></A>或<A HREF="./com/fastunit/jdbc/DBFactory.html#getDB(java.lang.String)"><CODE>getDB(String)</CODE></A>创建的数据库连接(系统调用)。
<DT><A HREF="./com/fastunit/jdbc/Type.html#code()"><B>code()</B></A> -
接口 com.fastunit.jdbc.<A HREF="./com/fastunit/jdbc/Type.html" title="com.fastunit.jdbc 中的接口">Type</A> 中的方法
<DD>
<DT><A HREF="./com/fastunit/constants/DatasetKeywords.html#COLUMN_KEY"><B>COLUMN_KEY</B></A> -
类 com.fastunit.constants.<A HREF="./com/fastunit/constants/DatasetKeywords.html" title="com.fastunit.constants 中的类">DatasetKeywords</A> 中的静态变量
<DD>列名
<DT><A HREF="./com/fastunit/jdbc/ColumnRow.html" title="com.fastunit.jdbc 中的接口"><B>ColumnRow</B></A> - <A HREF="./com/fastunit/jdbc/package-summary.html">com.fastunit.jdbc</A> 中的 接口<DD>Table的行对象,包含了字段的值。<DT><A HREF="./com/fastunit/package-summary.html"><B>com.fastunit</B></A> - 软件包 com.fastunit<DD>常用类<DT><A HREF="./com/fastunit/constants/package-summary.html"><B>com.fastunit.constants</B></A> - 软件包 com.fastunit.constants<DD>常量定义<DT><A HREF="./com/fastunit/context/package-summary.html"><B>com.fastunit.context</B></A> - 软件包 com.fastunit.context<DD>上下文数据对象<DT><A HREF="./com/fastunit/jdbc/package-summary.html"><B>com.fastunit.jdbc</B></A> - 软件包 com.fastunit.jdbc<DD>数据访问和操作<DT><A HREF="./com/fastunit/support/package-summary.html"><B>com.fastunit.support</B></A> - 软件包 com.fastunit.support<DD>应用接口<DT><A HREF="./com/fastunit/support/action/package-summary.html"><B>com.fastunit.support.action</B></A> - 软件包 com.fastunit.support.action<DD>Action的实现类<DT><A HREF="./com/fastunit/jdbc/Transaction.html#commit()"><B>commit()</B></A> -
接口 com.fastunit.jdbc.<A HREF="./com/fastunit/jdbc/Transaction.html" title="com.fastunit.jdbc 中的接口">Transaction</A> 中的方法
<DD>事务提交。
<DT><A HREF="./com/fastunit/User.html#containsGroup(java.lang.String)"><B>containsGroup(String)</B></A> -
接口 com.fastunit.<A HREF="./com/fastunit/User.html" title="com.fastunit 中的接口">User</A> 中的方法
<DD>判断用户是否拥有指定的用户组。
<DT><A HREF="./com/fastunit/User.html#containsRole(java.lang.String)"><B>containsRole(String)</B></A> -
接口 com.fastunit.<A HREF="./com/fastunit/User.html" title="com.fastunit 中的接口">User</A> 中的方法
<DD>判断用户是否拥有指定的角色。
<DT><A HREF="./com/fastunit/constants/ElementShowMode.html#CONTROL"><B>CONTROL</B></A> -
类 com.fastunit.constants.<A HREF="./com/fastunit/constants/ElementShowMode.html" title="com.fastunit.constants 中的类">ElementShowMode</A> 中的静态变量
<DD>控件
<DT><A HREF="./com/fastunit/MapList.html#copyColumn(java.lang.String, java.lang.String)"><B>copyColumn(String, String)</B></A> -
类 com.fastunit.<A HREF="./com/fastunit/MapList.html" title="com.fastunit 中的类">MapList</A> 中的方法
<DD>复制列,创建一个新列key2,并复制key1的所有数据。
<DT><A HREF="./com/fastunit/support/TreeFactory.html#createTree(java.lang.String)"><B>createTree(String)</B></A> -
类 com.fastunit.support.<A HREF="./com/fastunit/support/TreeFactory.html" title="com.fastunit.support 中的类">TreeFactory</A> 中的方法
<DD>创建树。
<DT><A HREF="./com/fastunit/constants/EnumKeywords.html#CUSTOM"><B>CUSTOM</B></A> -
类 com.fastunit.constants.<A HREF="./com/fastunit/constants/EnumKeywords.html" title="com.fastunit.constants 中的类">EnumKeywords</A> 中的静态变量
<DD>定制
</DL>
<HR>
<A NAME="_D_"><!-- --></A><H2>
<B>D</B></H2>
<DL>
<DT><A HREF="./com/fastunit/support/DatasetFactory.html" title="com.fastunit.support 中的接口"><B>DatasetFactory</B></A> - <A HREF="./com/fastunit/support/package-summary.html">com.fastunit.support</A> 中的 接口<DD>JFreeChart数据接口。<DT><A HREF="./com/fastunit/constants/DatasetKeywords.html" title="com.fastunit.constants 中的类"><B>DatasetKeywords</B></A> - <A HREF="./com/fastunit/constants/package-summary.html">com.fastunit.constants</A> 中的 类<DD>统计图数据对象<A HREF="./com/fastunit/MapList.html" title="com.fastunit 中的类"><CODE>MapList</CODE></A>的关键词。<DT><A HREF="./com/fastunit/jdbc/Type.html#DATE"><B>DATE</B></A> -
接口 com.fastunit.jdbc.<A HREF="./com/fastunit/jdbc/Type.html" title="com.fastunit.jdbc 中的接口">Type</A> 中的静态变量
<DD>日期
<DT><A HREF="./com/fastunit/jdbc/DB.html" title="com.fastunit.jdbc 中的接口"><B>DB</B></A> - <A HREF="./com/fastunit/jdbc/package-summary.html">com.fastunit.jdbc</A> 中的 接口<DD>数据库访问对象。<DT><A HREF="./com/fastunit/jdbc/DBFactory.html" title="com.fastunit.jdbc 中的类"><B>DBFactory</B></A> - <A HREF="./com/fastunit/jdbc/package-summary.html">com.fastunit.jdbc</A> 中的 类<DD>DB的工厂类。<DT><A HREF="./com/fastunit/jdbc/DBFactory.html#DBFactory()"><B>DBFactory()</B></A> -
类 com.fastunit.jdbc.<A HREF="./com/fastunit/jdbc/DBFactory.html" title="com.fastunit.jdbc 中的类">DBFactory</A> 的构造函数
<DD>
<DT><A HREF="./com/fastunit/DebugUtil.html" title="com.fastunit 中的类"><B>DebugUtil</B></A> - <A HREF="./com/fastunit/package-summary.html">com.fastunit</A> 中的 类<DD>调试工具类。<DT><A HREF="./com/fastunit/jdbc/Type.html#DECIMAL"><B>DECIMAL</B></A> -
接口 com.fastunit.jdbc.<A HREF="./com/fastunit/jdbc/Type.html" title="com.fastunit.jdbc 中的接口">Type</A> 中的静态变量
<DD>长小数
<DT><A HREF="./com/fastunit/support/action/DefaultAction.html" title="com.fastunit.support.action 中的类"><B>DefaultAction</B></A> - <A HREF="./com/fastunit/support/action/package-summary.html">com.fastunit.support.action</A> 中的 类<DD>Action元素未指定Action类时,此类为默认值,执行命令行逻辑。<DT><A HREF="./com/fastunit/support/action/DefaultAction.html#DefaultAction()"><B>DefaultAction()</B></A> -
类 com.fastunit.support.action.<A HREF="./com/fastunit/support/action/DefaultAction.html" title="com.fastunit.support.action 中的类">DefaultAction</A> 的构造函数
<DD>
<DT><A HREF="./com/fastunit/UserSupport.html#deleteUser(com.fastunit.jdbc.DB, java.lang.String)"><B>deleteUser(DB, String)</B></A> -
类 com.fastunit.<A HREF="./com/fastunit/UserSupport.html" title="com.fastunit 中的类">UserSupport</A> 中的静态方法
<DD>删除用户。
<DT><A HREF="./com/fastunit/support/action/DefaultAction.html#doAction(com.fastunit.jdbc.DB, com.fastunit.context.ActionContext)"><B>doAction(DB, ActionContext)</B></A> -
类 com.fastunit.support.action.<A HREF="./com/fastunit/support/action/DefaultAction.html" title="com.fastunit.support.action 中的类">DefaultAction</A> 中的方法
<DD>执行命令行。
<DT><A HREF="./com/fastunit/support/action/TransactionAction.html#doAction(com.fastunit.jdbc.DB, com.fastunit.context.ActionContext)"><B>doAction(DB, ActionContext)</B></A> -
类 com.fastunit.support.action.<A HREF="./com/fastunit/support/action/TransactionAction.html" title="com.fastunit.support.action 中的类">TransactionAction</A> 中的方法
<DD>执行业务逻辑。
<DT><A HREF="./com/fastunit/support/action/DownloadAction.html#doDownload(com.fastunit.context.ActionContext, javax.servlet.http.HttpServletResponse)"><B>doDownload(ActionContext, HttpServletResponse)</B></A> -
类 com.fastunit.support.action.<A HREF="./com/fastunit/support/action/DownloadAction.html" title="com.fastunit.support.action 中的类">DownloadAction</A> 中的方法
<DD>默认使用URLDownloader处理下载。
<DT><A HREF="./com/fastunit/jdbc/Type.html#DOUBLE"><B>DOUBLE</B></A> -
接口 com.fastunit.jdbc.<A HREF="./com/fastunit/jdbc/Type.html" title="com.fastunit.jdbc 中的接口">Type</A> 中的静态变量
<DD>双精度浮点
<DT><A HREF="./com/fastunit/support/action/DownloadAction.html" title="com.fastunit.support.action 中的类"><B>DownloadAction</B></A> - <A HREF="./com/fastunit/support/action/package-summary.html">com.fastunit.support.action</A> 中的 类<DD>处理下载时,必须指定此类或子类。<DT><A HREF="./com/fastunit/support/action/DownloadAction.html#DownloadAction()"><B>DownloadAction()</B></A> -
类 com.fastunit.support.action.<A HREF="./com/fastunit/support/action/DownloadAction.html" title="com.fastunit.support.action 中的类">DownloadAction</A> 的构造函数
<DD>
</DL>
<HR>
<A NAME="_E_"><!-- --></A><H2>
<B>E</B></H2>
<DL>
<DT><A HREF="./com/fastunit/constants/UnitShowMode.html#EDIT"><B>EDIT</B></A> -
类 com.fastunit.constants.<A HREF="./com/fastunit/constants/UnitShowMode.html" title="com.fastunit.constants 中的类">UnitShowMode</A> 中的静态变量
<DD>修改
<DT><A HREF="./com/fastunit/Element.html" title="com.fastunit 中的接口"><B>Element</B></A> - <A HREF="./com/fastunit/package-summary.html">com.fastunit</A> 中的 接口<DD>元素对象。<DT><A HREF="./com/fastunit/constants/ElementShowMode.html" title="com.fastunit.constants 中的类"><B>ElementShowMode</B></A> - <A HREF="./com/fastunit/constants/package-summary.html">com.fastunit.constants</A> 中的 类<DD>元素显示模式。<DT><A HREF="./com/fastunit/support/ElementWriter.html" title="com.fastunit.support 中的接口"><B>ElementWriter</B></A> - <A HREF="./com/fastunit/support/package-summary.html">com.fastunit.support</A> 中的 接口<DD>元素解析类,为“定制元素”使用。<DT><A HREF="./com/fastunit/constants/EnumKeywords.html" title="com.fastunit.constants 中的类"><B>EnumKeywords</B></A> - <A HREF="./com/fastunit/constants/package-summary.html">com.fastunit.constants</A> 中的 类<DD>枚举数据对象<A HREF="./com/fastunit/MapList.html" title="com.fastunit 中的类"><CODE>MapList</CODE></A>的关键词。<DT><A HREF="./com/fastunit/jdbc/DB.html#execute(java.lang.String)"><B>execute(String)</B></A> -
接口 com.fastunit.jdbc.<A HREF="./com/fastunit/jdbc/DB.html" title="com.fastunit.jdbc 中的接口">DB</A> 中的方法
<DD>执行SQL语句。
<DT><A HREF="./com/fastunit/jdbc/DB.html#execute(java.lang.String, java.lang.String, int)"><B>execute(String, String, int)</B></A> -
接口 com.fastunit.jdbc.<A HREF="./com/fastunit/jdbc/DB.html" title="com.fastunit.jdbc 中的接口">DB</A> 中的方法
<DD>执行SQL语句,value将会绑定到SQL语句中的一个'?'
<DT><A HREF="./com/fastunit/jdbc/DB.html#execute(java.lang.String, java.lang.String[], int[])"><B>execute(String, String[], int[])</B></A> -
接口 com.fastunit.jdbc.<A HREF="./com/fastunit/jdbc/DB.html" title="com.fastunit.jdbc 中的接口">DB</A> 中的方法
<DD>执行SQL语句,values中的值将会按顺序绑定到SQL语句中的多个'?'
<DT><A HREF="./com/fastunit/support/action/BackAction.html#execute(com.fastunit.context.ActionContext)"><B>execute(ActionContext)</B></A> -
类 com.fastunit.support.action.<A HREF="./com/fastunit/support/action/BackAction.html" title="com.fastunit.support.action 中的类">BackAction</A> 中的方法
<DD>设置转向URL。
<DT><A HREF="./com/fastunit/support/action/ClearAction.html#execute(com.fastunit.context.ActionContext)"><B>execute(ActionContext)</B></A> -
类 com.fastunit.support.action.<A HREF="./com/fastunit/support/action/ClearAction.html" title="com.fastunit.support.action 中的类">ClearAction</A> 中的方法
<DD>清除单元的缓存数据。
<DT><A HREF="./com/fastunit/support/action/DownloadAction.html#execute(com.fastunit.context.ActionContext)"><B>execute(ActionContext)</B></A> -
类 com.fastunit.support.action.<A HREF="./com/fastunit/support/action/DownloadAction.html" title="com.fastunit.support.action 中的类">DownloadAction</A> 中的方法
<DD>处理下载。
<DT><A HREF="./com/fastunit/support/Action.html#execute(com.fastunit.context.ActionContext)"><B>execute(ActionContext)</B></A> -
接口 com.fastunit.support.<A HREF="./com/fastunit/support/Action.html" title="com.fastunit.support 中的接口">Action</A> 中的方法
<DD>执行业务逻辑,Action执行失败时需要通过<A HREF="./com/fastunit/context/ActionResult.html#setSuccessful(boolean)"><CODE>ActionResult.setSuccessful(false)</CODE></A>设为失败。
<DT><A HREF="./com/fastunit/support/action/LogoutAction.html#execute(com.fastunit.context.ActionContext)"><B>execute(ActionContext)</B></A> -
类 com.fastunit.support.action.<A HREF="./com/fastunit/support/action/LogoutAction.html" title="com.fastunit.support.action 中的类">LogoutAction</A> 中的方法
<DD>清除Session中的用户信息。
<DT><A HREF="./com/fastunit/support/action/QueryAction.html#execute(com.fastunit.context.ActionContext)"><B>execute(ActionContext)</B></A> -
类 com.fastunit.support.action.<A HREF="./com/fastunit/support/action/QueryAction.html" title="com.fastunit.support.action 中的类">QueryAction</A> 中的方法
<DD>执行查询。
<DT><A HREF="./com/fastunit/support/action/TransactionAction.html#execute(com.fastunit.context.ActionContext)"><B>execute(ActionContext)</B></A> -
类 com.fastunit.support.action.<A HREF="./com/fastunit/support/action/TransactionAction.html" title="com.fastunit.support.action 中的类">TransactionAction</A> 中的方法
<DD>完成事务处理,处理的DB对象通过<A HREF="./com/fastunit/support/action/TransactionAction.html#getDB(com.fastunit.context.ActionContext)"><CODE>getDB</CODE></A>创建。
<DT><A HREF="./com/fastunit/support/action/Unit2ExcelAction.html#execute(com.fastunit.context.ActionContext)"><B>execute(ActionContext)</B></A> -
类 com.fastunit.support.action.<A HREF="./com/fastunit/support/action/Unit2ExcelAction.html" title="com.fastunit.support.action 中的类">Unit2ExcelAction</A> 中的方法
<DD>处理下载。
<DT><A HREF="./com/fastunit/support/action/Unit2ExcelAllAction.html#execute(com.fastunit.context.ActionContext)"><B>execute(ActionContext)</B></A> -
类 com.fastunit.support.action.<A HREF="./com/fastunit/support/action/Unit2ExcelAllAction.html" title="com.fastunit.support.action 中的类">Unit2ExcelAllAction</A> 中的方法
<DD>处理下载。
<DT><A HREF="./com/fastunit/jdbc/DB.html#executeBatch(java.lang.String, java.util.List, int[])"><B>executeBatch(String, List, int[])</B></A> -
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -