public interface IBootstrapFormGroupRenderer extends Serializable
| Modifier and Type | Method and Description |
|---|---|
boolean |
isUseIcons() |
com.helger.html.hc.html.IHCElementWithChildren<?> |
renderFormGroup(IBootstrapFormGroupContainer<?> aForm,
BootstrapFormGroup aFormGroup,
Locale aDisplayLocale) |
IBootstrapFormGroupRenderer |
setUseIcons(boolean bUseIcons) |
boolean isUseIcons()
@Nonnull IBootstrapFormGroupRenderer setUseIcons(boolean bUseIcons)
@Nonnull com.helger.html.hc.html.IHCElementWithChildren<?> renderFormGroup(@Nonnull IBootstrapFormGroupContainer<?> aForm, @Nonnull BootstrapFormGroup aFormGroup, @Nonnull Locale aDisplayLocale)
aForm - Form the form group belongs to. May not be null.aFormGroup - The form group to be rendered. May not be null.aDisplayLocale - Display locale to be used. May not be null.null.Copyright © 2015–2020 Philip Helger. All rights reserved.