A Rich UI div widget defines a division (HTML DIV tag) on the web page, below the preceding content. The widget might be the parent of floatLeft and floatRight widgets, providing flexibility in web-page design. A floatLeft widget uses the CSS element float:left, and the floatRight widget uses the CSS element float:right.
Supported EGL properties and functions are described in “Widget properties and functions.”
import com.ibm.egl.rui.widgets.Div;
import com.ibm.egl.rui.widgets.FloatLeft;
import com.ibm.egl.rui.widgets.FloatRight;