Name

ContainerEvent

Hierarchy

Constructors

Methods

  • Gets the size of the container.

    The value returned here is the true size of the container, which may be larger than the size of the container window that you have subscribed to.

    The value returned here is useful for sizing the scroll bars of a data view showing the elements within a container.

    Returns number

    The size of the container.

  • Returns the subject to which the event relates.

    Returns string

    the subject

  • Gets the index of the end of the container window.

    Returns number

    The end of the window, or -1 if no window has been specified.

  • Gets the index of the start of the window.

    Returns number

    The start of the window, or -1 if no window has been specified.

  • This value should NOT be used when processing container messages, the updateModel() method will apply a clear to the container structure if required.

    Returns boolean

    true if underlying RTTP message was an image, this will become a clear within the ContainerModel.

  • Returns true if this container event originates from a List object

    Returns boolean

  • Update your implementation of ContainerModel with the contents of this ContainerEvent.

    Parameters

    Returns void

Generated using TypeDoc