diff --git a/docs/javadoc/BBjGridExWidget.html b/docs/javadoc/BBjGridExWidget.html index 92962bee..01e0ff5b 100644 --- a/docs/javadoc/BBjGridExWidget.html +++ b/docs/javadoc/BBjGridExWidget.html @@ -2,9 +2,9 @@ - + BBjGridExWidget - + @@ -18,7 +18,7 @@ catch(err) { } //--> -var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":9,"i15":9,"i16":9,"i17":9,"i18":9,"i19":9,"i20":9,"i21":9,"i22":10,"i23":9,"i24":9,"i25":10,"i26":10,"i27":10,"i28":10,"i29":10,"i30":10,"i31":10,"i32":10,"i33":10,"i34":10,"i35":10,"i36":10,"i37":10,"i38":10,"i39":10,"i40":10,"i41":10,"i42":10,"i43":10,"i44":10,"i45":10,"i46":10,"i47":10,"i48":10,"i49":10,"i50":10,"i51":10,"i52":10,"i53":10,"i54":10}; +var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":9,"i15":9,"i16":9,"i17":9,"i18":9,"i19":9,"i20":9,"i21":9,"i22":10,"i23":9,"i24":9,"i25":10,"i26":10,"i27":10,"i28":10,"i29":10,"i30":10,"i31":10,"i32":10,"i33":10,"i34":10,"i35":10,"i36":10,"i37":10,"i38":10,"i39":10,"i40":10,"i41":10,"i42":10,"i43":10,"i44":10,"i45":10,"i46":10,"i47":10,"i48":10,"i49":10,"i50":10,"i51":10,"i52":10,"i53":10,"i54":10,"i55":10,"i56":10,"i57":10}; var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; @@ -218,7 +218,7 @@

Method Summary

BBjGridExWidgetColumnState -getColumnsState()  +getColumnState()  BBjString @@ -227,7 +227,7 @@

Method Summary

-BBjNumber +BBjGridExWidgetRow getSelectedRow()  @@ -343,7 +343,7 @@

Method Summary

void -setColumnsState(BBjGridExWidgetColumnState state!)  +setColumnState(BBjGridExWidgetColumnState state!)  void @@ -360,96 +360,114 @@

Method Summary

void +setData(DataTree rs!, +BBjString RowNodeId$)  + + +void +setData(DataTree rs!, +BBjString RowNodeId$, +BBjString ParentNodeId$)  + + +void setData(ResultSet rs!)
set the data into the grid
- + +void +setData(ResultSet rs!, +BBjString RowNodeId$) +
set the data into the grid
+ + + void setEnableFilter(BBjNumber enable)
Allow filters in the grid
- + void setEnableFloatingFilter(BBjNumber enable)
Allow floating filters in the grid
- + void setFitToGrid(BBjNumber fit!)
set the grid to scroll horizontally or fit into the client area
- + void setGroupColumnLabel(BBjString label$)
set the label for the group column if the grid is a tree-grid defaults to "Group"
- + void setGroupSelectsChildren(BBjNumber x!)
When true, selecting a group will have the impact of selecting all its children When false, then the group is selectable independently of the child nodes
- + void setMultipleSelection(BBjNumber multiple)
Allow selection of multiple cells or rows
- + void setQuickFilter(BBjNumber filter)
Perform throw columns search
- + void setQuickFilter(BBjString filter!)
Perform throw columns search
- + void setSelectedRow(BBjNumber x!)
set the selected row
- + void setSelectedRows(BBjVector x!)
set the selected row indices
- + void setSelectionMode(BBjNumber mode)
set the selection mode of the grid
- + void setShowGroupChildCount(BBjNumber status!)
Optinally Suppress the number of items in a group
- + void setShowSelectionCheckbox(BBjNumber x!)
When true, selection box will be show on the first column When false, no checkbox will be displayed
- + void setTheme(BBjString theme$)  - + void setVisibleColumn(BBjString columnId!)
set visible column @@ -457,7 +475,7 @@

Method Summary

Ensures the column is visible, scrolling the table if needed.
- + void setVisibleRow(BBjNumber index!, BBjString position!) @@ -466,7 +484,7 @@

Method Summary

