Hierarchy

Constructors

Properties

ctrlId: string

This is the actual name of the component

rendered: boolean
self: {
    TypeStr: string;
}

Type declaration

  • TypeStr: string
TypeStr: string

Methods

  • Returns string | number | boolean

  • Returns {
        [value: string | number]: Instance;
    }

  • Returns number

  • Gets the inner ExtJS dataview.
    If the dataview is not rendered at the call time (e.g. dataview in hidden wizard page) the callback is automatically deferred until the dataview is actually rendered.

    Parameters

    • callback: Function

    Returns void

  • Returns {
        height: number;
        width: number;
    }

    • height: number
    • width: number
  • Parameters

    • cls: string

    Returns boolean

  • Scrolls the selected item into view.\

    !!! Note !!!

    This function hasn't been tested & used a lot so far which means that it could easily be that it won't work under all conditions (e.g. horizontal scrolling, elements with absolute positioning etc)

    Parameters

    • Optional value: string | number | boolean

      If not given the currently selected one will be scrolled into view

    • Optional pos: "Center" | "Top" | "Bottom"

      'Top', 'Center' or 'Bottom'

    • Optional ifNeeded: boolean

      If true, only scrolls if the given is el isn't already visible.

    • Optional animateDuration: number

      Animation duration in [ms].

    • Optional scrollInnerDV: boolean

      By default the outer element is scrolled. Depending on the styles it can be necessary to scroll the inner dataview element...

    Returns void

  • Parameters

    • value: string

      A css compliant background string

    Returns void

  • Parameters

    • value: string | number

      CSS size string with or without unit or number which will be interpreted as px

    Returns void

  • Show or hide the control

    Parameters

    • value: boolean | CtrlVisibility

      True: "Show"
      False: "PluggedOut"

    • Optional updateCtrlProperty: boolean

    Returns void

  • Parameters

    • value: string

      CSS size string with or without unit or number which will be interpreted as px

    Returns void

  • Parameters

    • value: string | number | boolean

      The value of the item that should be selected

    • Optional silent: boolean

      If true the controls "Value changed" signal won't be fired.

    Returns void

  • Parameters

    • value: boolean

    Returns void

  • Fills the dataview store with the given data

    Parameters

    • entries: ListCtrlEntryData[] | object[]

      An array of ListCtrlEntryData if the dataview is using a standard layout (i.e. property Custom layout is not set).
      If using a custom layout, the given properties inside entries need to match the properties used in the layout (usually everything after values.).

    Returns void

  • Set the content of the tooltip

    Parameters

    • content: string

      Plain text or HTML

    Returns void

  • Parameters

    • cls: string

      One or more CSS classes which are added to the control. Previously added classes are removed.

    Returns void

Generated using TypeDoc