RowHeaderType
extends Enum
in package
Types of item headers
Table of Contents
- ARROW1 = "arrow1"
- ARROW2 = "arrow2"
- ARROW3 = "arrow3"
- DOT1 = "dot1"
- DOT2 = "dot2"
- NONE = "none"
- NUMERIC = "numeric"
- STARS = "stars"
- GetValues() : array<string, mixed>
- Get all values of Enum
- HasItem() : bool
- Returns TRUE if Enum contains specified item
Constants
ARROW1
public
mixed
ARROW1
= "arrow1"
ARROW2
public
mixed
ARROW2
= "arrow2"
ARROW3
public
mixed
ARROW3
= "arrow3"
DOT1
public
mixed
DOT1
= "dot1"
DOT2
public
mixed
DOT2
= "dot2"
NONE
public
mixed
NONE
= "none"
NUMERIC
public
mixed
NUMERIC
= "numeric"
STARS
public
mixed
STARS
= "stars"
Methods
GetValues()
Get all values of Enum
public
final static GetValues() : array<string, mixed>
Return values
array<string, mixed> —Enum values
HasItem()
Returns TRUE if Enum contains specified item
public
final static HasItem( $item) : bool