Ensures the row index is visible by vertically scrolling the grid. - + void showDeveloperConsole()
experimental function that shows the developer console @@ -759,6 +777,22 @@

setData

+ + + + @@ -776,6 +810,27 @@

setData

+ + + + + + + + @@ -1080,22 +1135,22 @@

getGroupColumnLabel

get the label for the group column if the grid is a tree-grid
- + - + @@ -1107,39 +1162,39 @@

getSelectedRows

public BBjVector getSelectedRows()
Returns:
-
BBjVector with the selected row indexes
+
Hashmap with the selected row indexes and items
-
+ - + - + diff --git a/docs/javadoc/BBjGridExWidgetColumnState.html b/docs/javadoc/BBjGridExWidgetColumnState.html index fe0b53c4..dd728b48 100644 --- a/docs/javadoc/BBjGridExWidgetColumnState.html +++ b/docs/javadoc/BBjGridExWidgetColumnState.html @@ -2,9 +2,9 @@ - + BBjGridExWidgetColumnState - + @@ -42,7 +42,7 @@ diff --git a/docs/javadoc/constant-values.html b/docs/javadoc/constant-values.html index 0f744586..d00a8128 100644 --- a/docs/javadoc/constant-values.html +++ b/docs/javadoc/constant-values.html @@ -2,9 +2,9 @@ - + Constant Field Values - + diff --git a/docs/javadoc/deprecated-list.html b/docs/javadoc/deprecated-list.html index 49099699..282c46b7 100644 --- a/docs/javadoc/deprecated-list.html +++ b/docs/javadoc/deprecated-list.html @@ -2,9 +2,9 @@ - + Deprecated List - + diff --git a/docs/javadoc/help-doc.html b/docs/javadoc/help-doc.html index b1f50aae..c3b15c73 100644 --- a/docs/javadoc/help-doc.html +++ b/docs/javadoc/help-doc.html @@ -2,9 +2,9 @@ - + API Help - + diff --git a/docs/javadoc/index-all.html b/docs/javadoc/index-all.html index 111ffc59..513e2e84 100644 --- a/docs/javadoc/index-all.html +++ b/docs/javadoc/index-all.html @@ -2,9 +2,9 @@ - + Index - + @@ -67,7 +67,7 @@
-
A B C D E G M O P R S  +
A B C D E G I M O P R S T 

A

@@ -106,9 +106,13 @@

B

 
BBjGridExWidgetColumnState() - Constructor for class BBjGridExWidgetColumnState
 
-
BBjGridExWidgetRowDoubleClickEvent - Class in <Unnamed>
+
BBjGridExWidgetDoubleClickRowEvent - Class in <Unnamed>
 
-
BBjGridExWidgetRowDoubleClickEvent() - Constructor for class BBjGridExWidgetRowDoubleClickEvent
+
BBjGridExWidgetDoubleClickRowEvent() - Constructor for class BBjGridExWidgetDoubleClickRowEvent
+
 
+
BBjGridExWidgetRow - Class in <Unnamed>
+
 
+
BBjGridExWidgetRow() - Constructor for class BBjGridExWidgetRow
 
BBjGridExWidgetSelectRowEvent - Class in <Unnamed>
 
@@ -120,6 +124,8 @@

B

C

+
ChildIndex! - Variable in class BBjGridExWidgetRow
+
 
clearColumnDefinitions() - Method in class BBjGridExWidget
clear all columns
@@ -134,6 +140,8 @@

C

D

+
Data! - Variable in class BBjGridExWidgetRow
+
 
deselectAll() - Method in class BBjGridExWidget
deselect all rows
@@ -142,6 +150,8 @@

D

deselect all rows
+
DeselectedRows! - Variable in class BBjGridExWidgetSelectRowEvent
+
 
@@ -158,16 +168,34 @@

E

G

-
getColumnsState() - Method in class BBjGridExWidget
+
getColumnState() - Method in class BBjGridExWidget
 
