public class BootstrapWebPageStyler
extends com.helger.webctrls.styler.SimpleWebPageStyler
| Constructor and Description |
|---|
BootstrapWebPageStyler() |
| Modifier and Type | Method and Description |
|---|---|
BootstrapDataTables |
createDefaultDataTables(com.helger.webbasics.app.page.IWebPageExecutionContext aWPEC,
com.helger.html.hc.IHCTable<?> aTable) |
BootstrapErrorBox |
createErrorBox(com.helger.webbasics.app.layout.ILayoutExecutionContext aWPEC,
String sText) |
BootstrapForm |
createForm(com.helger.webbasics.app.layout.ILayoutExecutionContext aLEC) |
BootstrapForm |
createFormFileUpload(com.helger.webbasics.app.layout.ILayoutExecutionContext aLEC) |
BootstrapInfoBox |
createInfoBox(com.helger.webbasics.app.layout.ILayoutExecutionContext aWPEC,
String sText) |
com.helger.html.hc.IHCNode |
createPasswordConstraintToolTip(com.helger.webbasics.app.page.IWebPageExecutionContext aWPEC) |
BootstrapQuestionBox |
createQuestionBox(com.helger.webbasics.app.layout.ILayoutExecutionContext aWPEC,
String sText) |
BootstrapSuccessBox |
createSuccessBox(com.helger.webbasics.app.layout.ILayoutExecutionContext aWPEC,
String sText) |
BootstrapTabBox |
createTabBox(com.helger.webbasics.app.page.IWebPageExecutionContext aWPEC) |
BootstrapTable |
createTable(com.helger.html.hc.html.HCCol... aCols) |
BootstrapTableForm |
createTableForm(com.helger.html.hc.html.HCCol... aCols) |
BootstrapTableFormView |
createTableFormView(com.helger.html.hc.html.HCCol... aCols) |
BootstrapButtonToolbar |
createToolbar(com.helger.webbasics.app.page.IWebPageExecutionContext aWPEC) |
com.helger.html.hc.html.HCSpan |
createUploadButton(com.helger.webbasics.app.page.IWebPageExecutionContext aWPEC) |
BootstrapWarnBox |
createWarnBox(com.helger.webbasics.app.layout.ILayoutExecutionContext aWPEC,
String sText) |
@Nonnull public BootstrapForm createForm(@Nonnull com.helger.webbasics.app.layout.ILayoutExecutionContext aLEC)
createForm in interface com.helger.webctrls.styler.IWebPageStylercreateForm in class com.helger.webctrls.styler.SimpleWebPageStyler@Nonnull public BootstrapForm createFormFileUpload(@Nonnull com.helger.webbasics.app.layout.ILayoutExecutionContext aLEC)
createFormFileUpload in interface com.helger.webctrls.styler.IWebPageStylercreateFormFileUpload in class com.helger.webctrls.styler.SimpleWebPageStyler@Nonnull public BootstrapInfoBox createInfoBox(@Nonnull com.helger.webbasics.app.layout.ILayoutExecutionContext aWPEC, @Nullable String sText)
createInfoBox in interface com.helger.webctrls.styler.IWebPageStylercreateInfoBox in class com.helger.webctrls.styler.SimpleWebPageStyler@Nonnull public BootstrapWarnBox createWarnBox(@Nonnull com.helger.webbasics.app.layout.ILayoutExecutionContext aWPEC, @Nullable String sText)
createWarnBox in interface com.helger.webctrls.styler.IWebPageStylercreateWarnBox in class com.helger.webctrls.styler.SimpleWebPageStyler@Nonnull public BootstrapErrorBox createErrorBox(@Nonnull com.helger.webbasics.app.layout.ILayoutExecutionContext aWPEC, @Nullable String sText)
createErrorBox in interface com.helger.webctrls.styler.IWebPageStylercreateErrorBox in class com.helger.webctrls.styler.SimpleWebPageStyler@Nonnull public BootstrapSuccessBox createSuccessBox(@Nonnull com.helger.webbasics.app.layout.ILayoutExecutionContext aWPEC, @Nullable String sText)
createSuccessBox in interface com.helger.webctrls.styler.IWebPageStylercreateSuccessBox in class com.helger.webctrls.styler.SimpleWebPageStyler@Nonnull public BootstrapQuestionBox createQuestionBox(@Nonnull com.helger.webbasics.app.layout.ILayoutExecutionContext aWPEC, @Nullable String sText)
createQuestionBox in interface com.helger.webctrls.styler.IWebPageStylercreateQuestionBox in class com.helger.webctrls.styler.SimpleWebPageStyler@Nonnull public BootstrapTable createTable(@Nullable com.helger.html.hc.html.HCCol... aCols)
createTable in interface com.helger.webctrls.styler.IWebPageStylercreateTable in class com.helger.webctrls.styler.SimpleWebPageStyler@Nonnull public BootstrapTableForm createTableForm(@Nullable com.helger.html.hc.html.HCCol... aCols)
createTableForm in interface com.helger.webctrls.styler.IWebPageStylercreateTableForm in class com.helger.webctrls.styler.SimpleWebPageStyler@Nonnull public BootstrapTableFormView createTableFormView(@Nullable com.helger.html.hc.html.HCCol... aCols)
createTableFormView in interface com.helger.webctrls.styler.IWebPageStylercreateTableFormView in class com.helger.webctrls.styler.SimpleWebPageStyler@Nonnull public BootstrapDataTables createDefaultDataTables(@Nonnull com.helger.webbasics.app.page.IWebPageExecutionContext aWPEC, @Nonnull com.helger.html.hc.IHCTable<?> aTable)
createDefaultDataTables in interface com.helger.webctrls.styler.IWebPageStylercreateDefaultDataTables in class com.helger.webctrls.styler.SimpleWebPageStyler@Nonnull public com.helger.html.hc.html.HCSpan createUploadButton(@Nonnull com.helger.webbasics.app.page.IWebPageExecutionContext aWPEC)
createUploadButton in interface com.helger.webctrls.styler.IWebPageStylercreateUploadButton in class com.helger.webctrls.styler.SimpleWebPageStyler@Nonnull public BootstrapButtonToolbar createToolbar(@Nonnull com.helger.webbasics.app.page.IWebPageExecutionContext aWPEC)
createToolbar in interface com.helger.webctrls.styler.IWebPageStylercreateToolbar in class com.helger.webctrls.styler.SimpleWebPageStyler@Nonnull public BootstrapTabBox createTabBox(@Nonnull com.helger.webbasics.app.page.IWebPageExecutionContext aWPEC)
createTabBox in interface com.helger.webctrls.styler.IWebPageStylercreateTabBox in class com.helger.webctrls.styler.SimpleWebPageStyler@Nullable public com.helger.html.hc.IHCNode createPasswordConstraintToolTip(@Nonnull com.helger.webbasics.app.page.IWebPageExecutionContext aWPEC)
createPasswordConstraintToolTip in interface com.helger.webctrls.styler.IWebPageStylercreatePasswordConstraintToolTip in class com.helger.webctrls.styler.SimpleWebPageStylerCopyright © 2014–2015 Philip Helger. All rights reserved.