Documentation Archive Developer
Search
PATH  Documentation > WebObjects 4.5 > Direct to Web

D2WPlainListPage

Package: com.apple.yellow.directtoweb

Inherits from:D2WListPage

Subclasses:


Class Description

This class provides the behavior for the plain-list page Direct to Web templates, specifically BASPlainListPage, NEUPlainListPage, and WOLPlainListPage. The classes for these components inherit directly from D2WPlainListPage and define no additional variables or methods.

Most of the methods in this class are accessed (via the EOKeyValueCoding interface defined in the EOControl framework) from the Direct to Web template's bindings (.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


com.apple.yellow.directtoweb.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.