Class: HistoryCell

HistoryCell()

new HistoryCell()

Implements:

Members

(static) PageBreak :HistoryCell

Special cell for creating page break, add this to controller to create page break.
Type:

controller

Properties:
Name Type Attributes Description
controller HistoryRecordController <nullable>

(constant) initializer :string

The name of constructor the class, will be used to restore the object. The constructor has to be accessable via
window[initializer]
Type:
  • string
Implements:

records

Properties:
Name Type Description
records Array.<HistoryRecord>

Methods

objectToBeSerialized(key) → {object|Serializable}

Return an object to be serialized for a specific key.
Parameters:
Name Type Description
key string The key of property to be serialized
Implements:
Returns:
- An object or serializable to be saved for the specific key, return undefined = not to be saved.
Type
object | Serializable