public class BootstrapLoginHTMLProvider
extends com.helger.webbasics.login.LoginHTMLProvider
LoginHTMLProvider with Bootstrap UI.| Constructor and Description |
|---|
BootstrapLoginHTMLProvider(boolean bLoginError,
com.helger.appbasics.security.login.ELoginResult eLoginResult,
String sPageTitle) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
fillBody(com.helger.webbasics.app.ISimpleWebExecutionContext aSWEC,
com.helger.html.hc.html.HCHtml aHtml) |
protected void |
fillHead(com.helger.webbasics.app.ISimpleWebExecutionContext aSWEC,
com.helger.html.hc.html.HCHtml aHtml) |
protected void |
onAfterContainer(com.helger.webbasics.app.ISimpleWebExecutionContext aSWEC,
BootstrapContainer aContainer,
BootstrapRow aRow,
com.helger.html.hc.html.HCDiv aContentCol)
Customize the created container, where the form resides in
|
protected void |
onAfterForm(com.helger.webbasics.app.ISimpleWebExecutionContext aSWEC,
BootstrapForm aForm)
Customize the created form
|
protected void |
onAfterLoginContainer(com.helger.webbasics.app.ISimpleWebExecutionContext aSWEC,
com.helger.html.hc.html.HCSpan aSpan)
Customize the created span, where the container resides in
|
createLabelNode, customizeLoginFields, getLoginResult, getTextErrorMessage, getTextFieldPassword, getTextFieldUserName, getTextHeader, showHeaderText, showLoginErroraddCSSAndJSToHead, createHCHtml, createHTML, getAllGlobalCSSItems, getAllGlobalJSItems, getAllMetaElements, getDisplayLocale, getHTMLConfigMgr, getMenuTree, toString, useRegularResources, useWebSiteResourceBundlesForCSS, useWebSiteResourceBundlesForJS@OverridingMethodsMustInvokeSuper protected void fillHead(@Nonnull com.helger.webbasics.app.ISimpleWebExecutionContext aSWEC, @Nonnull com.helger.html.hc.html.HCHtml aHtml)
fillHead in class com.helger.webbasics.app.html.AbstractHTMLProvider@OverrideOnDemand protected void onAfterForm(@Nonnull com.helger.webbasics.app.ISimpleWebExecutionContext aSWEC, @Nonnull BootstrapForm aForm)
aSWEC - Web execution context.aForm - The pre-filled form.@OverrideOnDemand protected void onAfterContainer(@Nonnull com.helger.webbasics.app.ISimpleWebExecutionContext aSWEC, @Nonnull BootstrapContainer aContainer, @Nonnull BootstrapRow aRow, @Nonnull com.helger.html.hc.html.HCDiv aContentCol)
aSWEC - Web execution context.aContainer - The pre-filled container.aRow - The pre-filled rowaContentCol - The content column, where the form resides in,@OverrideOnDemand protected void onAfterLoginContainer(@Nonnull com.helger.webbasics.app.ISimpleWebExecutionContext aSWEC, @Nonnull com.helger.html.hc.html.HCSpan aSpan)
aSWEC - Web execution context.aSpan - The span where the container resides in@OverridingMethodsMustInvokeSuper protected void fillBody(@Nonnull com.helger.webbasics.app.ISimpleWebExecutionContext aSWEC, @Nonnull com.helger.html.hc.html.HCHtml aHtml)
fillBody in class com.helger.webbasics.login.LoginHTMLProviderCopyright © 2014–2015 Philip Helger. All rights reserved.