Package

io.github.shogowada

statictags

Permalink

package statictags

Visibility
  1. Public
  2. All

Type Members

  1. case class Attribute[Value](name: String, value: Value, valueType: AttributeValueType = DEFAULT) extends Product with Serializable

    Permalink
  2. trait AttributeSpec extends AnyRef

    Permalink
  3. case class AutoCompleteAttributeSpec(name: String) extends AttributeSpec with Product with Serializable

    Permalink
  4. case class BigDecimalAttributeSpec(name: String) extends AttributeSpec with Product with Serializable

    Permalink
  5. case class BigDecimalOrAnyAttributeSpec(name: String) extends AttributeSpec with Product with Serializable

    Permalink
  6. case class BooleanAttributeSpec(name: String) extends AttributeSpec with Product with Serializable

    Permalink
  7. case class CommaSeparatedIntegerAttributeSpec(name: String) extends AttributeSpec with Product with Serializable

    Permalink
  8. case class CommaSeparatedStringAttributeSpec(name: String) extends AttributeSpec with Product with Serializable

    Permalink
  9. case class CssAttributeSpec(name: String) extends AttributeSpec with Product with Serializable

    Permalink
  10. case class DynamicAttributeSpec(name: String) extends AttributeSpec with Product with Serializable

    Permalink
  11. case class Element(name: String, attributes: Iterable[Any], contents: Seq[Any], isSupposedToBeEmpty: Boolean = false) extends Product with Serializable

    Permalink
  12. case class ElementSpec(name: String, isSupposedToBeEmpty: Boolean = false) extends Product with Serializable

    Permalink
  13. case class ForAttributeSpec(name: String) extends AttributeSpec with Product with Serializable

    Permalink
  14. case class IntegerAttributeSpec(name: String) extends AttributeSpec with Product with Serializable

    Permalink
  15. case class OrderedSetOfUniqueSpaceSeparatedStringAttributeSpec(name: String) extends AttributeSpec with Product with Serializable

    Permalink
  16. case class RegexAttributeSpec(name: String) extends AttributeSpec with Product with Serializable

    Permalink
  17. case class SetOfUniqueSpaceSeparatedStringAttributeSpec(name: String) extends AttributeSpec with Product with Serializable

    Permalink
  18. case class SpaceSeparatedStringAttributeSpec(name: String) extends AttributeSpec with Product with Serializable

    Permalink
  19. trait StaticTags extends AnyRef

    Permalink
  20. case class StringAttributeSpec(name: String) extends AttributeSpec with Product with Serializable

    Permalink
  21. case class TrueOrFalseAttributeSpec(name: String) extends AttributeSpec with Product with Serializable

    Permalink
  22. case class ValueAttributeSpec(name: String) extends AttributeSpec with Product with Serializable

    Permalink
  23. case class YesOrNoAttributeSpec(name: String) extends AttributeSpec with Product with Serializable

    Permalink

Value Members

  1. object AttributeValueType

    Permalink
  2. object StaticTags extends StaticTags

    Permalink

Ungrouped