Div, FloatLeft, and FloatRight widgets

A Rich UI div widget defines a division (HTML DIV tag) on the web page, below the content that precedes the widget. Each widget corresponds to the HTML DIV tag. A floatLeft widget uses the CSS element float:left, and the floatRight widget uses the CSS element float:right.

At this writing, the following site offers "Floatutorial," which is a tutorial on designing a web page with float:left and float:right:

http://css.maxdesign.com.au

Supported fields and functions are described in the following topics in the EGL Programmer’s Guide: “Rich UI widget fields” and ”Rich UI widget functions.”

Use of a Div, FloatLeft, or FloatRight widget requires the appropriate import statement from the following list:
import org.eclipse.edt.rui.widgets.Div;
import org.eclipse.edt.rui.widgets.FloatLeft;
import org.eclipse.edt.rui.widgets.FloatRight;