API / geotoolkit / report / elements / IElement / IElement
Define an object that represents the report element
Interface
Constructors
Methods
Methods
▸ Abstract getDomElement(): Element
Returns DOM element
return DOM element
▸ Abstract getElementStyle(elementStyle?): string | number | Record<string, any> | ElementStyle
Returns element style
| Name | Type | Description |
|---|---|---|
Optional elementStyle | string | element style |
string | number | Record<string, any> | ElementStyle
return element style
▸ Abstract rebuildDomLayout(): IElement
Rebuild DOM Layout
this
▸ Abstract setDomElement(element): IElement
Set DOM element
| Name | Type | Description |
|---|---|---|
element | Element | DOM element |
this
▸ Abstract setElementStyle(elementStyle, styleValue?): IElement
Set element style
| Name | Type |
|---|---|
elementStyle | string | Record<string, any> | ElementStyle |
Optional styleValue | any |
this
▸ Abstract setNotification(notify): IElement
set notification state
| Name | Type | Description |
|---|---|---|
notify | boolean | flag set to invalidate parent or not |
this
▸ Abstract setSilent(bool): IElement
Set silent mode
| Name | Type | Description |
|---|---|---|
bool | boolean | flag to enable silent mode |
this