Function
An ATOM feed viewer that allows for viewing a feed, deleting entries, and editing entries.
An ATOM feed viewer that allows for viewing a feed, deleting entries, and editing entries.
Function
The postCreate function.
The postCreate function. Creates our AtomIO object for future interactions and subscribes to the event given in markup/creation.
Function
The startup function.
The startup function. Parses the filters and sets the feed based on the given url.
Function
Function clearing all current entries in the feed view.
Function clearing all current entries in the feed view.
Nothing.
Function
The URL to the feed to load.
Function setting the feed from a URL which to get the feed.
Function setting the dojox.atom.io.model.Feed data into the view.
Nothing.
Function
Function setting the dojox.atom.io.model.Feed data into the view.
Function setting the dojox.atom.io.model.Feed data into the view. entry: The dojox.atom.io.model.Feed object to process
Nothing.
Function
The dojox.atom.io.model.Entry object to examine.
Internal function for determining the appropriate date to display.
Internal function for determining of a particular entry is editable.
An appropriate date for the feed viewer display.
Function
Function for appending a new grouping of entries to the feed view.
Function for appending a grouping of entries to the feed view. entry: The title of the new grouping to create on the view.
Nothing.
Function
The dojox.atom.io.model.Entry object to append
Function for appending an entry to the feed view.
Function for appending an entry to the feed view.
Nothing.
Function
Function for deleting a row from the view
Function for deleting a row from the view
Function
callback for when an entry is deleted from a feed.
callback for when an entry is deleted from a feed.
Function
The click event that triggered a selection.
Internal function for handling the selection of feed entries.
Internal function for handling the selection of feed entries.
Nothing.
Function
Internal function for unselecting the current selection.
Internal function for unselecting the current selection.
Nothing.
Function
The dojox.atom.io.model.Entry object to examine
Internal function for determining of a particular entry is editable.
Internal function for determining of a particular entry is editable. This is used for determining if the delete action should be displayed or not.
Boolean denoting if the entry seems editable or not..
Function
The dojox.atom.io.model.Entry object selected.
Function intended for over-riding/replacement as an attachpoint to for other items to recieve selection notification.
Function intended for over0-riding/replacement as an attachpoint to for other items to recieve selection notification.
Nothing.
Function
The URL to inspect.
Method to determine if the URL is relative or absolute.
Method to determine if the URL is relative or absolute. Basic assumption is if it doesn't start with http:// or file://, it's relative to the current document.
boolean indicating whether it's a relative url or not.
Function
The full URL as a string.
Flag to denote of the base URL should be calculated as just the server base, or relative to the current page/location in the URL.
Internal function to calculate a baseline URL from the provided full URL.
Internal function to calculate a baseline URL from the provided full URL.
String of the baseline URL
Function
Internal function to do matching of category filters to widgets.
Internal function to do matching of category filters to widgets.
boolean denoting if this entry matched one of the accept filters.
Function
The basic items to filter on and the values. Should be of format: {scheme: <some text or null>, term: <some text or null>, label: <some text or null>}
Function to add a filter for entry inclusion in the feed view.
Function to add a filter for entry inclusion in the feed view.
Nothing.
Function
The basic items to identify the filter that is present. Should be of format: {scheme: <some text or null>, term: <some text or null>, label: <some text or null>}
Function to remove a filter for entry inclusion in the feed view.
Function to remove a filter for entry inclusion in the feed view.
Nothing.
Function
The topic message containing the entry that was selected for view.
Internal function for listening to a topic that will handle entry notification.
Internal function for listening to a topic that will handle entry notification.
Nothing.
Function
callback function used when adding an entry to the feed.
callback function used when adding an entry to the feed. After the entry has been posted to the feed, we add it to our feed representation (to show it on the page) and publish an event to update any entry viewers.
Function
Destroys this widget, including all descendants and subscriptions.
Destroys this widget, including all descendants and subscriptions.
The
URL to the feed to load.
Function
Widget for handling the display of an entry and specific events associated with it.
Widget for handling the display of an entry and specific events associated with it.
Function
Function
The title.
Function to set the title of the entry.
Function to set the title of the entry.
Nothing.
Function
The string form of the date.
Function to set the time of the entry.
Function to set the time of the entry.
Nothing.
Function
Function to enable the delete action on this entry.
Function to enable the delete action on this entry.
Nothing.
Function
Function to disable the delete action on this entry.
Function to disable the delete action on this entry.
Nothing.
Function
Function to handle the delete event and delete the entry.
Function to handle the delete event and delete the entry.
Nothing.
Function
The event generated by the click.
Attach point for when a row is clicked on.
Attach point for when a row is clicked on.
Function
Grouping of feed entries.
Grouping of feed entries.
Function
text to show.
Sets the text to be shown above this grouping.
Sets the text to be shown above this grouping.
Function
A filter to be applied to the list of entries.
A filter to be applied to the list of entries.
Function
The initializer function.
The initializer function.
Function
Function to determine if this category filter matches against a category on an atom entry
Function to determine if this category filter matches against a category on an atom entry
boolean denoting if this category filter matched to this entry.
Object
Object
Object