Constructors
Methods
-
setDocumentId(documentId)
-
Sets the document id if the parent row is referencing a file.
This is only needed if thumbnails are created automatically based on these paremeters.Name Type Description documentIdstring document id if the parent row is referencing a file
-
setDocumentName(documentName)
-
Sets the full document name to be displayed if referenced subrow is a file document.
This is only needed if thumbnails are created automatically based on these paremeters.Name Type Description documentNamestring full document name to be displayed if referenced subrow is a file document
-
setExtension(extension)
-
Sets the extension of the document to be used as automatically generate file type icon.
This is only needed if thumbnails are created automatically based on these paremeters.Name Type Description extensionstring extension of the document
-
setIcons(icons)
-
Sets an array of icons to be used for the subrow. Currently only the first icon is displayed.
Name Type Description iconsArray.<string> array of icons to be used for the subrow
-
setOnClick(newOnclick)
-
Javascript Code to be executed if the subrow was clicked.
Name Type Description newOnclickstring Javascript Code to be executed if the subrow was clicked.
-
setSize(size)
-
Sets the size to be displayed on hover thumbnail icon, with unit (e.g. byte).
This is only needed if thumbnails are created automatically based on these paremeters.Name Type Description sizestring Size to be displayed on hover thumbnail icon, with unit (e.g. byte).
-
setValues(values)
-
Sets the values to be displayed in the sublist. Normally only array[0] is needed,
array[1] is reserved for special display of blob thumbnails.
values: 0 :name to be displayed
1 :size filesize to be displayed if list is displayed as blobthumbnailsName Type Description valuesArray.<String> Values to be displayed in the sublist.