Uses of Class
com.saperion.ngc.events.LogonEvent.LogonResult
- 
Packages that use LogonEvent.LogonResult 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.
- 
- 
Uses of LogonEvent.LogonResult in com.saperion.ngc.authorizationMethods in com.saperion.ngc.authorization with parameters of type LogonEvent.LogonResult Modifier and Type Method Description voidAuthorizationView. postLogonEvent(LogonEvent.LogonResult result, java.lang.String userName)Post a logon event.voidAuthorizationViewImpl. postLogonEvent(LogonEvent.LogonResult result, java.lang.String userName)Post a logon event.
- 
Uses of LogonEvent.LogonResult in com.saperion.ngc.eventsMethods in com.saperion.ngc.events that return LogonEvent.LogonResult Modifier and Type Method Description LogonEvent.LogonResultLogonEvent. getType()static LogonEvent.LogonResultLogonEvent.LogonResult. valueOf(java.lang.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.Methods in com.saperion.ngc.events with parameters of type LogonEvent.LogonResult Modifier and Type Method Description voidBaseWindow. postLogonEvent(LogonEvent.LogonResult result, java.lang.String userName)voidBaseWindow. postLogonEvent(LogonEvent.LogonResult result, java.lang.String userName, boolean bIsSSOUser)voidEventChildHandler. postLogonEvent(LogonEvent.LogonResult result, java.lang.String userName)voidEventChildHandler. postLogonEvent(LogonEvent.LogonResult result, java.lang.String userName, boolean bIsSSOUser)voidEventChildHandlerImpl. postLogonEvent(LogonEvent.LogonResult result, java.lang.String userName)voidEventChildHandlerImpl. postLogonEvent(LogonEvent.LogonResult result, java.lang.String userName, boolean bIsSSOUser)Constructors in com.saperion.ngc.events with parameters of type LogonEvent.LogonResult Constructor Description LogonEvent(org.zkoss.zk.ui.Component target, LogonEvent.LogonResult result, java.lang.String userName)Constructor.LogonEvent(org.zkoss.zk.ui.Component target, LogonEvent.LogonResult result, java.lang.String userName, boolean isSSOUser)Constructor.
- 
Uses of LogonEvent.LogonResult in com.saperion.ngc.iform.fieldMethods in com.saperion.ngc.iform.field with parameters of type LogonEvent.LogonResult Modifier and Type Method Description voidMultiField. postLogonEvent(LogonEvent.LogonResult result, java.lang.String userName)Posts a LogonEvent.
- 
Uses of LogonEvent.LogonResult in com.saperion.ngc.navigationMethods in com.saperion.ngc.navigation with parameters of type LogonEvent.LogonResult Modifier and Type Method Description voidNaviTreeNode. postLogonEvent(LogonEvent.LogonResult result, java.lang.String username)Posts a logon event.
- 
Uses of LogonEvent.LogonResult in com.saperion.ngc.resultsetMethods in com.saperion.ngc.resultset with parameters of type LogonEvent.LogonResult Modifier and Type Method Description voidResultSetPresenter. sendLogonMessageToView(LogonEvent.LogonResult result, java.lang.String userName)Sends a logon message to the view.
- 
Uses of LogonEvent.LogonResult in com.saperion.ngc.toolbarMethods in com.saperion.ngc.toolbar with parameters of type LogonEvent.LogonResult Modifier and Type Method Description voidSaperionToolbarView. postLogonEvent(LogonEvent.LogonResult result, java.lang.String name)Posts a LogonEvent.
 
-