Uses of Class
com.vaadin.ui.declarative.DesignException
-
Packages that use DesignException Package Description com.vaadin.ui.components.grid com.vaadin.ui.declarative -
-
Uses of DesignException in com.vaadin.ui.components.grid
Methods in com.vaadin.ui.components.grid that throw DesignException Modifier and Type Method Description voidStaticSection. readDesign(org.jsoup.nodes.Element tableSectionElement, DesignContext designContext)Reads the declarative design from the given table section element.protected voidStaticSection.StaticRow. readDesign(org.jsoup.nodes.Element trElement, DesignContext designContext)Reads the declarative design from the given table row element. -
Uses of DesignException in com.vaadin.ui.declarative
Methods in com.vaadin.ui.declarative that throw DesignException Modifier and Type Method Description static DesignContextDesign. read(Component rootComponent)Loads a design for the given root component.static DesignContextDesign. read(String filename, Component rootComponent)Loads a design from the given file name using the given root component.
-