Package com.avrix.ui.widgets
package com.avrix.ui.widgets
-
ClassDescriptionA
Widget
that serves as a base class for layout containers likeVerticalBoxWidget
andHorizontalBoxWidget
.A class representing aButtonWidget
, which is a type ofPanelWidget
.AWidget
that represents a checkbox with a title and an icon.AColorPickerWidget
that allows the user to pick and adjust colors using sliders for red, green, blue, and alpha values.A customizableComboBoxWidget
.AWidget
that places its children horizontally with a specified amount of space between them.A widget for input text that supports text editing, selection, and clipboard operations.AWidget
for displaying text labels with customizable font and color.TheModalWidget
class represents a modal window widget that can display a content panel in the center of the screen.Represents a panelWidget
with optional rounded corners, borders, and drag functionality.ThePopupWidget
class is a custom widget that extends the ScrollPanelWidget.AWidget
that represents a set of radio buttons.TheScrollbarWidget
class represents a scrollbar component that can be either horizontal or vertical.TheScrollPanelWidget
class represents a panel widget that supports scrolling.Represents a slider widget that allows the user to select a value by dragging a thumb along a bar.Represents aWidget
that displays tabular data in a scrollable table format.AWidget
that arranges its children vertically with a specified margin between them.Abstract base class for all UIWidget
's.Represents aWidget
panel that can be customized with various properties such as font, title, header color, and header height.