Package com.ms.ui |
![]() Previous |
![]() Contents |
![]() Index |
![]() Next |
public class UIRow extends UIPanel { // Constructors public UIRow(); public UIRow(Object columns[]); // Methods public int getRoleCode(); public void setSelected(boolean on); }
A class that handles rows.
public UIRow();Creates a row object.
public UIRow(Object columns[]);Creates a row object using a default array of columns.
public int getRoleCode();Retrieves the role of the row control.
Return Value:
Returns the ROLE_SYSTEM code that best describes the role of the control.
Remarks:
This method returns the ROLE_SYSTEM_ROW code.
public void setSelected(boolean on);Selects or deselects a row.
Return Value:
No return value.
Parameter Description on The boolean value that determines if a row is selected or not.
© 1997 Microsoft Corporation. All rights reserved. Legal Notices.