GUI - ( Widget | Graphical element)

Card Puncher Data Processing

About

A widget is a user interface object in a graphical user interface (GUI), such as a button or a scroll bar.

Widgets range:

  • from simple objects that have one value or operation (e.g., check boxes and menu items),
  • to complex (composite objects) that contain many managed sub-objects (e.g., trees and grids).

Widget is not for me a graphical control element or control. as said in wikipedia. (wiki/Widget_(GUI))

Example

Web Widget Role

ARIA Widget

Standalone

The following roles act as standalone user interface widgets or as part of larger, composite widgets.

  • alert
  • alertdialog
  • button
  • checkbox
  • dialog
  • gridcell
  • link
  • log
  • marquee
  • menuitem
  • menuitemcheckbox
  • menuitemradio
  • option
  • progressbar
  • radio
  • scrollbar
  • slider
  • spinbutton
  • status
  • tabpanel
  • textbox
  • timer
  • tooltip
  • treeitem

Composite

The following roles act as composite user interface widgets. These roles typically act as containers that manage other, contained widgets.

  • combobox
  • grid
  • listbox
  • menu
  • menubar
  • radiogroup
  • tablist
  • tree
  • treegrid

Documentation / Reference





Discover More
Android Imageview Visibility
Android - View (UI Widget|Component)

A android/view/Viewview represents a a widget. All the UI elements extends from the android/view/Viewview class a container (viewgroup) is a subclass of a view object a simple widget is also a subclass...
Jquery UI

jQuery UI is a widget and interaction library built on top of the jQuery JavaScript Library Example Custom Widget creating...
Card Puncher Data Processing
UI - Container

Containers contains other UI components. They implements the logic (not the rendering that must be done on component level (widget level) A content container is a container that directly contains...
Card Puncher Data Processing
UI - Parenthetical

Parenthetical are text that adds information around the main content. They are section / widget whose content is parenthetic or ancillary to the main content of the resource (ie page, windows) ...
Card Puncher Data Processing
User Interface ( GUI )

GUI User intrerface (UI) may have the following form: console graphic (Gui) sensor (camera, ...) This section is mostly Graphic User Interface (GUI) The user interface is based on: widget...



Share this page:
Follow us:
Task Runner