Uses of Class
com.helger.html.hc.html.embedded.EHCLoadingType
-
Packages that use EHCLoadingType Package Description com.helger.html.hc.html.embedded -
-
Uses of EHCLoadingType in com.helger.html.hc.html.embedded
Methods in com.helger.html.hc.html.embedded that return EHCLoadingType Modifier and Type Method Description static EHCLoadingTypeEHCLoadingType. getFromAttrValueOrNull(String sAttrValue)EHCLoadingTypeAbstractHCIFrame. getLoading()EHCLoadingTypeAbstractHCImg. getLoading()static EHCLoadingTypeEHCLoadingType. valueOf(String name)Returns the enum constant of this type with the specified name.static EHCLoadingType[]EHCLoadingType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.helger.html.hc.html.embedded with parameters of type EHCLoadingType Modifier and Type Method Description IMPLTYPEAbstractHCIFrame. setLoading(EHCLoadingType eLoading)IMPLTYPEAbstractHCImg. setLoading(EHCLoadingType eLoading)
-