public class DwcCheckBoxes extends DwcControl
| Constructor and Description |
|---|
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(DWC dwc!, BBjWindow win!, BBjString label$, BBjString text$, Boolean selected!) |
DwcCheckBoxes(DWC dwc!, BBjWindow win!, BBjString text$, Boolean selected!, CustomObject object!, BBjString selectMethod$)Centered checkbox below text |
DwcCheckBoxes(DWC dwc!, BBjWindow win!, BBjString label$, LinkedHashMap boxMap!, CustomObject object!, BBjString selectMethod$) |
| Modifier and Type | Method and Description |
|---|---|
BBjString | getText() |
addControlWindow, addControlWindow, getBBjControl, setAlignmentClass, setControl, setControl, setLabel, setWidth, setWidth, setWidth, size public 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
public DwcCheckBoxes(DWC dwc!, BBjWindow win!, BBjString label$, BBjString text$, Boolean selected!)
public DwcCheckBoxes(DWC dwc!, BBjWindow win!, BBjString text$, Boolean selected!, CustomObject object!, BBjString selectMethod$)
Centered checkbox below text
public BBjString getText()