API Docs for:
Show:

LayoutManagementMode Class

Module: ui

An enumeration of different management modes describing how a layout should handle its sub-objects coming from a data-source.

Item Index

Methods

Properties

Methods

fromString

(
  • s
)
Number final static

Gets the constant number value from a specified human-readable string.

Parameters:

  • s String
    • The management mode as string. Can be "normal" or "just_in_time".

Returns:

Number:

The constant number value.

Properties

JUST_IN_TIME

Number final static

The sub-objects are created at update time and only those which are currently visible.

NORMAL

Number final static

All sub-objects are created at setup time.