|
Project Wonder 2.0 | ||||||||||
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 er.extensions.ERXNonSynchronizingComponent er.directtoweb.ERDCustomComponent er.directtoweb.ERDActionButton
Abstract superclass for all actions inside of Wonder D2W.
Nested Class Summary | |
static interface |
ERDActionButton.Keys
|
Nested classes inherited from class com.webobjects.appserver.WOComponent |
WOComponent._EventLoggingEnabler, WOComponent.Event |
Nested classes inherited from class com.webobjects.foundation.NSKeyValueCodingAdditions |
NSKeyValueCodingAdditions.DefaultImplementation, NSKeyValueCodingAdditions.Utility |
Nested classes inherited from class com.webobjects.foundation.NSValidation |
NSValidation._MethodBinding, NSValidation._ValidationBinding, NSValidation.DefaultImplementation, NSValidation.Utility, NSValidation.ValidationException |
Field Summary |
Fields inherited from class er.directtoweb.ERDCustomComponent |
extraBindings, FALSE, TRUE |
Fields inherited from class er.extensions.ERXNonSynchronizingComponent |
_dynamicBindings |
Fields inherited from class com.webobjects.appserver.WOComponent |
_Extension, _IsEventLoggingEnabled, _keyAssociations |
Fields inherited from interface com.webobjects.foundation.NSKeyValueCoding |
_CLASS, NullValue |
Fields inherited from interface com.webobjects.foundation.NSKeyValueCoding.ErrorHandling |
_CLASS |
Fields inherited from interface com.webobjects.foundation.NSKeyValueCodingAdditions |
_CLASS, _KeyPathSeparatorChar, KeyPathSeparator |
Fields inherited from interface com.webobjects.foundation.NSValidation |
_CLASS |
Constructor Summary | |
ERDActionButton(WOContext context)
Public constructor |
Method Summary | |
EODataSource |
dataSource()
The current data source. |
WODisplayGroup |
displayGroup()
The current display group. |
protected WOComponent |
enclosingPageOfClass(Class c)
Utility to return the first enclosing component that matches the given class, if there is one. |
boolean |
isStateless()
Action buttons must be stateless. |
WOComponent |
nextPageInPage(D2WPage parent)
Utility to return the next page in the enclosing page. |
EOEnterpriseObject |
object()
The current object. |
protected D2WPage |
parentD2WPage()
Utility to return the enclosing D2W page, if there is one. |
protected EditPageInterface |
parentEditPage()
Utility to return the enclosing edit page, if there is one. |
protected ListPageInterface |
parentListPage()
Utility to return the enclosing list page, if there is one. |
protected QueryPageInterface |
parentQueryPage()
Utility to return the enclosing query page, if there is one. |
protected SelectPageInterface |
parentSelectPage()
Utility to return the enclosing select page, if there is one. |
boolean |
synchronizesVariablesWithBindings()
Action buttons do not synchronize their variables. |
String |
task()
The current task. |
protected D2WPage |
topLevelD2WPage()
Utility to return the outermost page that is a D2W page. |
Methods inherited from class er.extensions.ERXNonSynchronizingComponent |
booleanValueForBinding, booleanValueForBinding, booleanValueForBinding, dynamicBindings, intValueForBinding, localizer, objectValueForBinding, objectValueForBinding, stringValueForBinding, stringValueForBinding |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ERDActionButton(WOContext context)
context
- the contextMethod Detail |
public final boolean isStateless()
isStateless
in class ERXNonSynchronizingComponent
public final boolean synchronizesVariablesWithBindings()
synchronizesVariablesWithBindings
in class ERDCustomComponent
public EOEnterpriseObject object()
public WODisplayGroup displayGroup()
public EODataSource dataSource()
public String task()
public WOComponent nextPageInPage(D2WPage parent)
protected WOComponent enclosingPageOfClass(Class c)
protected D2WPage topLevelD2WPage()
protected ListPageInterface parentListPage()
protected EditPageInterface parentEditPage()
protected SelectPageInterface parentSelectPage()
protected QueryPageInterface parentQueryPage()
protected D2WPage parentD2WPage()
|
Last updated: Do, Dez 9, 2004 12:46 PM CET | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |