public interface IBootstrapFormGroupRenderer
| Modifier and Type | Method and Description |
|---|---|
boolean |
isUseIcons() |
com.helger.html.hc.IHCElement<?> |
renderFormGroup(BootstrapForm aForm,
BootstrapFormGroup aFormGroup) |
void |
setUseIcons(boolean bUseIcons) |
boolean isUseIcons()
void setUseIcons(boolean bUseIcons)
@Nonnull com.helger.html.hc.IHCElement<?> renderFormGroup(@Nonnull BootstrapForm aForm, @Nonnull BootstrapFormGroup aFormGroup)
aForm - Form the form group belongs to. May not be null.aFormGroup - The form group to be rendered. May not be null.null.Copyright © 2014–2015 Philip Helger. All rights reserved.