IMPLTYPE - Implementation typepublic interface IBootstrapFormGroupContainer<IMPLTYPE extends IBootstrapFormGroupContainer<IMPLTYPE>>
extends com.helger.html.hc.html.IHCElement<IMPLTYPE>
| Modifier and Type | Method and Description |
|---|---|
IMPLTYPE |
addFormGroup(BootstrapFormGroup aFormGroup)
Add a new form group at the end.
|
IBootstrapFormGroupRenderer |
getFormGroupRenderer() |
EBootstrapFormType |
getFormType() |
BootstrapGridSpec |
getLeft() |
com.helger.html.hc.html.IHCElementWithChildren<?> |
getRenderedFormGroup(BootstrapFormGroup aFormGroup)
Get the rendered form group based on the contained form group renderer.
|
BootstrapGridSpec |
getRight() |
IMPLTYPE |
setFormGroupRenderer(IBootstrapFormGroupRenderer aFormGroupRenderer)
Set the form group renderer to be used.
|
default IMPLTYPE |
setLeft(int nLeftParts)
Set the left part of a horizontal form.
|
IMPLTYPE |
setLeft(int nLeftPartsXS,
int nLeftPartsSM,
int nLeftPartsMD,
int nLeftPartsLG,
int nLeftPartsXL)
Set the left part of a horizontal form.
|
IMPLTYPE |
setSplitting(BootstrapGridSpec aLeft,
BootstrapGridSpec aRight)
Set the left part of a horizontal form.
|
addEventHandler, containsEventHandler, customAttrs, getAccessKey, getContentEditable, getContextMenu, getDirection, getDraggable, getDropZone, getElement, getEventHandler, getEventMap, getLanguage, getRole, getTabIndex, getTagName, getTitle, getTranslate, isHidden, isSpellCheck, isTranslateOff, isTranslateOn, isTranslateUndefined, isUnfocusable, prependEventHandler, removeAllEventHandler, setAccessKey, setContentEditable, setContextMenu, setDirection, setDraggable, setDropZone, setEventHandler, setHidden, setLanguage, setRole, setSpellCheck, setTabIndex, setTitle, setTranslate, setTranslate, setUnfocusablecanConvertToMicroNode, consistencyCheck, convertToMicroNode, customizeNode, finalizeNodeState, getNodeState, getPlainText, registerExternalResourcesfindFirstChild, findFirstChildMapped, getAllChildren, getChildAtIndex, getFirstChild, getLastChildforAllChildrenRecursive, forAllChildrenRecursiveforAllChildren, forAllChildren, forAllChildrenBreakable, forAllChildrenMapped, getChildCount, getChildren, hasChildren, hasNoChildrenensureID, getID, hasID, hasNoID, setID, setUniqueIDaddStyle, addStyle, addStyles, addStyles, addStyles, containsStyle, getAllStyles, getAllStylesAsString, getAllStyleValues, getStyleValue, hasAnyStyle, hasStyle, removeAllStyles, removeStyle@Nonnull EBootstrapFormType getFormType()
null
.@Nonnull default IMPLTYPE setLeft(@Nonnegative int nLeftParts)
nLeftParts - The left parts. Must be ≥ 1 and ≤ 12!@Nonnull IMPLTYPE setLeft(@Nonnegative int nLeftPartsXS, @Nonnegative int nLeftPartsSM, @Nonnegative int nLeftPartsMD, @Nonnegative int nLeftPartsLG, @Nonnegative int nLeftPartsXL)
nLeftPartsXS - The left parts XS. Must be ≥ 1 and ≤ 12!nLeftPartsSM - The left parts SM. Must be ≥ 1 and ≤ 12!nLeftPartsMD - The left parts MD. Must be ≥ 1 and ≤ 12!nLeftPartsLG - The left parts LG. Must be ≥ 1 and ≤ 12!nLeftPartsXL - The left parts XL. Must be ≥ 1 and ≤ 12!@Nonnull BootstrapGridSpec getLeft()
null.@Nonnull BootstrapGridSpec getRight()
CBootstrap.GRID_SYSTEM_MAX - getLeft () except left is
CBootstrap.GRID_SYSTEM_MAX than right is also
CBootstrap.GRID_SYSTEM_MAX. Never null.@Nonnull IMPLTYPE setSplitting(@Nonnull BootstrapGridSpec aLeft, @Nonnull BootstrapGridSpec aRight)
aLeft - The left parts. Must not be null.aRight - The right parts. Must not be null.@Nonnull IBootstrapFormGroupRenderer getFormGroupRenderer()
null.@Nonnull IMPLTYPE setFormGroupRenderer(@Nonnull IBootstrapFormGroupRenderer aFormGroupRenderer)
aFormGroupRenderer - The from group renderer. May not be null.@Nonnull IMPLTYPE addFormGroup(@Nonnull BootstrapFormGroup aFormGroup)
aFormGroup - The form group to be added. May not be null.@Nonnull com.helger.html.hc.html.IHCElementWithChildren<?> getRenderedFormGroup(@Nonnull BootstrapFormGroup aFormGroup)
aFormGroup - The form group to be rendered. May not be null.null.Copyright © 2015–2020 Philip Helger. All rights reserved.