Uses of Interface
com.helger.html.hc.IHCCustomizer
-
Packages that use IHCCustomizer Package Description com.helger.html.hc com.helger.html.hc.config com.helger.html.hc.ext com.helger.html.hc.impl -
-
Uses of IHCCustomizer in com.helger.html.hc
Methods in com.helger.html.hc that return IHCCustomizer Modifier and Type Method Description IHCCustomizerIHCConversionSettingsToNode. getCustomizer()Methods in com.helger.html.hc with parameters of type IHCCustomizer Modifier and Type Method Description voidIHCNode. customizeNode(IHCCustomizer aCustomizer, EHTMLVersion eHTMLVersion, IHCHasChildrenMutable<?,? super IHCNode> aTargetNode)Customize the current node with the respective customizer.
This method is called at last once perIHCNode. -
Uses of IHCCustomizer in com.helger.html.hc.config
Methods in com.helger.html.hc.config that return IHCCustomizer Modifier and Type Method Description static IHCCustomizerHCConversionSettings. createDefaultCustomizer()IHCCustomizerHCConversionSettings. getCustomizer()Methods in com.helger.html.hc.config with parameters of type IHCCustomizer Modifier and Type Method Description static booleanHCConversionSettings. isDefaultCustomizer(IHCCustomizer aCustomizer)Check if the passed customizer is a default customizer.HCConversionSettingsHCConversionSettings. setCustomizer(IHCCustomizer aCustomizer)Set the global customizer to be used to globally customize created elements. -
Uses of IHCCustomizer in com.helger.html.hc.ext
Classes in com.helger.html.hc.ext that implement IHCCustomizer Modifier and Type Class Description classHCCustomizerAutoFocusFirstCtrlSpecial customizer that customizes the first input element on the page (if available). -
Uses of IHCCustomizer in com.helger.html.hc.impl
Classes in com.helger.html.hc.impl that implement IHCCustomizer Modifier and Type Class Description classAbstractHCCustomizerAn implementation ofIHCCustomizerthat does nothing.classHCCustomizerListAn implementation ofIHCCustomizerthat handles a list of multiple customizers.Methods in com.helger.html.hc.impl that return types with arguments of type IHCCustomizer Modifier and Type Method Description com.helger.commons.collection.impl.ICommonsList<IHCCustomizer>HCCustomizerList. getAllCustomizers()Methods in com.helger.html.hc.impl with parameters of type IHCCustomizer Modifier and Type Method Description HCCustomizerListHCCustomizerList. addCustomizer(IHCCustomizer aCustomizer)voidAbstractHCNode. customizeNode(IHCCustomizer aCustomizer, EHTMLVersion eHTMLVersion, IHCHasChildrenMutable<?,? super IHCNode> aTargetNode)protected voidAbstractHCNode. onCustomizeNode(IHCCustomizer aCustomizer, EHTMLVersion eHTMLVersion, IHCHasChildrenMutable<?,? super IHCNode> aTargetNode)protected voidAbstractHCWrappingNode. onCustomizeNode(IHCCustomizer aCustomizer, EHTMLVersion eHTMLVersion, IHCHasChildrenMutable<?,? super IHCNode> aTargetNode)com.helger.commons.state.EChangeHCCustomizerList. removeCustomizer(IHCCustomizer aCustomizer)Method parameters in com.helger.html.hc.impl with type arguments of type IHCCustomizer Modifier and Type Method Description com.helger.commons.state.EChangeHCCustomizerList. removeAllCustomizersOfClass(Class<? extends IHCCustomizer> aCustomizerClass)Constructors in com.helger.html.hc.impl with parameters of type IHCCustomizer Constructor Description HCCustomizerList(IHCCustomizer... aCustomizers)Constructor parameters in com.helger.html.hc.impl with type arguments of type IHCCustomizer Constructor Description HCCustomizerList(Iterable<? extends IHCCustomizer> aCustomizers)
-