Winter Cardinal UI - v0.442.0 / DTableOptions

Interface: DTableOptions<ROW, DATA, THEME, CONTENT_OPTIONS>

DPane options.

Type parameters

Name Type
ROW ROW
DATA extends DTableData<ROW> = DTableDataList<ROW>
THEME extends DThemeTable = DThemeTable
CONTENT_OPTIONS extends DBaseOptions = DContentOptions

Hierarchy

Table of contents

Properties

Properties

background

Optional background: DBaseBackgroundOptions

A background options.

Inherited from

DPaneOptions.background

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:496


body

Optional body: DTableBodyOptions<ROW, DATA, DThemeTableBody, any>

Defined in

src/main/typescript/wcardinal/ui/d-table.ts:39


border

Optional border: DBaseBorderOptions

A border options.

Inherited from

DPaneOptions.border

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:499


category

Optional category: DTableCategoryOptions<DThemeTableCategory>

Defined in

src/main/typescript/wcardinal/ui/d-table.ts:37


children

Optional children: (null | DisplayObject)[]

Children.

Inherited from

DPaneOptions.children

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:399


clear

Optional clear: number | "NONE" | "BOTH" | "BEFORE" | "AFTER"

A clear type used by DLayoutVertical and DLayoutHorizontal.

Inherited from

DPaneOptions.clear

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:508


columns

columns: DTableColumnOptions<ROW, any, any, any>[]

Defined in

src/main/typescript/wcardinal/ui/d-table.ts:36


content

Optional content: DBase<DThemeBase, DBaseOptions<DThemeBase, any>> | CONTENT_OPTIONS

Content options or a content.

Inherited from

DPaneOptions.content

Defined in

src/main/typescript/wcardinal/ui/d-pane.ts:39


corner

Optional corner: number | DBaseCornerOptions

A corner options.

Inherited from

DPaneOptions.corner

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:471


cursor

Optional cursor: DStateAwareOrValueMightBe<string>

A cursor shape.

Inherited from

DPaneOptions.cursor

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:511


data

Optional data: DATA | DTableDataListOptions<ROW> | ROW[]

Defined in

src/main/typescript/wcardinal/ui/d-table.ts:40


gesture

Optional gesture: DPaneGestureOptions

Gesture options.

Inherited from

DPaneOptions.gesture

Defined in

src/main/typescript/wcardinal/ui/d-pane.ts:49


Optional header: DTableHeaderOptions<ROW, DThemeTableHeader>

Defined in

src/main/typescript/wcardinal/ui/d-table.ts:38


height

Optional height: DCoordinateSize

One of the followings:

Inherited from

DPaneOptions.height

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:442


interactive

Optional interactive: number | "NONE" | "SELF" | "CHILDREN" | "BOTH"

An interactivity option.

Inherited from

DPaneOptions.interactive

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:465


mask

Optional mask: boolean

True to enable an overflow mask.

Inherited from

DPaneOptions.mask

Defined in

src/main/typescript/wcardinal/ui/d-pane.ts:34


name

Optional name: string

A name.

Inherited from

DPaneOptions.name

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:402


on

Optional on: DBaseOnOptions<any>

Mappings of event names and event handlers.

Inherited from

DPaneOptions.on

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:479


outline

Optional outline: DBaseOutlineOptions

An outline options.

Inherited from

DPaneOptions.outline

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:502


padding

Optional padding: number | DBasePaddingOptions

A padding options.

Inherited from

DPaneOptions.padding

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:468


parent

Optional parent: Container

A parent.

In the case of UI classes which pop up (e.g., DDialog and DMenu), if multiple application instances are there, better to set this to an application.stage so that they pick a right application. By default, they assume the last created application is the one they belong to at the time when they are created.

Inherited from

DPaneOptions.parent

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:396


renderable

Optional renderable: boolean

A renderability. Unlike visible, non-renderable element occupies a space. Set to true to make DBase renderable. Set to false to make DBase not renderable. The default value is true.

Inherited from

DPaneOptions.renderable

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:459


scrollbar

Optional scrollbar: DPaneScrollBarOptions

Scroll bar options.

Inherited from

DPaneOptions.scrollbar

Defined in

src/main/typescript/wcardinal/ui/d-pane.ts:44


shadow

Optional shadow: null | DBaseShadow

A shadow.

Inherited from

DPaneOptions.shadow

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:505


shortcut

Optional shortcut: string | UtilKeyboardEventShortcut

A shortcut option.

Inherited from

DPaneOptions.shortcut

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:490


shortcuts

Optional shortcuts: (string | UtilKeyboardEventShortcut)[]

A shortcut options.

Inherited from

DPaneOptions.shortcuts

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:493


state

Optional state: string | string[] | DBaseStateOptions

A default state.

Inherited from

DPaneOptions.state

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:462


theme

Optional theme: string | THEME

A theme or a theme name.

Inherited from

DPaneOptions.theme

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:474


title

Optional title: string

A tooltip text.

Inherited from

DPaneOptions.title

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:487


visible

Optional visible: boolean

A visibility. Set to true to make DBase visible. Set to false to make DBase invisible. The default value is true.

Inherited from

DPaneOptions.visible

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:450


weight

Optional weight: number

A weight used by DLayoutVertical and DLayoutHorizontal.

Inherited from

DPaneOptions.weight

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:484


width

Optional width: DCoordinateSize

One of the followings:

Inherited from

DPaneOptions.width

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:432


x

Optional x: DCoordinatePosition

One of the followings:

Inherited from

DPaneOptions.x

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:412


y

Optional y: DCoordinatePosition

One of the followings:

Inherited from

DPaneOptions.y

Defined in

src/main/typescript/wcardinal/ui/d-base.ts:422