java.lang.Object
de.codecamp.vaadin.flowdui.declare.ComponentDec
All Implemented Interfaces:
Serializable

public class ComponentDec extends Object implements Serializable
See Also:
  • Constructor Details

    • ComponentDec

      public ComponentDec(DuiComponent component, Class<?> declarationSource)
  • Method Details

    • getTagName

      public String getTagName()
    • getComponentType

      public Class<?> getComponentType()
    • isMixin

      public boolean isMixin()
    • getDescription

      public String getDescription()
    • getDocUrl

      public String getDocUrl()
    • getCategory

      public String getCategory()
    • isDeprecated

      public boolean isDeprecated()
    • getAttributes

      public List<AttributeDec> getAttributes()
    • getSlots

      public List<String> getSlots()
    • getChildAttributes

      public List<AttributeDec> getChildAttributes()
    • getDeclarationSource

      public Class<?> getDeclarationSource()
    • toJsonObject

      public elemental.json.JsonObject toJsonObject()