Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 |
Tags
- Kotlin
- table
- Java
- vaadin
- SSL
- hadoop
- xPlatform
- NPM
- tomcat
- mapreduce
- Python
- 보조정렬
- Android
- es6
- SPC
- react
- SQL
- window
- JavaScript
- Eclipse
- plugin
- mybatis
- R
- MSSQL
- Express
- 공정능력
- Spring
- GIT
- Sqoop
- IntelliJ
Archives
- Today
- Total
반응형
목록2018/09/08 (1)
DBILITY
공식 사이트 문서를 참조하여 작성하였다. @Route("path") Annotation을 사용하여 경로를 정의할 때 Component는 기본적으로 html페이지의 Tag 내부에 Rendering 된다 (HasElement.getElement()에 의해 반환된 요소는 에 연결). ParentLayout은 @Route Annotation내에 layout 메소드를 사용하여 정의할 수 있다. 다음 예제는 CompanyComponent가 MainLayout이라는 Layout 내부에 Rendering 한다. @Tag("div") @Route(value="company", layout=MainLayout.class) public class CompanyComponent extends Component { } 상위(p..
front-end & ui/vaadin flow
2018. 9. 8. 22:21
반응형