Name
sn_uibtk_api.ScreenCollection
Description
No description available
Script
var ScreenCollection = Class.create();
ScreenCollection.prototype = Object.extendsObject(BuilderToolkitAPIBase, {
TABLE: 'sys_ux_screen_type',
FIELDS: [],
/**
* @param fields {string[]}
*/
initialize: function(fields) {
BuilderToolkitAPIBase.prototype.initialize.call(this, this.TABLE, fields || this.FIELDS);
},
type: 'ScreenCollection'
});
Sys ID
b05b08f185321110f877e10cffeb7bb9