Options
All
  • Public
  • Public/Protected
  • All
Menu

The standard layout used by all rows and lines. Lays out activities horizontally.

since

1.0

see

Row.setLayout(Layout), Row.getLineLayout(int), LinesManager.getLineLayout(int)

Hierarchy

Index

Methods

getPadding

  • getPadding(): number
  • Returns the padding value.

    since

    1.0

    Returns number

    the padding value

isSupportingHorizontalCursorLine

  • isSupportingHorizontalCursorLine(): boolean
  • Determines if the UI should be able to show a horizontal cursor line. Currently only the ChartLayout and the AgendaLayout support this.

    since

    1.0

    Returns boolean

    true if a horizontal cursor line makes sense

setPadding

  • setPadding(padding: number): void
  • Sets the padding value.

    since

    1.0

    Parameters

    • padding: number

      the new padding value

    Returns void