PATH |
D2WTabInspectPage
Package: com.webobjects.directtowebInherits from:D2WInspectPage
Subclasses:
Class Description
This class provides the behavior for the tab-inspect 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 tab-inspect 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
D2WTabInspectPage
public D2WTabInspectPage()
Standard Java no-argument constructor.
Methods
defaultRowspan
public String defaultRowspan()
Returns a
displayedTabName
public String displayedTabName()
Returns the name of the tab that is being displayed.
isPropertyInHeader
public boolean isPropertyInHeader()
Returns whether the current property in the receiver's Direct to Web context is outside the tab panel (and consequently in the header) or not.
replacementAssociationForAssociation
public WOAssociation replacementAssociationForAssociation(WOAssociation oldAssociation, String oldBinding, DTWTemplate aTemplate, WOContext aContext)
This method is intentionally undocumented. You should never have to invoke or customize it.
setDisplayedTabName
public void setDisplayedTabName(String tabName)
Sets the displayed tab to the one with the name
tabName
.
tabContents
public NSDictionary tabContents()
This method is intentionally undocumented. You should never have to invoke or customize it.
tabNameIsInHeader
public boolean tabNameIsInHeader(String aString)
This method is intentionally undocumented. You should never have to invoke or customize it.
tabs
public NSArray tabs()
Returns an array (an
tabsAsString
public String tabsAsString()
This method is intentionally undocumented. You should never have to invoke or customize it.
© 2001 Apple Computer, Inc.