| Modifier and Type | Origin and Description |
|---|---|
public static DTJsonObject |
sms.json.DTJsonObject.fromTemplatedString(BBjTemplatedString rec!)
|
public static DTJsonObject |
sms.json.DTJsonObject.fromTemplatedString(BBjString rec$)
|
public DTJsonObject |
sms.json.DTJsonObject.getJsonObject(BBjString key$)
|
public DTJsonObject |
sms.json.DTJsonArray.getJsonObject(BBjNumber index)
|
public DTJsonObject |
sms.json.DTJsonSerializable.toJson()
|
| Modifier and Type | Origin and Description |
|---|---|
public void |
sms.servlets.DTGridServlet.showFtsFile(DTJsonObject args!)
|
public HashMap |
sms.servlets.DTServlet.getFormFields(DTJsonObject formData!)
|
public DTJsonObject |
sms.servlets.DTServlet.getFormFieldsAsJsonObject(DTJsonObject formData!)
|
public BBjTemplatedString |
sms.servlets.DTServlet.getFormFieldsAsTemplatedString(DTJsonObject formData!)
|
public void |
sms.json.DTJsonObject.put(BBjString key$, DTJsonObject json!)
|
public void |
sms.generalUse.DTView.addSubView(DTJsonObject subView!)
|
public void |
sms.generalUse.DTView.setNavigation(DTJsonObject navigation!)
|
public static DTView |
sms.login.DTLogin.getLoginForm(BBjTemplatedString dd00!, DTJsonObject argsJson!)
|
public static void |
sms.login.DTLogin.getLoginUsers(DTJsonArray users!, BBjString cc!, DTJsonObject formFields!)
|
public static boolean |
sms.generalUse.DTAddress.normalize(DTJsonObject jsonForm!, BBjString pre$)
|
public void |
sms.generalUse.DTFormUpdate.addJsonField(BBjString name$, DTJsonObject field!)
|
public static BBjString |
sms.generalUse.DT.formatJson(DTJsonObject jsonObj!)
|
public static HashMap |
sms.generalUse.DT.getFieldsMap(DTJsonObject row!)
Return HashMap for a posted grid row. This method is useful when processing a posted Dynamo Tools Entry Grid. It returns a map containing all of the field names and values of the row. Use map!.get("fieldName").toString() for strings. Use cast(Boolean, map!.get("fieldName") for Boolean true/false values including checkboxes. Use num(map!.get("fieldName").toString()) for numbers and integers. ToDo add example |
public static void |
sms.generalUse.DT.showJson(DTJsonObject jsonObj!)
|
public static BBjTemplatedString |
sms.generalUse.DT.toTemplatedString(DTJsonObject json!, BBjString tplkey$, BBjString reckey$)
Return BBjTemplatedString from json containing template and hta(data) as strings.
j! = new DTJsonObject()
j!.put("tpl", "id:n(4), name:c(30*=)")
j!.put("data", hta("1234United States"))
rec! = DT.toTemplatedString(j!, "tpl", "data")
?rec!.fattr()
?rec!.getFieldAsNumber("id")
?rec!.getFieldAsString("name")
|
public static BBjString |
sms.menus.DTMenuUtils.makeToken(BBjString sessionID!, BBjNumber minutes, DTJsonObject extra!)
|
public void |
sms.generalUse.DTFileMaintenance.addExternalView(DTJsonObject view!)
|
public void |
sms.login.DTSession.setSysWindow(DTJsonObject sysWindow!)
|
public static DTJsonObject |
sms.grids.DTGrid.getEntryGridData(DTJsonObject entryGridData!)
|
public void |
sms.grids.DTGrid.getGridExDimensions(DTJsonObject resultJson!)
|
public void |
sms.grids.DTGrid.getGridExWinDimensions(DTJsonObject result!)
Set window height and/or width if not specified at GridEx creation |
public void |
sms.grids.DTGrid.getStandardGrid(BBjStandardGrid bbjgrid!, DTJsonObject j!)
|
public void |
sms.grids.DTGrid.getStandardGrid(DTJsonObject j!)
|
public void |
sms.grids.DTGrid.processAsyncScriptResult(DTJsonObject resultJson!)
|
public Boolean |
sms.json.DTJsonSerializable.fromJson(DTJsonObject jsonObject!)
|
public static void |
sms.servlets.DTServletOut.addButton(DTJsonObject enableButton!)
|
public static void |
sms.servlets.DTServletOut.addData(DTJsonObject jsonObject!)
|
public static void |
sms.servlets.DTServletOut.setNavigation(DTJsonObject navigation!)
|
public void |
sms.menus.DTAppMenu.init(DTJsonObject json!)
|
| Modifier and Type | Origin and Description |
|---|---|
DTView |
sms.generalUse.DTView.DTView(DTJsonObject json!)
|
DTCol |
sms.grids.DTCol.DTCol(DTJsonObject json!)
|
DTButton |
sms.generalUse.DTButton.DTButton(DTJsonObject json!)
|
DTViewField |
sms.generalUse.DTViewField.DTViewField(DTJsonObject json!)
|
DTCols |
sms.grids.DTCols.DTCols(DTJsonObject json!)
|
DTFileMaintenance |
sms.generalUse.DTFileMaintenance.DTFileMaintenance(DTJsonObject json!)
|
DTSession |
sms.login.DTSession.DTSession(BBjString cc$, BBjString clientIP$, DTJsonObject argsJson!)
|
DTGrid |
sms.grids.DTGrid.DTGrid(DTJsonObject json!)
|
DTFile |
sms.generalUse.DTFile.DTFile(DTJsonObject formData!)
|
DTFileRecords |
sms.generalUse.DTFileRecords.DTFileRecords(DTJsonObject formData!)
|
DTFileRecords |
sms.generalUse.DTFileRecords.DTFileRecords(DTJsonObject formData!, BBjInt audit%)
|
DTFileRecords |
sms.generalUse.DTFileRecords.DTFileRecords(DTJsonObject formData!, BBjInt audit%, HashMap update!)
|