|
WebObjects 5.2.3 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.webobjects.appserver.WOElement com.webobjects.appserver.WOComponent com.webobjects.directtoweb.D2WComponent com.webobjects.directtoweb.D2WPage com.webobjects.directtoweb.D2WInspectPage com.webobjects.directtoweb.D2WTabInspectPage
The D2WTabInspectPage
class provides the behavior
for the tab-inspect page Direct to Web templates,
specifically NEUTabInspectPage and WOLTabInspectPage.
The classes for these components inherit directly from D2WTabInspectPage
and define no additional methods or variables.
Most methods are accessed, via the EOKeyValueCoding interface in EOControl, from the bindings (.wod) file of the Direct to Web template. 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.
Nested Class Summary |
Nested classes inherited from class com.webobjects.appserver.WOComponent |
WOComponent.Event |
Nested classes inherited from class com.webobjects.foundation.NSKeyValueCoding |
NSKeyValueCoding.DefaultImplementation, NSKeyValueCoding.ErrorHandling, NSKeyValueCoding.Null, NSKeyValueCoding.UnknownKeyException, NSKeyValueCoding.Utility, NSKeyValueCoding.ValueAccessor |
Nested classes inherited from class com.webobjects.foundation.NSKeyValueCodingAdditions |
NSKeyValueCodingAdditions.DefaultImplementation, NSKeyValueCodingAdditions.Utility |
Nested classes inherited from class com.webobjects.foundation.NSValidation |
NSValidation.DefaultImplementation, NSValidation.Utility, NSValidation.ValidationException |
Field Summary |
Fields inherited from class com.webobjects.directtoweb.D2WInspectPage |
errorMessage |
Fields inherited from class com.webobjects.directtoweb.D2WComponent |
currentObjectKey |
Fields inherited from interface com.webobjects.foundation.NSKeyValueCoding |
NullValue |
Fields inherited from interface com.webobjects.foundation.NSKeyValueCodingAdditions |
KeyPathSeparator |
Constructor Summary | |
D2WTabInspectPage(WOContext aContext)
Constructs a D2WTabInspectPage with the specified context. |
Method Summary | |
String |
defaultRowspan()
Returns a String containing the number of HTML table rows spanned by the vertical rule within the current tab panel. |
String |
displayedTabName()
Returns the name of the tab that is being displayed. |
boolean |
isPropertyInHeader()
Returns whether the current property in the Direct to Web context of the receiver is outside the tab panel and consequently in the header. |
WOAssociation |
replacementAssociationForAssociation(WOAssociation oldAssociation,
String oldBinding,
com.webobjects.directtoweb.generation.DTWTemplate aTemplate,
WOContext aContext)
This method is intentionally undocumented. |
void |
setDisplayedTabName(String newValue)
Sets the displayed tab to the one with the specified name. |
NSDictionary |
tabContents()
This method is intentionally undocumented. |
boolean |
tabNameIsInHeader(String tabName)
This method is intentionally undocumented. |
NSArray |
tabs()
Returns an NSArray containing the names of the tabs displayed in the tab inspect page. |
String |
tabsAsString()
This method is intentionally undocumented. |
Methods inherited from class com.webobjects.directtoweb.D2WInspectPage |
awake, cancelAction, deleteAction, editAction, implementedInterface, nextPage, object, setEditingContext, setObject, sleep, submitAction, validationFailedWithException |
Methods inherited from class com.webobjects.directtoweb.D2WPage |
alternateRowColor, dataSource, descriptionForResponse, extraBindings, finalize, nextPageDelegate, pageWrapperName, setDataSource, setExtraBindings, setNextPage, setNextPageDelegate, showCancel |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.webobjects.directtoweb.InspectPageInterface |
setNextPage, setNextPageDelegate |
Constructor Detail |
public D2WTabInspectPage(WOContext aContext)
aContext
- - the WOContext.Method Detail |
public String defaultRowspan()
defaultRowspan
in class D2WComponent
public String displayedTabName()
public boolean isPropertyInHeader()
public WOAssociation replacementAssociationForAssociation(WOAssociation oldAssociation, String oldBinding, com.webobjects.directtoweb.generation.DTWTemplate aTemplate, WOContext aContext)
D2WInspectPage
replacementAssociationForAssociation
in interface com.webobjects.directtoweb.generation.DTWGeneration
replacementAssociationForAssociation
in class D2WInspectPage
public void setDisplayedTabName(String newValue)
newValue
- - the name of the tab to display.public NSDictionary tabContents()
public boolean tabNameIsInHeader(String tabName)
public NSArray tabs()
public String tabsAsString()
|
Last updated Thu Oct 21 15:04:16 PDT 2004. | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |