| Package | Description |
|---|---|
| com.helger.photon.bootstrap4.form |
| Modifier and Type | Method and Description |
|---|---|
BootstrapFormGroup |
BootstrapFormGroup.addHelpText(com.helger.html.hc.IHCNode... aHelpTexts) |
BootstrapFormGroup |
BootstrapFormGroup.addHelpText(com.helger.html.hc.IHCNode aHelpText) |
BootstrapFormGroup |
BootstrapFormGroup.addHelpText(Iterable<? extends com.helger.html.hc.IHCNode> aHelpTexts) |
BootstrapFormGroup |
BootstrapFormGroup.addHelpText(String... aHelpTexts) |
BootstrapFormGroup |
BootstrapFormGroup.addHelpText(String sHelpText) |
BootstrapFormGroup |
BootstrapFormGroup.setCtrl(boolean bYesOrNo,
Locale aDisplayLocale) |
BootstrapFormGroup |
BootstrapFormGroup.setCtrl(com.helger.html.hc.IHCNode... aCtrls) |
BootstrapFormGroup |
BootstrapFormGroup.setCtrl(com.helger.html.hc.IHCNode aCtrl) |
BootstrapFormGroup |
BootstrapFormGroup.setCtrl(Iterable<? extends com.helger.html.hc.IHCNode> aCtrls) |
BootstrapFormGroup |
BootstrapFormGroup.setCtrl(String... aValues) |
BootstrapFormGroup |
BootstrapFormGroup.setCtrl(String sValue) |
BootstrapFormGroup |
BootstrapFormGroup.setErrorList(com.helger.commons.error.list.IErrorList aErrorList) |
BootstrapFormGroup |
BootstrapFormGroup.setHelpText(com.helger.html.hc.impl.HCNodeList aHelpText) |
BootstrapFormGroup |
BootstrapFormGroup.setHelpText(com.helger.html.hc.IHCNode... aHelpTexts) |
BootstrapFormGroup |
BootstrapFormGroup.setHelpText(com.helger.html.hc.IHCNode aHelpText) |
BootstrapFormGroup |
BootstrapFormGroup.setHelpText(Iterable<? extends com.helger.html.hc.IHCNode> aHelpTexts) |
BootstrapFormGroup |
BootstrapFormGroup.setHelpText(String... aHelpTexts) |
BootstrapFormGroup |
BootstrapFormGroup.setHelpText(String sHelpText) |
BootstrapFormGroup |
BootstrapFormGroup.setLabel(com.helger.photon.uicore.html.formlabel.HCFormLabel aLabel) |
BootstrapFormGroup |
BootstrapFormGroup.setLabel(com.helger.html.hc.html.IHCElementWithChildren<?> aLabel) |
BootstrapFormGroup |
BootstrapFormGroup.setLabel(String sLabel) |
BootstrapFormGroup |
BootstrapFormGroup.setLabel(String sLabel,
com.helger.photon.uicore.html.formlabel.ELabelType eLabelType) |
BootstrapFormGroup |
BootstrapFormGroup.setLabelAlternative(com.helger.html.hc.html.IHCElementWithChildren<?> aLabel) |
BootstrapFormGroup |
BootstrapFormGroup.setLabelAlternative(String sLabel) |
BootstrapFormGroup |
BootstrapFormGroup.setLabelMandatory(com.helger.html.hc.html.IHCElementWithChildren<?> aLabel) |
BootstrapFormGroup |
BootstrapFormGroup.setLabelMandatory(String sLabel) |
| Modifier and Type | Method and Description |
|---|---|
BootstrapForm |
BootstrapForm.addFormGroup(BootstrapFormGroup aFormGroup) |
BootstrapViewForm |
BootstrapViewForm.addFormGroup(BootstrapFormGroup aFormGroup) |
IMPLTYPE |
IBootstrapFormGroupContainer.addFormGroup(BootstrapFormGroup aFormGroup)
Add a new form group at the end.
|
com.helger.html.hc.html.IHCElementWithChildren<?> |
BootstrapForm.getRenderedFormGroup(BootstrapFormGroup aFormGroup) |
com.helger.html.hc.html.IHCElementWithChildren<?> |
BootstrapViewForm.getRenderedFormGroup(BootstrapFormGroup aFormGroup) |
com.helger.html.hc.html.IHCElementWithChildren<?> |
IBootstrapFormGroupContainer.getRenderedFormGroup(BootstrapFormGroup aFormGroup)
Get the rendered form group based on the contained form group renderer.
|
protected void |
DefaultBootstrapFormGroupRenderer.modifyFinalNode(IBootstrapFormGroupContainer<?> aForm,
BootstrapFormGroup aFormGroup,
com.helger.html.hc.html.grouping.AbstractHCDiv<?> aFinalNode)
Callback possibility to change the finally created node before it is
returned.
|
com.helger.html.hc.html.grouping.AbstractHCDiv<?> |
DefaultBootstrapFormGroupRenderer.renderFormGroup(IBootstrapFormGroupContainer<?> aForm,
BootstrapFormGroup aFormGroup,
Locale aDisplayLocale) |
com.helger.html.hc.html.IHCElementWithChildren<?> |
IBootstrapFormGroupRenderer.renderFormGroup(IBootstrapFormGroupContainer<?> aForm,
BootstrapFormGroup aFormGroup,
Locale aDisplayLocale) |
Copyright © 2015–2020 Philip Helger. All rights reserved.