Mobile Development 10.11 | webMethods Mobile SuiteWeb Help | webMethods Mobile Designer Native User Interface Reference | Native User Interface (NativeUI) Objects | nUITablerowElement
 
nUITablerowElement
com.softwareag.mobile.runtime.nui.nUITablerowElement
Use to add a row to a table ( nUITableElement). The table row contains one or more nUITablecellElement objects.
Usage Notes
*Use the Bgcolor attribute to set the table row’s background color. By default, the background color is transparent. To change the color, set the Bgcolor attribute to an integer that is based on a 32-bit Alpha Red Green Blue (ARGB) format. You can use any solid color. If you specify an Alpha value that is not opaque (0xFF), the behavior of the table row object is undefined. Setting a Bgcolor will override any previous BackgroundDrawable set.
*Use the BackgroundDrawable attribute to set the table row's background drawable. A background drawable may be a solid color, defined by a ColorBackground object, or an image defined by a PatternImage. An alpha value that is not fully opaque (0xFF) will exhibit undefined behavior. Setting a BackgroundDrawable will override any previous Bgcolor that has been set.