public class TimelineV2 extends Schema<TimelineHandler.Timeline,TimelineV2>
| Modifier and Type | Class and Description |
|---|---|
static class |
TimelineV2.Event |
static class |
TimelineV2.NetworkEvent |
| Modifier and Type | Field and Description |
|---|---|
TimelineV2.Event[] |
events |
_version_pattern, schema_name, schema_type, schema_version| Constructor and Description |
|---|
TimelineV2() |
| Modifier and Type | Method and Description |
|---|---|
TimelineV2 |
fillFromImpl(TimelineHandler.Timeline timeline)
Version and Schema-specific filling from the implementation object.
|
DocGen.HTML |
writeHTML_impl(DocGen.HTML ab)
Implementation of the
Iced serialization protocol, only called by
auto-genned code. |
acceptsFrame, createAndFillImpl, createImpl, extractVersion, fillFromParms, fillImpl, getImplClass, getImplClass, markdown, markdown, registerclone, frozenType, read_impl, read, readExternal, readJSON_impl, readJSON, write_impl, write, writeExternal, writeHTML, writeJSON_impl, writeJSON@API(help="recorded timeline events", direction=OUTPUT) public TimelineV2.Event[] events
public TimelineV2 fillFromImpl(TimelineHandler.Timeline timeline)
SchemafillFromImpl in class Schema<TimelineHandler.Timeline,TimelineV2>public DocGen.HTML writeHTML_impl(DocGen.HTML ab)
IcedIced serialization protocol, only called by
auto-genned code. Not intended to be called by user code. Override only
for custom Iced serializers.writeHTML_impl in interface FreezablewriteHTML_impl in class Icedab - html to write object to.