Documentation

Trace:

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
jvx:client:model:databookbuilder [2018/02/01 08:15]
admin
jvx:client:model:databookbuilder [2020/07/08 17:39] (current)
cduncan articles
Line 2: Line 2:
 ~~NOTRANS~~ ~~NOTRANS~~
  
-JVx has one model for all controls. It's called ​Data Book. We have implementations for memory and database organized ​data books. A data book is like a table (with columns and rows). It needs column definitionsto work properly.+JVx has one model for all controls. It's called ​DataBook. We have implementations for memory and database organized ​databooks. A databook ​is like a table (with columns and rows). It needs column definitions to work properly.
  
-If you have simple ​String ​arrays or key/value pairs and want to create a data book, you could use the DataBookBuilder. It supports creating memory organized ​data books with ListsMaps, and arrays. ​+If you have simple ​string ​arrays or key/value pairs and want to create a databook, you could use the DataBookBuilder. It supports creating memory organized ​databooks ​with listsmaps, and arrays. ​
  
-If you have an array of strings, simply create a data book with following code:+If you have an array of strings, simply create a databook ​with the following code:
  
 <file java> <file java>
Line 14: Line 14:
 </​file>​ </​file>​
  
-The book will have two columns. The first is an automatic ​created ID (BigDecimal) and the second one is the VALUE (String) from the array. The builder has an optional flag to create unique records or to use every given value. The ID is a number starting with 0.+The book will have two columns. The first is an automatically ​created ID (BigDecimal)and the second one is the VALUE (string) from the array. The builder has an optional flag to create unique records or to use every given value. The ID is a number starting with 0.
  
 The result of our example: The result of our example:
This website uses cookies for visitor traffic analysis. By using the website, you agree with storing the cookies on your computer.More information