• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
WO Builder - viewing keys/actions in subclass of Application / Session
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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
  • Prev by Date: WO Builder - binding to superclass
  • Next by Date: duplicate class in XCode.
  • Previous by thread: WOComponents API "Value Set" types...
  • Next by thread: duplicate class in XCode.
  • Index(es):
    • Date
    • Thread