|
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.D2WEmbeddedComponent
public class D2WEmbeddedComponent
This class is used internally by other classes in WebObjects and should be considered private. It should not be used, subclassed, or replaced.
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 |
---|
Fields inherited from interface com.webobjects.foundation.NSKeyValueCodingAdditions |
---|
KeyPathSeparator |
Constructor Summary | |
---|---|
D2WEmbeddedComponent(WOContext aContext)
This method is intentionally undocumented. |
Method Summary | |
---|---|
NextPageDelegate |
actionPageDelegate()
This method is intentionally undocumented. |
void |
awake()
This method is intentionally undocumented. |
static WOComponent |
findTarget(WOComponent sender)
This method is intentionally undocumented. |
NextPageDelegate |
newPageDelegate()
This method is intentionally undocumented. |
void |
setActionPageDelegate(NextPageDelegate newValue)
This method is intentionally undocumented. |
boolean |
synchronizesVariablesWithBindings()
This method is intentionally undocumented. |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public D2WEmbeddedComponent(WOContext aContext)
Method Detail |
---|
public static WOComponent findTarget(WOComponent sender)
public void awake()
awake
in class WOComponent
WOComponent.ensureAwakeInContext(WOContext aContext)
,
WOComponent.sleep()
public boolean synchronizesVariablesWithBindings()
synchronizesVariablesWithBindings
in class WOComponent
false
if this method creates a non-synchronizing component, true
otherwiseWOComponent.valueForBinding(String aBindingName)
,
WOComponent.setValueForBinding(Object aValue, String aBindingName)
,
WOComponent.pullValuesFromParent()
,
WOComponent.pushValuesToParent()
,
WOComponent.isStateless()
public NextPageDelegate newPageDelegate()
public NextPageDelegate actionPageDelegate()
public void setActionPageDelegate(NextPageDelegate newValue)
|
Last updated June 2008 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |