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

Class UIColumnViewer

Constructors , Methods

public class UIColumnViewer extends UIScrollViewer 
{
  // Constructors
  public UIColumnViewer();
  public UIColumnViewer(Object columns[], Component list);

  // Methods
  public boolean action(Event e, Object o);
  public UILayoutManager getHeaderLayout();

}

A class that manages column viewing; extends UIScrollViewer.


Constructors


UIColumnViewer

public UIColumnViewer();

Creates a column viewer control.


UIColumnViewer

public UIColumnViewer(Object columns[], Component list);

Creates a column viewer control using an array of columns and a component list.

ParameterDescription
columns The array of column objects.
list The component list.


Methods


action

public boolean action(Event e, Object o);

Handles column viewer actions.

Return Value:

Returns true if the event was handled; otherwise, returns false.

ParameterDescription
e The event posted to the control.
o The object that posted the event.


getHeaderLayout

public UILayoutManager getHeaderLayout();

Retrieves the header layout.

Return Value:

Returns the UILayoutManager that contains the header layout.



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