FUEL/0.2/API: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
< [[FUEL/0.2]] | |||
__NOTOC__ | __NOTOC__ | ||
=== <code>Application</code> === | === <code>Application</code> === |
Revision as of 23:25, 9 January 2007
< FUEL/0.2
Application
Properties:
storage
is aSessionStorage
Methods:
hasStore( String )
returns aBoolean
getStore( String )
returns anString
setStore( String, String )
Extension( String )
Properties:
storage
is aSessionStorage
Methods:
hasStore( String )
returns aBoolean
getStore( String )
returns anString
setStore( String, String )
SessionStorage
Methods:
has( String )
returns aBoolean
get( String )
returns anString
set( String, String )
Bookmarks
Methods:
find( Object )
returnsArray<Bookmark>
add( Bookmark )
remove( Bookmark )
Bookmark( Object )
Properties:
title
is aString
(Getter/Setter)url
is aString
(Getter/Setter)desc
is aString
(Getter/Setter)parent
is aBookmark
(Getter/Setter)type
is aString
(container|folder|livemark|bookmark) (Getter/Setter)
Methods:
find( Object )
returnsArray<Bookmark>
Database( String )
Methods:
prepare( String )
returns aDatabaseQuery
DatabaseQuery
Methods:
execute( Object, ..., ObjectN )
hasNext()
returns aBoolean
next()
returns anObject