| Modifier and Type | Origin and Description |
|---|---|
public void |
sms.generalUse.DTHtmlTable.addCheckboxJs(DWC dwc!)
|
public BBjWebComponent |
sms.generalUse.DTHtmlTable.addDwcTable(DWC dwc!, BBjWindow win!)
|
public void |
sms.generalUse.DTHtmlTable.addInputJs(DWC dwc!)
|
public void |
sms.generalUse.DTHtmlTable.addPostCheckboxJs(DWC dwc!)
|
public static void |
sms.generalUse.DTHtmlTable.injectStyle(DWC dwc!)
|
public BBjGridExWidget |
sms.grids.DTGrid.addGridEx(DWC dwc!)
|
public BBjGridExWidget |
sms.grids.DTGrid.addGridEx(DWC dwc!, BBjNumber controlsHeight)
|
public BBjGridExWidget |
sms.grids.DTGrid.addGridEx(DWC dwc!, BBjNumber controlsHeight, CustomObject rowOrCellSelectObject!, BBjString rowOrCellSelectMethod$)
Add a GridExWidget and enable optional ROW_SELECT callback Pass controlsHeight% as pixels above the grid that cannot be used for Grid |
public BBjGridExWidget |
sms.grids.DTGrid.addGridEx(DWC dwc!, BBjNumber controlsHeight, CustomObject rowOrCellSelectObject!, BBjString rowOrCellSelectMethod$, BBjString RorC$)
Add a GridExWidget and enable optional ROW_SELECT callback Pass controlsHeight% as pixels above the grid that cannot be used for Grid |
public BBjGridExWidget |
sms.grids.DTGrid.addGridEx(DWC dwc!, BBjWindow parentWin!)
BBj REV 26 GridEx methods Create a GridExWidget with maximum size in the parent window |
public BBjGridExWidget |
sms.grids.DTGrid.addGridEx(DWC dwc!, BBjWindow parentWin!, BBjInt width%, BBjInt height%)
Create a GridExWidget with specified width and/or height in the parent window |
public BBjGridExWidget |
sms.grids.DTGrid.addGridEx(DWC dwc!, BBjWindow parentWin!, BBjInt width%, BBjInt height%, BBjNumber startMs)
Create a GridExWidget with elapsed time based on the starting time provided. Useful to include DTGrid building time Width and/or height can be passed as zero to maximize grid size |
public BBjGridExWidget |
sms.grids.DTGrid.gridExDialog(DWC dwc!)
|
public BBjGridExWidget |
sms.grids.DTGrid.gridExDialog(DWC dwc!, BBjNumber startMs)
|
| Modifier and Type | Origin and Description |
|---|---|
DwcShowcase |
sms.showcase.DwcShowcase.DwcShowcase(DWC dwc!)
|
Buttons |
sms.showcase.Buttons.Buttons(DWC dwc!)
|
DwcFormControls |
sms.showcase.DwcFormControls.DwcFormControls(DWC dwc!)
|
MsgBox |
sms.showcase.MsgBox.MsgBox(DWC dwc!)
|
GridExDialog |
sms.showcase.GridExDialog.GridExDialog(DWC dwc!)
|
DWCPrinterSelection |
sms.dwc.DWCPrinterSelection.DWCPrinterSelection(DWC dwc!, BBjWindow parentWindow!)
|
DWCPrinterSelection |
sms.dwc.DWCPrinterSelection.DWCPrinterSelection(DWC dwc!, BBjWindow parentWindow!, Boolean heading!)
|
DwcRadioButtons |
sms.dwc.DwcRadioButtons.DwcRadioButtons(DWC dwc!, BBjWindow win!, BBjString label$, Map buttonMap!, BBjString defaultKey$, CustomObject object!, BBjString selectMethod$)
|
DwcListButton |
sms.dwc.DwcListButton.DwcListButton(DWC dwc!, BBjWindow win!, BBjString label$, LinkedHashMap listMap!, BBjString defaultKey$)
|
DwcListButton |
sms.dwc.DwcListButton.DwcListButton(DWC dwc!, BBjWindow win!, BBjString label$, LinkedHashMap listMap!, BBjString defaultKey$, CustomObject object!, BBjString callbackMethod$)
|
DwcStaticText |
sms.dwc.DwcStaticText.DwcStaticText(DWC dwc!, BBjWindow win!, BBjString label$, BBjString text$)
|
DwcStaticText |
sms.dwc.DwcStaticText.DwcStaticText(DWC dwc!, BBjWindow win!, BBjString label$, BBjString text$, BBjString lcr$)
|
DwcCheckBoxes |
sms.dwc.DwcCheckBoxes.DwcCheckBoxes(DWC dwc!, BBjWindow win!, BBjString label$, LinkedHashMap boxMap!)
Multiple checkboxes in a column map Keys contain text for checkBox map Value = 1 or 0 for checked/unchecked state |
DwcCheckBoxes |
sms.dwc.DwcCheckBoxes.DwcCheckBoxes(DWC dwc!, BBjWindow win!, BBjString label$, BBjString text$, Boolean selected!)
|
DwcCheckBoxes |
sms.dwc.DwcCheckBoxes.DwcCheckBoxes(DWC dwc!, BBjWindow win!, BBjString text$, Boolean selected!, CustomObject object!, BBjString selectMethod$)
Centered checkbox below text |
DwcCheckBoxes |
sms.dwc.DwcCheckBoxes.DwcCheckBoxes(DWC dwc!, BBjWindow win!, BBjString label$, LinkedHashMap boxMap!, CustomObject object!, BBjString selectMethod$)
|
DwcBBjControls |
sms.dwc.DwcBBjControls.DwcBBjControls(DWC dwc!)
|
DwcButton |
sms.dwc.DwcButton.DwcButton(DWC dwc!, BBjWindow win!, BBjString text$, CustomObject object!, BBjString buttonPushMethod$)
|
DwcButton |
sms.dwc.DwcButton.DwcButton(DWC dwc!, BBjWindow win!, BBjString text$, CustomObject object!, BBjString buttonPushMethod$, BBjString styleClass$)
|
DwcSwitches |
sms.dwc.DwcSwitches.DwcSwitches(DWC dwc!, BBjWindow win!, BBjString label$, LinkedHashMap switchMap!)
Multiple switches in a column map Keys contain text for switch map Value = 1 or 0 for on/off state |
DwcSwitches |
sms.dwc.DwcSwitches.DwcSwitches(DWC dwc!, BBjWindow win!, BBjString label$, BBjString text$, Boolean selected!)
|
DwcSwitches |
sms.dwc.DwcSwitches.DwcSwitches(DWC dwc!, BBjWindow win!, BBjString text$, Boolean selected!, CustomObject object!, BBjString selectMethod$)
Single switch centered below text |
DwcSwitches |
sms.dwc.DwcSwitches.DwcSwitches(DWC dwc!, BBjWindow win!, BBjString label$, LinkedHashMap switchMap!, CustomObject object!, BBjString selectMethod$)
|