|
|
|
|
LEADER |
00000cam a2200000 a 4500 |
001 |
EBSCO_ocn815478889 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr cn||||||||| |
008 |
121002s2012 enka o 001 0 eng d |
040 |
|
|
|a E7B
|b eng
|e pn
|c E7B
|d OCLCO
|d N$T
|d OCLCF
|d OCLCQ
|d AZK
|d NLE
|d LOA
|d JBG
|d AGLDB
|d MOR
|d PIFAG
|d OCLCQ
|d U3W
|d STF
|d WRM
|d VTS
|d NRAMU
|d OCLCQ
|d OCLCO
|d INT
|d UKMGB
|d OCLCQ
|d OCLCO
|d OCLCQ
|d A6Q
|d M8D
|d UKAHL
|d HS0
|d UKCRE
|d OCLCQ
|d OCLCO
|d QGK
|d OCLCQ
|d OCLCO
|
016 |
7 |
|
|a 018014727
|2 Uk
|
019 |
|
|
|a 958946389
|a 961605858
|a 962613508
|a 966219712
|a 988460656
|a 992063824
|a 1037776313
|a 1038583903
|a 1045520481
|a 1083602188
|a 1153503495
|a 1259108249
|
020 |
|
|
|a 9781849515191
|q (electronic bk.)
|
020 |
|
|
|a 1849515190
|q (electronic bk.)
|
020 |
|
|
|z 9781849515184
|
020 |
|
|
|a 1283609495
|
020 |
|
|
|a 9781283609494
|
020 |
|
|
|a 9786613921949
|
020 |
|
|
|a 6613921947
|
029 |
1 |
|
|a AU@
|b 000054190666
|
029 |
1 |
|
|a DEBBG
|b BV043137521
|
029 |
1 |
|
|a DEBSZ
|b 421347724
|
029 |
1 |
|
|a NZ1
|b 15196439
|
029 |
1 |
|
|a UKMGB
|b 018014727
|
035 |
|
|
|a (OCoLC)815478889
|z (OCoLC)958946389
|z (OCoLC)961605858
|z (OCoLC)962613508
|z (OCoLC)966219712
|z (OCoLC)988460656
|z (OCoLC)992063824
|z (OCoLC)1037776313
|z (OCoLC)1038583903
|z (OCoLC)1045520481
|z (OCoLC)1083602188
|z (OCoLC)1153503495
|z (OCoLC)1259108249
|
037 |
|
|
|a 9781849515191
|b Packt Publishing Pvt. Ltd
|
050 |
|
4 |
|a TK5105.875.I57
|
072 |
|
7 |
|a COM
|x 060010
|2 bisacsh
|
082 |
0 |
4 |
|a 005.71376
|2 23
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Opute, Odili Charles.
|
245 |
1 |
0 |
|a ExtGWT rich internet application cookbook :
|b 80 recipes to build rich Java web apps on the robust GWT platform, with Sencha ExtGWT /
|c Odili Charles Opute, Oded Nissan.
|
260 |
|
|
|a Birmingham, UK :
|b Packt Pub.,
|c Ã2012.
|
300 |
|
|
|a 1 online resource :
|b illustrations
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
347 |
|
|
|a data file
|
500 |
|
|
|a Includes index.
|
505 |
0 |
|
|a Cover; Copyright; Credits; About the Authors; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Playing with Panels and Windows; Introduction; Creating a basic window; Building windows that can be maximized, resized, dragged, and made modal; Creating dialog windows; Pre-empt users with messages; Building a window management system; Chapter 2: Playing Hide and Seek with Tabs; Introduction; Building tabbed content with custom tab icons; Creating bottom navigation tabs; Creating a tab panel with scrollable tab strip; Programmatically adding/removing a tab
|
505 |
8 |
|
|a Tab notificationSearching for, locating, and selecting a particular tab; Showing a tab strip for only two or more tabs; Chapter 3: Click-ware: Buttons, Toolbars, and Menus; Introduction; Creating buttons with text and icons; Aligning buttons; Creating on/off toggle buttons; Organizing actions with the menu and split buttons; Building a bar of tools; Crafting multi-column buttons in ToolBar; Binding a single action to several click-wares; Chapter 4: Crafting UI Real Estate; Introduction; Organizing navigation with AccordionLayout; Snapping components even when resized
|
505 |
8 |
|
|a UI cardinality with BorderLayoutBuilding a basic wizard with CardLayout; RowLayout vertical and horizontal aligning; Building grids with ColumnLayout; Building DashBoards; Chapter 5: Engaging Users with Forms and Data Input; Introduction; Building a simple form with basic validation; Showing options with combos; Customizing a combo's bound model; Linking combos; Capturing multiple input selection; Simple FileUpload and processing; Binding data into forms; Building a better slider field; Chapter 6: Data Hierarchy with Trees; Introduction; Building a basic tree; Custom node labels
|
505 |
8 |
|
|a Decorating trees with iconsAugmenting trees with ContextMenu; Building trees with checkbox selection; Building asynchronous trees; Custom sorting within trees; Chapter 7: The Venerable Grid Component; Introduction; Basic grid: numbered rows, re-orderable columns; Formatting cell data; Grouping column headers; Aggregating column data; Easy record selection with checkboxes; Entering validated data into a grid; Automatic pagination in grids; Data grouping in grids; Custom rendering for grid groups; Live data group summaries; BeanModel grid; Intuitive record filtering
|
505 |
8 |
|
|a Chapter 8: Templates and ViewsIntroduction; Format data with a basic template; Doing logic in templates; Doing math in templates; Custom ComboBox displays; Giving details with RowExpander; Chapter 9: Data Makeovers with Charts and Visualizations; Introduction; Using a bar chart; Using a pie chart; Using a line chart; Using an area chart; Visualizing data from a component; Visualizing remote Data; Drawing on a canvas; Chapter 10: Drag-and-drop; Introduction; Dragging anything; Simple DnD within components; DnD across components; DnD from desktop, with HTML5; Implementing custom DnD on tabs
|
520 |
|
|
|a Over 80 recipes to build rich Java web apps on the robust GWT platform with Sencha ExtGWT.
|
546 |
|
|
|a English.
|
590 |
|
|
|a eBooks on EBSCOhost
|b EBSCO eBook Subscription Academic Collection - Worldwide
|
630 |
0 |
0 |
|a Google Web toolkit.
|
630 |
0 |
7 |
|a Google Web toolkit
|2 fast
|
650 |
|
0 |
|a Internet
|x Computer programs.
|
650 |
|
0 |
|a Java (Computer program language)
|
650 |
|
6 |
|a Internet
|x Logiciels.
|
650 |
|
6 |
|a Java (Langage de programmation)
|
650 |
|
7 |
|a COMPUTERS
|x Web
|x Browsers.
|2 bisacsh
|
650 |
|
7 |
|a Internet
|x Computer programs
|2 fast
|
650 |
|
7 |
|a Java (Computer program language)
|2 fast
|
700 |
1 |
|
|a Nissan, Oded.
|
776 |
|
|
|z 1-84951-518-2
|
856 |
4 |
0 |
|u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=486647
|z Texto completo
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH26943823
|
938 |
|
|
|a ebrary
|b EBRY
|n ebr10603769
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 486647
|
994 |
|
|
|a 92
|b IZTAP
|