Global

Methods

createContainer(includeMask, excludeMask) → {exontrol.Lay.Container}

The createContainer() method creates a Container object that holds a collection of properties and their values.
Parameters:
Name Type Description
includeMask string Specifies null/undefined/empty (no include mask) or the mask of properties to include (can include ? or * wild-characters) (all properties that match the mask are included)
excludeMask string Specifies null/undefined/empty (no exclude mask) or the mask of properties to exclude (can include ? or * wild-characters) (all properties that match the mask are excluded)
Returns:
Returns an object of {exontrol.Lay.Container} type
Type
exontrol.Lay.Container

isPivot(object) → {boolean}

The isPivot() method determines whether the object is of exontrol.Pivot (defines the pivot control) (It distinguishes exontrol.Pivot object from exontrol.Tree object)
Parameters:
Name Type Description
object object Indicates an object to check
Returns:
Returns true if the object is of Pivot type
Type
boolean