File: table-helpers.coffee
Defined in: | lib/ui/widgets/table |
Variables Summary
- KEY_DISPLAY_MAP =
-
{ app_name: 'Name', last_seen_time: 'Last Seen', ip_address: 'IP Address', id: 'ID', uuid: 'UUID' }
Method Summary
- ~ (void) startsWithLetter(string)
- ~ (void) renameObjectKey(object, key, newKey)
- ~ (void) getKeyName(key)
- ~ (void) isReallyEmpty(value)
- ~ (void) prepareObject(object)
- ~ (void) processTableContents(contents, map)
- ~ (void) isRealObject(object)
- ~ (void) getDefaultContentsOrdering(contents)
- ~ (void) normaliseOrdering(ordering, contents)
Method Details
~
(void)
startsWithLetter(string)
~
(void)
renameObjectKey(object, key, newKey)
~
(void)
getKeyName(key)
~
(void)
isReallyEmpty(value)
~
(void)
prepareObject(object)
~
(void)
processTableContents(contents, map)
~
(void)
isRealObject(object)
~
(void)
getDefaultContentsOrdering(contents)
~
(void)
normaliseOrdering(ordering, contents)