Index
Constructors
Protected Properties
Protected Accessors
Public Methods
Protected Methods
Constructors
constructor
⊕ new ConditionRenderer(panel: QueryPanel,condition: Condition,slot?: HTMLDivElement
): ConditionRenderer
Parameters:
- panel: QueryPanel
- condition: Condition
- slot:
HTMLDivElement
, Optional
Protected Properties
condition
● condition: Condition
element
● element: HTMLDivElement
panel
● panel: QueryPanel
Protected Accessors
cssPrefix
⇄ get cssPrefix(): string
Returns string
Public Methods
refresh
▸ refresh(): void
Returns void
render
▸ render(autoAppear?: boolean
): HTMLDivElement
Parameters:
- autoAppear:
boolean
, Optional
Returns HTMLDivElement
Protected Methods
clear
▸ clear(): void
Returns void
coreRender
▸ coreRender(autoAppear?: boolean
): void
Parameters:
- autoAppear:
boolean
, Optional
Returns void
getClassesToAdd
▸ getClassesToAdd(): string
Returns string
isEditable
▸ isEditable(): boolean
Returns boolean