|
WebObjects 5.4.2 | ||||||||
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.D2WKeyPathContainer
public class D2WKeyPathContainer
This class is used internally by other classes in WebObjects and should be considered private. It should not be used, subclassed, or replaced. This property-level component displays the value for a keypath. If the value is an array (NSArray) it displays the objects in the array.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.webobjects.appserver.WOComponent |
---|
WOComponent.Event |
Nested classes/interfaces inherited from interface com.webobjects.foundation.NSKeyValueCodingAdditions |
---|
NSKeyValueCodingAdditions.DefaultImplementation, NSKeyValueCodingAdditions.Utility |
Nested classes/interfaces inherited from interface com.webobjects.foundation.NSValidation |
---|
NSValidation.DefaultImplementation, NSValidation.Utility, NSValidation.ValidationException |
Field Summary | |
---|---|
EOEnterpriseObject |
listEo
|
Fields inherited from class com.webobjects.directtoweb.D2WComponent |
---|
currentObjectKey |
Fields inherited from interface com.webobjects.foundation.NSKeyValueCodingAdditions |
---|
KeyPathSeparator |
Constructor Summary | |
---|---|
D2WKeyPathContainer(WOContext aContext)
This method is intentionally undocumented. |
Method Summary | |
---|---|
WOComponent |
inspectEO()
This method is intentionally undocumented. |
String |
ivarNameForRepetition()
This method is intentionally undocumented. |
NSArray |
list()
This method is intentionally undocumented. |
String |
listDescription()
This method is intentionally undocumented. |
String |
methodNameForInspect()
This method is intentionally undocumented. |
String |
methodNameForList()
This method is intentionally undocumented. |
String |
methodNameListDescription()
This method is intentionally undocumented. |
String |
partialPropertyKeyPath()
This method is intentionally undocumented. |
String |
partialValueForKeyString()
This method is intentionally undocumented. |
WOAssociation |
replacementAssociationForAssociation(WOAssociation oldAssociation,
String oldBinding,
DTWTemplate aTemplate,
WOContext aContext)
This method is intentionally undocumented. |
void |
setObject(EOEnterpriseObject eo)
This method is intentionally undocumented. |
D2WContext |
subContext()
This method is intentionally undocumented. |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public EOEnterpriseObject listEo
Constructor Detail |
---|
public D2WKeyPathContainer(WOContext aContext)
Method Detail |
---|
public NSArray list()
public String partialPropertyKeyPath()
public void setObject(EOEnterpriseObject eo)
setObject
in class D2WComponent
eo
- - the EOEnterpriseObject of the receiver.public String listDescription()
public D2WContext subContext()
public WOComponent inspectEO()
public String methodNameForList()
public String methodNameForInspect()
public String methodNameListDescription()
public String ivarNameForRepetition()
public String partialValueForKeyString()
public WOAssociation replacementAssociationForAssociation(WOAssociation oldAssociation, String oldBinding, DTWTemplate aTemplate, WOContext aContext)
replacementAssociationForAssociation
in interface DTWGeneration
replacementAssociationForAssociation
in class D2WComponent
|
Last updated June 2008 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |