| Package | Description |
|---|---|
| de.knightsoftnet.navigation.client.event |
this package contains the self defined events.
|
| de.knightsoftnet.navigation.client.session |
this package contains the session data.
|
| de.knightsoftnet.navigation.client.ui.navigation | |
| de.knightsoftnet.navigation.shared.models |
this package contains the models to exchange between server and client.
|
| Modifier and Type | Method and Description |
|---|---|
User |
ChangeUserEvent.getUser() |
| Constructor and Description |
|---|
ChangeUserEvent(User puser) |
| Modifier and Type | Method and Description |
|---|---|
User |
AbstractSession.getUser() |
User |
Session.getUser()
get current user data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractSession.setUser(User puser) |
void |
Session.setUser(User puser)
set user and fire change user event when user changes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractNavigationStructure.buildVisibleNavigation(User puser) |
void |
NavigationStructure.buildVisibleNavigation(User puser)
build the visible navigation entries.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MinimumUser
The
UserData class implements contains the data of a user. |
Copyright © 2015. All rights reserved.