public class BootstrapInputGroup extends Object implements com.helger.html.hc.IHCNodeBuilder
| Constructor and Description |
|---|
BootstrapInputGroup(EBootstrapInputGroupSize eSize,
com.helger.html.hc.IHCNode aInput) |
BootstrapInputGroup(EBootstrapInputGroupSize eSize,
com.helger.html.hc.IHCNodeBuilder aNodeBuilder) |
BootstrapInputGroup(com.helger.html.hc.IHCNode aInput) |
BootstrapInputGroup(com.helger.html.hc.IHCNodeBuilder aNodeBuilder) |
| Modifier and Type | Method and Description |
|---|---|
BootstrapInputGroup |
addPrefix(com.helger.html.hc.IHCNode aPrefix) |
BootstrapInputGroup |
addPrefix(int nIndex,
com.helger.html.hc.IHCNode aPrefix) |
BootstrapInputGroup |
addPrefix(int nIndex,
String sPrefix) |
BootstrapInputGroup |
addPrefix(String sPrefix) |
BootstrapInputGroup |
addSuffix(com.helger.html.hc.IHCNode aSuffix) |
BootstrapInputGroup |
addSuffix(int nIndex,
com.helger.html.hc.IHCNode aSuffix) |
BootstrapInputGroup |
addSuffix(int nIndex,
String sSuffix) |
BootstrapInputGroup |
addSuffix(String sSuffix) |
com.helger.html.hc.IHCNode |
build() |
List<com.helger.html.hc.IHCNode> |
getAllPrefixes() |
List<com.helger.html.hc.IHCNode> |
getAllSuffixes() |
com.helger.html.hc.IHCNode |
getInput() |
int |
getPrefixCount() |
EBootstrapInputGroupSize |
getSize() |
int |
getSuffixCount() |
boolean |
hasPrefixes() |
boolean |
hasSuffixes() |
BootstrapInputGroup |
removeAllPrefixes() |
BootstrapInputGroup |
removeAllSuffixes() |
com.helger.commons.state.EChange |
removePrefixAtIndex(int nIndex) |
com.helger.commons.state.EChange |
removeSuffixAtIndex(int nIndex) |
BootstrapInputGroup |
setPrefix(com.helger.html.hc.IHCNode aPrefix) |
BootstrapInputGroup |
setPrefix(String sPrefix) |
BootstrapInputGroup |
setSuffix(com.helger.html.hc.IHCNode aSuffix) |
BootstrapInputGroup |
setSuffix(String sSuffix) |
public BootstrapInputGroup(@Nonnull com.helger.html.hc.IHCNodeBuilder aNodeBuilder)
public BootstrapInputGroup(@Nonnull com.helger.html.hc.IHCNode aInput)
public BootstrapInputGroup(@Nonnull EBootstrapInputGroupSize eSize, @Nonnull com.helger.html.hc.IHCNodeBuilder aNodeBuilder)
public BootstrapInputGroup(@Nonnull EBootstrapInputGroupSize eSize, @Nonnull com.helger.html.hc.IHCNode aInput)
@Nonnull public EBootstrapInputGroupSize getSize()
@Nonnull public BootstrapInputGroup setPrefix(@Nullable String sPrefix)
@Nonnull public BootstrapInputGroup setPrefix(@Nullable com.helger.html.hc.IHCNode aPrefix)
@Nonnull public BootstrapInputGroup addPrefix(@Nullable String sPrefix)
@Nonnull public BootstrapInputGroup addPrefix(@Nullable com.helger.html.hc.IHCNode aPrefix)
@Nonnull public BootstrapInputGroup addPrefix(@Nonnegative int nIndex, @Nullable String sPrefix)
@Nonnull public BootstrapInputGroup addPrefix(@Nonnegative int nIndex, @Nullable com.helger.html.hc.IHCNode aPrefix)
@Nonnull public com.helger.commons.state.EChange removePrefixAtIndex(@Nonnegative int nIndex)
@Nonnull public BootstrapInputGroup removeAllPrefixes()
@Nonnull @ReturnsMutableCopy public List<com.helger.html.hc.IHCNode> getAllPrefixes()
public boolean hasPrefixes()
@Nonnegative public int getPrefixCount()
@Nonnull public com.helger.html.hc.IHCNode getInput()
@Nonnull public BootstrapInputGroup setSuffix(@Nullable String sSuffix)
@Nonnull public BootstrapInputGroup setSuffix(@Nullable com.helger.html.hc.IHCNode aSuffix)
@Nonnull public BootstrapInputGroup addSuffix(@Nullable String sSuffix)
@Nonnull public BootstrapInputGroup addSuffix(@Nullable com.helger.html.hc.IHCNode aSuffix)
@Nonnull public BootstrapInputGroup addSuffix(@Nonnegative int nIndex, @Nullable String sSuffix)
@Nonnull public BootstrapInputGroup addSuffix(@Nonnegative int nIndex, @Nullable com.helger.html.hc.IHCNode aSuffix)
@Nonnull public com.helger.commons.state.EChange removeSuffixAtIndex(@Nonnegative int nIndex)
@Nonnull public BootstrapInputGroup removeAllSuffixes()
@Nonnull @ReturnsMutableCopy public List<com.helger.html.hc.IHCNode> getAllSuffixes()
public boolean hasSuffixes()
@Nonnegative public int getSuffixCount()
@Nullable public com.helger.html.hc.IHCNode build()
build in interface com.helger.html.hc.IHCNodeBuilderCopyright © 2014–2015 Philip Helger. All rights reserved.