NextDB.net

Class net.nextdb.html.Reflector

Object
   |
   +--net.nextdb.html.Reflector

class net.nextdb.html.Reflector


Reflector is a graphical object inspection tool. Since the Query class dynamically binds the query results into an object tree, this class allows you to easily inspect the object in a easy-to-read graphical format.

	object 0
object USER
string PK="1"
string first_name="John"
string last_name="Doe"
string email="jd@nevnull.com"
string login="john"
string password="letmein"
string creation_date="2007-12-19 14:57:23.103 GMT"
string last_login="2007-12-19 14:57:23.104 GMT"
object 1
object USER
string PK="2"
string first_name="Jane"
string last_name="Doe"
string email="jd2@nevnull.com"
string login="jane"
string password="letmein"
string creation_date="2007-12-19 14:57:50.4 GMT"
string last_login="2007-12-19 14:57:50.401 GMT"

Defined in api.docs.js


Constructor Summary
net.nextdb.html.Reflector()
           
 
Method Summary
 Object getHTML()
          
 void reflect(<Object> obj)
           pass in the object under inspection
 void show()
           call show to print the object tree to a dynamically generated div

Constructor Detail

net.nextdb.html.Reflector

net.nextdb.html.Reflector()

Method Detail

getHTML

Object getHTML()

reflect

void reflect(<Object> obj)

show

void show()

NextDB.net

Documentation generated by JSDoc on Mon Mar 29 20:15:50 2010