Uses of Interface
com.helger.html.css.ICSSClassProvider
-
Packages that use ICSSClassProvider Package Description com.helger.html.css com.helger.html.hc.ext com.helger.html.hc.html com.helger.html.hc.html.forms com.helger.html.hc.html.tabular -
-
Uses of ICSSClassProvider in com.helger.html.css
Classes in com.helger.html.css that implement ICSSClassProvider Modifier and Type Class Description classDefaultCSSClassProviderDefault implementation of theICSSClassProviderinterface.classUncheckedCSSClassProviderA special implementation ofICSSClassProviderusing no checks at all. -
Uses of ICSSClassProvider in com.helger.html.hc.ext
Methods in com.helger.html.hc.ext that return types with arguments of type ICSSClassProvider Modifier and Type Method Description com.helger.commons.collection.impl.ICommonsOrderedSet<ICSSClassProvider>HCHasCSSClasses. getAllClasses()Methods in com.helger.html.hc.ext with parameters of type ICSSClassProvider Modifier and Type Method Description HCHasCSSClassesHCHasCSSClasses. addClass(ICSSClassProvider aCSSClassProvider)booleanHCHasCSSClasses. containsClass(ICSSClassProvider aCSSClassProvider)HCHasCSSClassesHCHasCSSClasses. removeClass(ICSSClassProvider aCSSClassProvider) -
Uses of ICSSClassProvider in com.helger.html.hc.html
Methods in com.helger.html.hc.html that return types with arguments of type ICSSClassProvider Modifier and Type Method Description com.helger.commons.collection.impl.ICommonsOrderedSet<ICSSClassProvider>AbstractHCElement. getAllClasses()com.helger.commons.collection.impl.ICommonsOrderedSet<ICSSClassProvider>IHCHasCSSClasses. getAllClasses()Methods in com.helger.html.hc.html with parameters of type ICSSClassProvider Modifier and Type Method Description IMPLTYPEAbstractHCElement. addClass(ICSSClassProvider aCSSClassProvider)IMPLTYPEIHCHasCSSClasses. addClass(ICSSClassProvider aProvider)default IMPLTYPEIHCHasCSSClasses. addClasses(ICSSClassProvider aProvider)Deprecated.default IMPLTYPEIHCHasCSSClasses. addClasses(ICSSClassProvider... aCSSClassProviders)Add multiple unique CSS classes at once.booleanAbstractHCElement. containsClass(ICSSClassProvider aCSSClassProvider)booleanIHCHasCSSClasses. containsClass(ICSSClassProvider aProvider)Check if the passed CSS class is present or not.IMPLTYPEAbstractHCElement. removeClass(ICSSClassProvider aCSSClassProvider)IMPLTYPEIHCHasCSSClasses. removeClass(ICSSClassProvider aProvider)Remove the specified CSS class if present.Method parameters in com.helger.html.hc.html with type arguments of type ICSSClassProvider Modifier and Type Method Description default IMPLTYPEIHCHasCSSClasses. addClasses(Iterable<? extends ICSSClassProvider> aCSSClassProviders)Add multiple unique CSS classes at once. -
Uses of ICSSClassProvider in com.helger.html.hc.html.forms
Fields in com.helger.html.hc.html.forms declared as ICSSClassProvider Modifier and Type Field Description static ICSSClassProviderAbstractHCForm. CSS_CLASS_INVISIBLE_BUTTONstatic ICSSClassProviderAbstractHCControl. CSS_CLASS_READ_ONLY -
Uses of ICSSClassProvider in com.helger.html.hc.html.tabular
Fields in com.helger.html.hc.html.tabular declared as ICSSClassProvider Modifier and Type Field Description static ICSSClassProviderAbstractHCBaseTable. CSS_FORCE_COLSPANMethods in com.helger.html.hc.html.tabular that return types with arguments of type ICSSClassProvider Modifier and Type Method Description default com.helger.commons.collection.impl.ICommonsSet<ICSSClassProvider>IHCTable. getAllBodyClasses()default com.helger.commons.collection.impl.ICommonsSet<ICSSClassProvider>IHCTable. getAllFooterClasses()default com.helger.commons.collection.impl.ICommonsSet<ICSSClassProvider>IHCTable. getAllHeaderClasses()Methods in com.helger.html.hc.html.tabular with parameters of type ICSSClassProvider Modifier and Type Method Description default IMPLTYPEIHCTable. addBodyClass(ICSSClassProvider aCSSClassProvider)default IMPLTYPEIHCTable. addFooterClass(ICSSClassProvider aCSSClassProvider)default IMPLTYPEIHCTable. addHeaderClass(ICSSClassProvider aCSSClassProvider)default IMPLTYPEIHCTable. removeBodyClass(ICSSClassProvider aCSSClassProvider)default IMPLTYPEIHCTable. removeFooterClass(ICSSClassProvider aCSSClassProvider)default IMPLTYPEIHCTable. removeHeaderClass(ICSSClassProvider aCSSClassProvider)
-