+
getDeselectedIds() - Method in class BBjGridExWidgetSelectRowEvent
+
+
Get the ids of deselected rows by the last event
+
+
getDeselectedRowCount() - Method in class BBjGridExWidgetSelectRowEvent
+
+
Get the number of deselected rows by the last event
+
getGroupColumnLabel() - Method in class BBjGridExWidget
get the label for the group column if the grid is a tree-grid
+
getRowCount() - Method in class BBjGridExWidgetSelectRowEvent
+
+
Get the number of affected rows by the last event
+
+
getSelectedIds() - Method in class BBjGridExWidgetSelectRowEvent
+
+
Get the ids of selected rows by the last event
+
getSelectedRow() - Method in class BBjGridExWidget
 
getSelectedRowCount() - Method in class BBjGridExWidgetSelectRowEvent
-
 
+
+
Get the number of selected rows by the last event
+
getSelectedRows() - Method in class BBjGridExWidget
 
getThemes() - Method in class BBjGridExWidget
@@ -189,6 +217,16 @@

G

GRID_SELECT_ROW() - Static method in class BBjGridExWidget
 
+ + + +

I

+
+
Id! - Variable in class BBjGridExWidgetRow
+
 
+
IsSelected! - Variable in class BBjGridExWidgetRow
+
 
+
@@ -222,6 +260,8 @@

O

P

+
ParentKey! - Variable in class BBjGridExWidgetRow
+
 
pinColumn(BBjString, BBjString) - Method in class BBjGridExWidget
pin a column of the grid to the left or the right margin
@@ -234,7 +274,9 @@

R

redraw(Boolean) - Method in class BBjGridExWidget
 
-
Row - Variable in class BBjGridExWidgetRowDoubleClickEvent
+
Row! - Variable in class BBjGridExWidgetDoubleClickRowEvent
+
 
+
Rows! - Variable in class BBjGridExWidgetSelectRowEvent
 
@@ -264,7 +306,7 @@

S

set the font color of a column
-
setColumnsState(BBjGridExWidgetColumnState) - Method in class BBjGridExWidget
+
setColumnState(BBjGridExWidgetColumnState) - Method in class BBjGridExWidget
 
setColumnWidth(BBjString, BBjNumber) - Method in class BBjGridExWidget
@@ -274,10 +316,18 @@

S

set the data into the grid
+
setData(ResultSet, BBjString) - Method in class BBjGridExWidget
+
+
set the data into the grid
+
setData(DataTree) - Method in class BBjGridExWidget
set the data into the grid, to create a tree grid
+
setData(DataTree, BBjString) - Method in class BBjGridExWidget
+
 
+
setData(DataTree, BBjString, BBjString) - Method in class BBjGridExWidget
+
 
setEnableFilter(BBjNumber) - Method in class BBjGridExWidget
Allow filters in the grid
@@ -355,7 +405,15 @@

S

String$ - Variable in class BBjGridExWidgetColumnState
 
-A B C D E G M O P R S 
+ + + +

T

+
+
toString() - Method in class BBjGridExWidgetRow
+
 
+
+A B C D E G I M O P R S T 
diff --git a/docs/javadoc/index.html b/docs/javadoc/index.html index 3ac3e38b..1f136dbf 100644 --- a/docs/javadoc/index.html +++ b/docs/javadoc/index.html @@ -2,7 +2,7 @@ - + Generated Documentation (Untitled) @@ -76,7 +76,8 @@

Class Hierarchy

  • java.lang.Object
  • diff --git a/docs/javadoc/package-summary.html b/docs/javadoc/package-summary.html index 6c13c65c..55638961 100644 --- a/docs/javadoc/package-summary.html +++ b/docs/javadoc/package-summary.html @@ -2,8 +2,8 @@ - - + + @@ -80,10 +80,14 @@

    Package <Unnamed>

      -BBjGridExWidgetRowDoubleClickEvent +BBjGridExWidgetDoubleClickRowEvent   +BBjGridExWidgetRow +  + + BBjGridExWidgetSelectRowEvent   diff --git a/docs/javadoc/package-tree.html b/docs/javadoc/package-tree.html index cba3a558..f37b7496 100644 --- a/docs/javadoc/package-tree.html +++ b/docs/javadoc/package-tree.html @@ -2,9 +2,9 @@ - + Class Hierarchy - + @@ -76,7 +76,8 @@

    Class Hierarchy

  • java.lang.Object