Basics
Guides
API Reference
Basics
Guides
API Reference
[27:7] extends: Node, Control, Region
TaskProgressView wraps the ControlsFX task list view that shows JavaFX
Task progress, state, and messages in a single control.
| Scope | CSS Classes |
|---|---|
| TaskProgressView | task-progress-view, task cells, progress bars, and message/status substructure classes. |
| Parent groups | Control, Region, and Node. |
| Group | What To Style |
|---|---|
TaskProgressView |
Style task rows, progress bars, titles, messages, and status indicators. |
Control |
Skin and focus behavior. |
Region |
Background, border, padding, and sizing. |
Node |
Effects, transforms, opacity, cursor, and visibility. |
TaskProgressView ()
Creates a new task progress view.
addTask (TaskObj)
Adds one JavaFX
Taskobject to the control.
TaskObj is a wrapped or AJI JavaFX task object.this object for chainingsetTasks (list Tasks)
Replaces the task list.
Tasks is a list of wrapped or AJI JavaFX task objects.this object for chainingsetRetainTasks (bool Retain)
Sets whether completed tasks remain visible.
Retain is true to retain finished tasks.this object for chaining[176:7] extends: Node, Control, Region
PropertySheet wraps the ControlsFX property sheet control used to edit
collections of PropertySheet.Item values.
| Scope | CSS Classes |
|---|---|
| PropertySheet | property-sheet, category headers, editor rows, search box, and mode switcher classes. |
| Parent groups | Control, Region, and Node. |
| Group | What To Style |
|---|---|
PropertySheet |
Style category headers, property rows, labels, editor controls, search box, and mode switcher. |
Control |
Skin and focus behavior. |
Region |
Background, border, padding, and sizing. |
Node |
Effects, transforms, opacity, cursor, and visibility. |
PropertySheet (Items = null)
Creates a property sheet with an optional list of existing
PropertySheet.ItemJava objects.
Items is an optional list of wrapped or AJI item objects.setItems (list Items)
Replaces the property sheet items.
Items is a list of wrapped or AJI PropertySheet.Item objects.this object for chainingaddItem (ItemObj)
Adds one property item.
ItemObj is a wrapped or AJI PropertySheet.Item object.this object for chainingsetMode (string ModeName)
Sets the property sheet display mode.
ModeName is NAME or CATEGORY.this object for chainingsetSearchBoxVisible (bool Visible)
Sets whether the search box is visible.
Visible is true to show the search box.this object for chainingsetModeSwitcherVisible (bool Visible)
Sets whether the mode switcher is visible.
Visible is true to show the mode switcher.this object for chainingsetTitleFilter (string Text)
Sets the title filter text.
Text is the filter string.this object for chaining[90:7] extends: Node, Control, Region
Rating wraps the ControlsFX star-style rating control.
| Scope | CSS Classes |
|---|---|
| Rating | rating, star button classes, and orientation-specific classes. |
| Parent groups | Control, Region, and Node. |
| Group | What To Style |
|---|---|
Rating |
Style the star glyphs, empty/filled segments, hover state, and orientation. |
Control |
Skin and focus behavior. |
Region |
Background, border, padding, and sizing. |
Node |
Effects, transforms, opacity, cursor, and visibility. |
Rating (int Max = null, int Val = null)
Creates a rating control.
Max is the number of rating items, or null to use the ControlsFX default.Val is the initial rating value, or null to use the ControlsFX default.setRating (double Val)
Sets the current rating value.
Val is the new rating value.this object for chaininggetRating ()
Returns the current rating value.
A double with the current rating.setOrientation (string Orientation)
Sets the rating orientation.
Orientation is HORIZONTAL or VERTICAL.this object for chainingsetPartialRating (bool Partial)
Sets whether partial ratings are allowed.
Partial is true to allow partial ratings.this object for chainingsetUpdateOnHover (bool Update)
Sets whether hover updates the rating immediately.
Update is true to update on hover.this object for chaining[279:7] extends: Node, Control, Region
GridView wraps the ControlsFX tiled data view for showing a scrollable grid of items.
| Scope | CSS Classes |
|---|---|
| GridView | grid-view, grid-cell, and cell selection/focus classes from the ControlsFX skin. |
| Parent groups | Control, Region, and Node. |
| Group | What To Style |
|---|---|
GridView |
Style cells, spacing, selection state, and the internal virtual flow viewport. |
Control |
Skin and focus behavior. |
Region |
Background, border, padding, and sizing. |
Node |
Effects, transforms, opacity, cursor, and visibility. |
GridView (Items = null)
Creates a grid view with optional initial items.
Items is an optional list of initial items.setItems (list Items)
Replaces the grid items.
Items is a list of items to show.this object for chainingaddItem (Item)
Adds one item to the grid.
Item is the item value to add.this object for chaininggetItems ()
Returns the current grid items.
A list with the current grid items.setCellWidth (double Width)
Sets the preferred cell width.
Width is the cell width in pixels.this object for chainingsetCellHeight (double Height)
Sets the preferred cell height.
Height is the cell height in pixels.this object for chainingsetHorizontalCellSpacing (double Spacing)
Sets the horizontal spacing between cells.
Spacing is the horizontal spacing in pixels.this object for chainingsetVerticalCellSpacing (double Spacing)
Sets the vertical spacing between cells.
Spacing is the vertical spacing in pixels.this object for chaining
Aussom
Write once. Embed everywhere.
Copyright 2026 Austin Lehman. All rights reserved.