Package com.ms.ui |
![]() Previous |
![]() Contents |
![]() Index |
![]() Next |
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.
public UIColumnViewer();Creates a column viewer control.
public UIColumnViewer(Object columns[], Component list);Creates a column viewer control using an array of columns and a component list.
Parameter Description columns The array of column objects. list The component list.
public boolean action(Event e, Object o);Handles column viewer actions.
Return Value:
Returns true if the event was handled; otherwise, returns false.
Parameter Description e The event posted to the control. o The object that posted the event.
public UILayoutManager getHeaderLayout();Retrieves the header layout.
Return Value:
Returns the UILayoutManager that contains the header layout.
© 1997 Microsoft Corporation. All rights reserved. Legal Notices.