Uses of Class
org.devacfr.maven.skins.reflow.snippet.Component
-
Packages that use Component Package Description org.devacfr.maven.skins.reflow.snippet -
-
Uses of Component in org.devacfr.maven.skins.reflow.snippet
Classes in org.devacfr.maven.skins.reflow.snippet with type parameters of type Component Modifier and Type Class Description classComponent<T extends Component<T>>Base of Snippet component.Subclasses of Component in org.devacfr.maven.skins.reflow.snippet Modifier and Type Class Description classSnippetComponent<T extends SnippetComponent<T>>Methods in org.devacfr.maven.skins.reflow.snippet that return Component Modifier and Type Method Description Component<?>SnippetContext. create(org.jsoup.nodes.Element element, Component<?> parent)Create a component from element and component.Component<?>SnippetContext. create(org.jsoup.nodes.Element element, ComponentToken startToken, ComponentToken endToken)Create a component from element and tokens.static Component<?>Component. createComponent(org.jsoup.nodes.Node node, Component<?> parent)Component<?>Components. first()Get the first matched element.Component<?>Component. getParent()Component<?>Components. last()Get the last matched component.Methods in org.devacfr.maven.skins.reflow.snippet with parameters of type Component Modifier and Type Method Description TComponent. addChild(Component<?> component)Component<?>SnippetContext. create(org.jsoup.nodes.Element element, Component<?> parent)Create a component from element and component.static Component<?>Component. createComponent(org.jsoup.nodes.Node node, Component<?> parent)static SnippetComponent<?>SnippetComponent. createSnippet(org.jsoup.nodes.Element element, Component<?> parent, SnippetComponent.Type type)protected voidSnippetContext. render(Component<?> component)Render the component.protected TComponent. withParent(Component<?> parent)
-