Talk:FUEL/0.2/API: Difference between revisions
Jump to navigation
Jump to search
(read-only properties) |
|||
| Line 21: | Line 21: | ||
I find ''(Getter/Setter)'' vs. ''(Getter)'' vs. ''no parentheses'' a bit confusing. I suspect that all properties have a getter, thus it should be sufficient to classify those without a setter as ''read-only''. | I find ''(Getter/Setter)'' vs. ''(Getter)'' vs. ''no parentheses'' a bit confusing. I suspect that all properties have a getter, thus it should be sufficient to classify those without a setter as ''read-only''. | ||
--[[User:Dazio|Dao]] | |||
Latest revision as of 16:25, 18 May 2007
Bookmarks wrapper
Here are a couple of additions based on my own experience:
Bookmarks
Methods:
getByType( aType )returnsArray<Bookmark>
Bookmark( Object )
Methods:
getChildren()returnsArray<Bookmark>// containers only
Properties:
parentis aBookmark(Getter) / (Getter/Setter) ??typeis aString: container || folder || livemark || bookmark (Getter)
Ancestor 12:03, 8 January 2007 (PST)
read-only properties
I find (Getter/Setter) vs. (Getter) vs. no parentheses a bit confusing. I suspect that all properties have a getter, thus it should be sufficient to classify those without a setter as read-only. --Dao