Package org.gnome.adw

Class StatusPage

java.lang.Object
All Implemented Interfaces:
Proxy, Accessible, Buildable, ConstraintTarget

@Generated("io.github.jwharm.JavaGI") public final class StatusPage extends Widget implements Accessible, Buildable, ConstraintTarget
A page used for empty/error states and similar use-cases.

status-page

The AdwStatusPage widget can have an icon, a title, a description and a custom widget which is displayed below them.

CSS nodes
AdwStatusPage has a main CSS node with name statuspage.

When setting an SpinnerPaintable as StatusPage:paintable, the main nodes gains the .spinner style class for a more compact appearance.

Style classes
AdwStatusPage can use the .compact style class for when it needs to fit into a small space such a sidebar or a popover, similar to when using a spinner as the paintable.

status-page-compact