UserPage
Extends:
Direct Subclass:
The UserPage
component shows a user's profile. It can be extended to show
content inside of the content area. See ActivityPage
and SettingsPage
for
examples.
Method Summary
Public Methods | ||
public |
content(): VirtualElement Get the content to display in the user page. |
|
public |
Given a username, load the user's profile from the store, or make a request if we don't have it yet. |
|
public |
Build an item list for the navigation in the sidebar. |
|
public |
oninit(vnode: *) |
|
public |
Build an item list for the content of the sidebar. |
|
public |
view(): * |
Protected Methods | ||
protected |
Initialize the component with a user, and trigger the loading of their activity feed. |
Public Methods
public content(): VirtualElement source
Get the content to display in the user page.
Return:
VirtualElement |
public loadUser(username: String) source
Given a username, load the user's profile from the store, or make a request if we don't have it yet. Then initialize the profile page with that user.
Params:
Name | Type | Attribute | Description |
username | String |
public oninit(vnode: *) source
Params:
Name | Type | Attribute | Description |
vnode | * |