PATH |
D2WPlainListPage
Package: com.webobjects.directtowebInherits from:D2WListPage
Subclasses:
Class Description
This class provides the behavior for the plain-list page Direct to Web templates, specifically
Most of the methods in this class are accessed (via the .wod
) file. If you create a Direct to Web template from a plain-list page, you can invoke the methods in this class in the same way. See the "Direct to Web" chapter of WebObjects Tools and Techniques for more information about creating a Direct to Web template.
Method Types
Constructors
Key-Value Coding
Private Methods
Constructors
D2WPlainListPage
public D2WPlainListPage()
Standard Java no-argument constructor.
Methods
componentsForSortKeyList
public String componentsForSortKeyList()
This method is intentionally undocumented. You should never have to invoke or customize it.
setLocalContext
public void setLocalContext(D2WContext context)
This method is intentionally undocumented. You should never have to invoke or customize it.
sortKeyList
public NSArray sortKeyList()
Returns the list of property keys that can be used to sort the receiver's displayed objects.
© 2001 Apple Computer, Inc.