@NotThreadSafe public class BootstrapFormGroup extends AbstractBootstrapObject<BootstrapFormGroup>
| Constructor and Description |
|---|
BootstrapFormGroup() |
| Modifier and Type | Method and Description |
|---|---|
BootstrapFormGroup |
addHelpText(com.helger.html.hc.IHCNode... aHelpTexts) |
BootstrapFormGroup |
addHelpText(com.helger.html.hc.IHCNode aHelpText) |
BootstrapFormGroup |
addHelpText(Iterable<? extends com.helger.html.hc.IHCNode> aHelpTexts) |
BootstrapFormGroup |
addHelpText(String... aHelpTexts) |
BootstrapFormGroup |
addHelpText(String sHelpText) |
com.helger.html.hc.IHCNode |
getCtrl() |
com.helger.commons.error.list.IErrorList |
getErrorList() |
com.helger.html.hc.IHCNode |
getHelpText() |
com.helger.photon.uicore.html.formlabel.HCFormLabel |
getLabel() |
protected void |
onCtrlModified(com.helger.html.hc.IHCNode aCtrl)
Called after the control was changed
|
protected void |
onHelpTextModified(com.helger.html.hc.IHCNode aNote)
Called after the help text was altered.
|
protected void |
onLabelModified(com.helger.photon.uicore.html.formlabel.HCFormLabel aLabel)
Called after the label cell was altered.
|
BootstrapFormGroup |
setCtrl(boolean bYesOrNo,
Locale aDisplayLocale) |
BootstrapFormGroup |
setCtrl(com.helger.html.hc.IHCNode... aCtrls) |
BootstrapFormGroup |
setCtrl(com.helger.html.hc.IHCNode aCtrl) |
BootstrapFormGroup |
setCtrl(Iterable<? extends com.helger.html.hc.IHCNode> aCtrls) |
BootstrapFormGroup |
setCtrl(String... aValues) |
BootstrapFormGroup |
setCtrl(String sValue) |
BootstrapFormGroup |
setErrorList(com.helger.commons.error.list.IErrorList aErrorList) |
BootstrapFormGroup |
setHelpText(com.helger.html.hc.impl.HCNodeList aHelpText) |
BootstrapFormGroup |
setHelpText(com.helger.html.hc.IHCNode... aHelpTexts) |
BootstrapFormGroup |
setHelpText(com.helger.html.hc.IHCNode aHelpText) |
BootstrapFormGroup |
setHelpText(Iterable<? extends com.helger.html.hc.IHCNode> aHelpTexts) |
BootstrapFormGroup |
setHelpText(String... aHelpTexts) |
BootstrapFormGroup |
setHelpText(String sHelpText) |
BootstrapFormGroup |
setLabel(com.helger.photon.uicore.html.formlabel.HCFormLabel aLabel) |
BootstrapFormGroup |
setLabel(com.helger.html.hc.html.IHCElementWithChildren<?> aLabel) |
BootstrapFormGroup |
setLabel(String sLabel) |
BootstrapFormGroup |
setLabel(String sLabel,
com.helger.photon.uicore.html.formlabel.ELabelType eLabelType) |
BootstrapFormGroup |
setLabelAlternative(com.helger.html.hc.html.IHCElementWithChildren<?> aLabel) |
BootstrapFormGroup |
setLabelAlternative(String sLabel) |
BootstrapFormGroup |
setLabelMandatory(com.helger.html.hc.html.IHCElementWithChildren<?> aLabel) |
BootstrapFormGroup |
setLabelMandatory(String sLabel) |
applyBasicHTMLTo, cssClasses, cssStyles, getID, hasCSSClasses, hasCSSStyles, setHidden, setID, setID@Nonnull public final BootstrapFormGroup setLabel(@Nullable String sLabel)
@Nonnull public final BootstrapFormGroup setLabel(@Nullable com.helger.html.hc.html.IHCElementWithChildren<?> aLabel)
@Nonnull public final BootstrapFormGroup setLabelMandatory(@Nullable String sLabel)
@Nonnull public final BootstrapFormGroup setLabelMandatory(@Nullable com.helger.html.hc.html.IHCElementWithChildren<?> aLabel)
@Nonnull public final BootstrapFormGroup setLabelAlternative(@Nullable String sLabel)
@Nonnull public final BootstrapFormGroup setLabelAlternative(@Nullable com.helger.html.hc.html.IHCElementWithChildren<?> aLabel)
@Nonnull public final BootstrapFormGroup setLabel(@Nullable String sLabel, @Nonnull com.helger.photon.uicore.html.formlabel.ELabelType eLabelType)
@OverrideOnDemand protected void onLabelModified(@Nullable com.helger.photon.uicore.html.formlabel.HCFormLabel aLabel)
aLabel - The newly set label. May be null@Nonnull public final BootstrapFormGroup setLabel(@Nullable com.helger.photon.uicore.html.formlabel.HCFormLabel aLabel)
@Nullable public final com.helger.photon.uicore.html.formlabel.HCFormLabel getLabel()
@OverrideOnDemand protected void onCtrlModified(@Nullable com.helger.html.hc.IHCNode aCtrl)
aCtrl - The new control. May be null.@Nonnull public final BootstrapFormGroup setCtrl(@Nullable String sValue)
@Nonnull public final BootstrapFormGroup setCtrl(@Nullable String... aValues)
@Nonnull public final BootstrapFormGroup setCtrl(boolean bYesOrNo, @Nonnull Locale aDisplayLocale)
@Nonnull public final BootstrapFormGroup setCtrl(@Nullable com.helger.html.hc.IHCNode aCtrl)
@Nonnull public final BootstrapFormGroup setCtrl(@Nullable com.helger.html.hc.IHCNode... aCtrls)
@Nonnull public final BootstrapFormGroup setCtrl(@Nullable Iterable<? extends com.helger.html.hc.IHCNode> aCtrls)
@Nullable public final com.helger.html.hc.IHCNode getCtrl()
@Nonnull public final BootstrapFormGroup setErrorList(@Nullable com.helger.commons.error.list.IErrorList aErrorList)
@Nullable public final com.helger.commons.error.list.IErrorList getErrorList()
@OverrideOnDemand protected void onHelpTextModified(@Nullable com.helger.html.hc.IHCNode aNote)
aNote - The new help text node. May be null.@Nonnull public final BootstrapFormGroup setHelpText(@Nullable String sHelpText)
@Nonnull public final BootstrapFormGroup setHelpText(@Nullable com.helger.html.hc.impl.HCNodeList aHelpText)
@Nonnull public final BootstrapFormGroup setHelpText(@Nullable com.helger.html.hc.IHCNode aHelpText)
@Nonnull public final BootstrapFormGroup setHelpText(@Nullable String... aHelpTexts)
@Nonnull public final BootstrapFormGroup setHelpText(@Nullable com.helger.html.hc.IHCNode... aHelpTexts)
@Nonnull public final BootstrapFormGroup setHelpText(@Nullable Iterable<? extends com.helger.html.hc.IHCNode> aHelpTexts)
@Nonnull public final BootstrapFormGroup addHelpText(@Nullable String sHelpText)
@Nonnull public final BootstrapFormGroup addHelpText(@Nullable com.helger.html.hc.IHCNode aHelpText)
@Nonnull public final BootstrapFormGroup addHelpText(@Nullable String... aHelpTexts)
@Nonnull public final BootstrapFormGroup addHelpText(@Nullable com.helger.html.hc.IHCNode... aHelpTexts)
@Nonnull public final BootstrapFormGroup addHelpText(@Nullable Iterable<? extends com.helger.html.hc.IHCNode> aHelpTexts)
@Nullable public final com.helger.html.hc.IHCNode getHelpText()
Copyright © 2015–2020 Philip Helger. All rights reserved.