Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "EDT:Declaring widgets"

Line 15: Line 15:
 
Checkbox<br>  
 
Checkbox<br>  
  
 +
<br>
  
 +
Combo
  
Combo
+
<br>
  
 +
DataGrid and related types
  
 +
<br>
  
DataGrid and related types
+
DIv, FloatLeft, and FloatRight
  
 +
<br>
  
 +
DojoAccordionContainer
  
DIv, FloatLeft, and FloatRight
 
  
  
 +
DojoBarGraph
  
GridLayout and related types
 
  
  
 +
DojoBorderContainer
  
Grouping
 
  
  
 +
DojoBubbleChart
  
HTML
 
  
  
 +
DojoButton
  
Hyperlink
 
  
  
 +
DojoCalendar
  
Image
 
  
  
 +
DojoCheckbox
  
List
 
  
  
 +
DojoColorPalette
  
ListMulti
 
  
  
 +
DojoComboBox
  
PasswordTextField
 
  
  
 +
DojoContentPane
  
RadioGroup
 
  
  
 +
DojoContextMenu
  
Shadow
 
  
  
 +
DojoCurrencyTextBox
  
Span
 
  
  
 +
DojoDateTextBox
  
TextArea
 
  
  
 +
DojoDialog
  
TextField
 
  
  
 +
DojoEditor
  
TextLabel
 
  
  
 +
DojoGrid
  
Tooltip
 
  
  
 +
DojoHorizontalSlider
  
Tree and related types
 
  
  
 +
DojoLineGraph
 +
 +
 +
 +
DojoMenu
 +
 +
 +
 +
DojoMenuItem
 +
 +
 +
 +
DojoPieChart and related types
 +
 +
 +
 +
DojoProgressBar
 +
 +
 +
 +
DojoRadioGroup
 +
 +
 +
 +
DojoStackContainer
 +
 +
 +
 +
DojoTabContainer
 +
 +
 +
 +
DojoTextArea
 +
 +
 +
 +
DojoTextField
 +
 +
 +
 +
DojoTimeTextBox
 +
 +
 +
 +
DojoTitlePane
 +
 +
 +
 +
DojoToggleButton
 +
 +
 +
 +
DojoTooltip
 +
 +
 +
 +
DojoTooltipDialog
 +
 +
 +
 +
DojoTree
 +
 +
 +
 +
DojoTreeNode
 +
 +
 +
 +
GridLayout and related types
 +
 +
<br>
 +
 +
Grouping
 +
 +
<br>
 +
 +
HTML
 +
 +
<br>
 +
 +
Hyperlink
 +
 +
<br>
 +
 +
Image
 +
 +
<br>
 +
 +
List
 +
 +
<br>
 +
 +
ListMulti
 +
 +
<br>
 +
 +
PasswordTextField
 +
 +
<br>
 +
 +
RadioGroup
 +
 +
<br>
 +
 +
Shadow
 +
 +
<br>
 +
 +
Span
 +
 +
<br>
 +
 +
TextArea
 +
 +
<br>
 +
 +
TextField
 +
 +
<br>
 +
 +
TextLabel
 +
 +
<br>
 +
 +
Tooltip
 +
 +
<br>
 +
 +
Tree and related types
 +
 +
<br>
  
 
<br>  
 
<br>  
  
 
<br>
 
<br>

Revision as of 17:42, 13 February 2012

EGL Rich UI includes widget types that are of two kinds: some are written in EGL, some are based on Dojo technology. You can use the two kinds of widgets in the same application.


BidiTextArea

BidiTextField

Box

Button


Checkbox


Combo


DataGrid and related types


DIv, FloatLeft, and FloatRight


DojoAccordionContainer


DojoBarGraph


DojoBorderContainer


DojoBubbleChart


DojoButton


DojoCalendar


DojoCheckbox


DojoColorPalette


DojoComboBox


DojoContentPane


DojoContextMenu


DojoCurrencyTextBox


DojoDateTextBox


DojoDialog


DojoEditor


DojoGrid


DojoHorizontalSlider


DojoLineGraph


DojoMenu


DojoMenuItem


DojoPieChart and related types


DojoProgressBar


DojoRadioGroup


DojoStackContainer


DojoTabContainer


DojoTextArea


DojoTextField


DojoTimeTextBox


DojoTitlePane


DojoToggleButton


DojoTooltip


DojoTooltipDialog


DojoTree


DojoTreeNode


GridLayout and related types


Grouping


HTML


Hyperlink


Image


List


ListMulti


PasswordTextField


RadioGroup


Shadow


Span


TextArea


TextField


TextLabel


Tooltip


Tree and related types




Back to the top