@Immutable public final class BootstrapHelper extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
containsFormControlStatic(com.helger.html.hc.IHCNode aNode) |
static void |
makeFormControlStatic(com.helger.html.hc.IHCNode aNode) |
static void |
markAsFormControl(com.helger.html.hc.IHCControl<?> aCtrl) |
static void |
markAsFormControls(Iterable<? extends com.helger.html.hc.IHCControl<?>> aCtrls) |
static void |
markChildrenAsFormControls(com.helger.html.hc.IHCHasChildren aParent) |
public static void markAsFormControl(@Nullable com.helger.html.hc.IHCControl<?> aCtrl)
public static void markAsFormControls(@Nullable Iterable<? extends com.helger.html.hc.IHCControl<?>> aCtrls)
public static void markChildrenAsFormControls(@Nullable com.helger.html.hc.IHCHasChildren aParent)
public static boolean containsFormControlStatic(@Nullable com.helger.html.hc.IHCNode aNode)
public static void makeFormControlStatic(@Nullable com.helger.html.hc.IHCNode aNode)
Copyright © 2014–2015 Philip Helger. All rights reserved.