Package | Description |
---|---|
com.saperion.ngc.authorization |
Package for authorization component classes.
|
com.saperion.ngc.events |
Package for all ZK events.
|
com.saperion.ngc.iform.field |
Package for iForm field elements.
|
com.saperion.ngc.navigation |
Package for navigation component classes.
|
com.saperion.ngc.resultset |
Package for resultset component classes.
|
com.saperion.ngc.toolbar |
Package for user toolbar component classes.
|
Modifier and Type | Method and Description |
---|---|
void |
AuthorizationViewImpl.postLogonEvent(LogonEvent.LogonResult result,
String userName)
Post a logon event.
|
void |
AuthorizationView.postLogonEvent(LogonEvent.LogonResult result,
String userName)
Post a logon event.
|
Modifier and Type | Method and Description |
---|---|
LogonEvent.LogonResult |
LogonEvent.getType() |
static LogonEvent.LogonResult |
LogonEvent.LogonResult.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogonEvent.LogonResult[] |
LogonEvent.LogonResult.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
EventChildHandlerImpl.postLogonEvent(LogonEvent.LogonResult result,
String userName) |
void |
EventChildHandler.postLogonEvent(LogonEvent.LogonResult result,
String userName) |
void |
BaseWindow.postLogonEvent(LogonEvent.LogonResult result,
String userName) |
void |
EventChildHandlerImpl.postLogonEvent(LogonEvent.LogonResult result,
String userName,
boolean bIsSSOUser) |
void |
EventChildHandler.postLogonEvent(LogonEvent.LogonResult result,
String userName,
boolean bIsSSOUser) |
void |
BaseWindow.postLogonEvent(LogonEvent.LogonResult result,
String userName,
boolean bIsSSOUser) |
Constructor and Description |
---|
LogonEvent(org.zkoss.zk.ui.Component target,
LogonEvent.LogonResult result,
String userName)
Constructor.
|
LogonEvent(org.zkoss.zk.ui.Component target,
LogonEvent.LogonResult result,
String userName,
boolean isSSOUser)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
MultiField.postLogonEvent(LogonEvent.LogonResult result,
String userName)
Posts a LogonEvent.
|
Modifier and Type | Method and Description |
---|---|
void |
NaviTreeNode.postLogonEvent(LogonEvent.LogonResult result,
String username)
Posts a logon event.
|
Modifier and Type | Method and Description |
---|---|
void |
ResultSetPresenter.sendLogonMessageToView(LogonEvent.LogonResult result,
String userName)
Sends a logon message to the view.
|
Modifier and Type | Method and Description |
---|---|
void |
SaperionToolbarView.postLogonEvent(LogonEvent.LogonResult result,
String name)
Posts a LogonEvent.
|
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.