Package com.ms.ui Previous
Previous
Contents
Contents
Index
Index
Next
Next

Class UIRow

Constructors , Methods

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.


Constructors


UIRow

public UIRow();

Creates a row object.


UIRow

public UIRow(Object columns[]);

Creates a row object using a default array of columns.


Methods


getRoleCode

 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.


setSelected

public void setSelected(boolean on);

Selects or deselects a row.

Return Value:

No return value.

ParameterDescription
on The boolean value that determines if a row is selected or not.



Top© 1997 Microsoft Corporation. All rights reserved. Legal Notices.