WO Builder - viewing keys/actions in subclass of Application / Session
WO Builder - viewing keys/actions in subclass of Application / Session
- Subject: WO Builder - viewing keys/actions in subclass of Application / Session
- From: Gavin Eadie <email@hidden>
- Date: Wed, 24 Aug 2005 22:54:46 -0400
WebObjects Builder Version 5.3.1 (680)
WebObjects Builder (WOB) displays the Keys and Actions available in
the Java source for the component in work, in the bottom left pane of
the WOB browser. When a component extends WOComponent directly, eg:
public class MyComponent extends WOComponent { ...
"session" and "application" are available as Keys, provided by
WOComponent getters.
The class represented by "application" is the Application class I
have extended from WOApplication, and its keys/actions are available
by selecting "application" in the WOB browser lower-left pane. If I
extend WOApplication twice:
public class CoreApplication extends WOApplication { ...
public class Application extends CoreApplication { ...
WOB only shows me the Keys and Actions offered by Application.
Getters and public methods in CoreApplication are not shown. I'd
have liked (expected) the panoply of keys and actions available in
both Application and CoreApplication (and WOApplication too?) to be
available for selection and binding.
Unlike my last posting, I'm pretty sure this is a feature and not a
bug, though I have this nagging memory of earlier WOB versions
allowing a way to see 'through' Application to Core Application (by a
modifier keypress?). Thoughts?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden