Table of Contents Previous Section The Object Browser

The Object Browser

The object browser provides an abbreviated view of the component's script file. The script window displays the entire script file. The object browser's primary use is to bind dynamic elements to the variables or methods in the script. Thus, you create a variable in the object browser, bind a dynamic element to it, and later you can write a method that accesses or changes the value in that variable.

WebObjects Builder has three different object browsers:

Object Browser Location:Creates:
Bottom half of the component window Component variables
Application tab of application window Application variables
Session tab of application window Session variables


Table of Contents Next Section