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"

(Removing all content from page)
 
(149 intermediate revisions by the same user not shown)
Line 1: Line 1:
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.<br>
 
  
<br>
 
 
= BidiTextArea  =
 
 
= BidiTextField  =
 
 
= Box  =
 
 
= Button  =
 
 
<br>
 
 
Checkbox<br>
 
 
 
 
Combo
 
 
 
 
DataGrid and related types
 
 
 
 
DIv, FloatLeft, and FloatRight
 
 
 
 
GridLayout and related types
 
 
 
 
Grouping
 
 
 
 
HTML
 
 
 
 
Hyperlink
 
 
 
 
Image
 
 
 
 
List
 
 
 
 
ListMulti
 
 
 
 
PasswordTextField
 
 
 
 
RadioGroup
 
 
 
 
Shadow
 
 
 
 
Span
 
 
 
 
TextArea
 
 
 
 
TextField
 
 
 
 
TextLabel
 
 
 
 
Tooltip
 
 
 
 
Tree and related types
 
 
 
 
<br>
 
 
<br>
 

Latest revision as of 17:39, 16 February 2012

Back to the top