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