Uses of Interface
com.helger.css.decl.ICSSSupportsConditionMember
Packages that use ICSSSupportsConditionMember
-
Uses of ICSSSupportsConditionMember in com.helger.css.decl
Classes in com.helger.css.decl that implement ICSSSupportsConditionMemberModifier and TypeClassDescriptionclassRepresents a single supports condition with a declaration.classRepresents a single negation supports condition.classRepresents a single negation supports conditionenumContains the binary operators for the @supports rule as in@supports (transition-property: color) or (animation-name: foo)Methods in com.helger.css.decl that return ICSSSupportsConditionMemberModifier and TypeMethodDescriptionCSSSupportsConditionNested.getMemberAtIndex(int nIndex) CSSSupportsRule.getSupportsConditionMemberAtIndex(int nIndex) CSSSupportsConditionNegation.getSupportsMember()Methods in com.helger.css.decl that return types with arguments of type ICSSSupportsConditionMemberModifier and TypeMethodDescriptioncom.helger.commons.collection.impl.ICommonsList<ICSSSupportsConditionMember>CSSSupportsConditionNested.getAllMembers()com.helger.commons.collection.impl.ICommonsList<ICSSSupportsConditionMember>CSSSupportsRule.getAllSupportConditionMembers()Methods in com.helger.css.decl with parameters of type ICSSSupportsConditionMemberModifier and TypeMethodDescriptionCSSSupportsConditionNested.addMember(int nIndex, ICSSSupportsConditionMember aMember) CSSSupportsConditionNested.addMember(ICSSSupportsConditionMember aMember) CSSSupportsRule.addSupportConditionMember(int nIndex, ICSSSupportsConditionMember aMember) CSSSupportsRule.addSupportConditionMember(ICSSSupportsConditionMember aMember) com.helger.commons.state.EChangeCSSSupportsConditionNested.removeMember(ICSSSupportsConditionMember aMember) com.helger.commons.state.EChangeCSSSupportsRule.removeSupportsConditionMember(ICSSSupportsConditionMember aMember) Constructors in com.helger.css.decl with parameters of type ICSSSupportsConditionMemberModifierConstructorDescriptionCSSSupportsConditionNegation(ICSSSupportsConditionMember aSupportsMember)