資源簡介
myeclipse 下JSF如何實現增刪改查

代碼片段和文件信息
package?com.corejsf;
public?class?Name?{
???private?String?first;
???private?String?last;
???private?boolean?markedForDeletion?=?false;
???public?Name(String?first?String?last)?{
??????this.first?=?first;
??????this.last?=?last;
???}
???public?void?setFirst(String?newValue)?{?first?=?newValue;?}
???public?String?getFirst()?{?return?first;?}
???public?void?setLast(String?newValue)?{?last?=?newValue;?}
???public?String?getLast()?{?return?last;?}
???public?boolean?isMarkedForDeletion()?{?return?markedForDeletion;?}
???public?void?setMarkedForDeletion(boolean?newValue)?{
??????markedForDeletion?=?newValue;
???}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件?????115252??2007-10-17?07:18??jsfdatatable\index.html
?????文件??????35192??2007-07-20?20:32??jsfdatatable\index_files\1_table1.png
?????文件??????48360??2007-07-20?20:36??jsfdatatable\index_files\1_table2.png
?????文件??????37055??2007-07-20?20:54??jsfdatatable\index_files\1_table3.png
?????文件??????39404??2007-07-20?20:56??jsfdatatable\index_files\1_table4.png
?????文件??????36508??2007-07-20?22:02??jsfdatatable\index_files\1_table5.png
?????文件??????42080??2007-07-20?22:05??jsfdatatable\index_files\1_table6.png
?????文件??????38487??2007-07-20?22:11??jsfdatatable\index_files\1_table7.png
?????文件??????67173??2007-08-02?07:20??jsfdatatable\index_files\1_table8.png
?????文件?????????43??2007-07-04?13:12??jsfdatatable\index_files\a.gif
?????文件???????1641??2007-06-15?09:53??jsfdatatable\index_files\beige.jpg
?????文件???????9520??2007-07-04?13:12??jsfdatatable\index_files\default.css
?????文件???????8427??2007-06-15?09:53??jsfdatatable\index_files\l2_shin_sang_portrait.gif
?????文件???????1597??2007-07-04?13:12??jsfdatatable\index_files\logo_sun.gif
?????文件??????17620??2007-06-15?09:53??jsfdatatable\index_files\netbeans.css
?????文件??????17620??2007-06-15?09:53??jsfdatatable\index_files\netbeans_002.css
?????文件???????6280??2007-06-15?09:53??jsfdatatable\index_files\newroll.gif
?????文件?????????81??2007-07-04?13:12??jsfdatatable\index_files\Picasa.ini
?????文件???????1902??2007-06-15?09:53??jsfdatatable\index_files\tigris.txt
?????文件????????128??2007-07-09?18:03??jsfdatatable\samples\core-components\build\web\images\dice1.gif
?????文件????????140??2007-07-09?18:03??jsfdatatable\samples\core-components\build\web\images\dice2.gif
?????文件????????151??2007-07-09?18:03??jsfdatatable\samples\core-components\build\web\images\dice3.gif
?????文件????????162??2007-07-09?18:03??jsfdatatable\samples\core-components\build\web\images\dice4.gif
?????文件????????176??2007-07-09?18:03??jsfdatatable\samples\core-components\build\web\images\dice5.gif
?????文件????????223??2007-07-09?18:03??jsfdatatable\samples\core-components\build\web\index.html
?????文件???????3931??2007-07-20?20:53??jsfdatatable\samples\core-components\build\web\index.jsp
?????文件?????????23??2007-07-09?18:03??jsfdatatable\samples\core-components\build\web\me
?????文件?????????75??2007-07-09?18:03??jsfdatatable\samples\core-components\build\web\st
?????文件????????246??2007-07-09?18:03??jsfdatatable\samples\core-components\build\web\WEB-INF\classes\com\corejsf\messages.properties
?????文件????????839??2007-07-09?18:03??jsfdatatable\samples\core-components\build\web\WEB-INF\faces-config.xm
............此處省略286個文件信息
- 上一篇:將指紋數據存入數據庫中
- 下一篇:Socket 類封裝 改進版
評論
共有 條評論