Uses of Enum Class
dev.jcputney.mjml.css.CssSelector.Combinator
Packages that use CssSelector.Combinator
-
Uses of CssSelector.Combinator in dev.jcputney.mjml.css
Subclasses with type arguments of type CssSelector.Combinator in dev.jcputney.mjml.cssModifier and TypeClassDescriptionstatic enumCSS combinator types used between selectors in a complex selector.Methods in dev.jcputney.mjml.css that return CssSelector.CombinatorModifier and TypeMethodDescriptionCssSelector.ComplexSelector.combinator()Returns the value of thecombinatorrecord component.static CssSelector.CombinatorReturns the enum constant of this class with the specified name.static CssSelector.Combinator[]CssSelector.Combinator.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in dev.jcputney.mjml.css with parameters of type CssSelector.CombinatorModifierConstructorDescriptionComplexSelector(CssSelector left, CssSelector.Combinator combinator, CssSelector right) Creates an instance of aComplexSelectorrecord class.