Options
Menu

Hierarchy

  • UpFilewalkerControl

Index

Methods

dirUp

  • dirUp(): boolean
  • Go one directory up.

    Returns boolean

fields

  • fields(item: string): void
  • Show or hide a field in the control.

    Parameters

    • item: string

      fieldname

    Returns void

getSize

  • getSize(length: number): string
  • Helper function to convert the file size in a human readable form.

    Parameters

    • length: number

      byte length of the file

    Returns string

    the calculated readable size

refresh

  • refresh(subDir: string, getMore?: boolean): void
  • Refresh the filewalker control in case of an action which changes it's content.

    Parameters

    • subDir: string

      the current subdirectory based on the defaultclientpath

    • Optional getMore: boolean

      get xx (maxNumberToRetrieve) more file paths

    Returns void

setActDir

  • setActDir(path: string): void
  • Helper to set the current operation directory.

    Parameters

    • path: string

      directory path

    Returns void

sort

  • sort(field: string): void
  • The sort field for the control.

    Parameters

    • field: string

      fieldname

    Returns void