nUIDisplayObject
com.softwareag.mobile.runtime.nui.nUIDisplayObject
The nUIDisplayObject class is a base class for Display NativeUI objects. The nUIElementDisplay, nUIViewDisplay, and nUIWindowDisplay classes extend the nUIDisplayObject class.
Usage Notes
When specifying the
Width and
Right attributes, you can specify just one of these attributes.
Mobile Designer infers the value of the attribute you do not define from the value of the defined attribute.
When specifying the
Height and
Bottom attributes, you can specify just one of these attributes.
Mobile Designer infers the value of the attribute you do not define from the value of the defined attribute.
The
X and
Left coordinate position attributes are equivalent. You can specify just one of them.
The
Y and
Right coordinate position attributes are equivalent. You can specify just one of them.
The default value for inner padding attributes is
0 (zero).
Display objects, such as tables and views, might override the default inner padding values.
By default, the inner width and height values match the values for the
X and
Y padding on the
Right and
Bottom of the object.
You can configure the object's Width and Height attribute values to prevent this duplication.