在我的項目中,我遇到了檢票口面板的問題。假設我們有延伸好康在檢票口面板中包含檢票口頁面的內容
public class MyPage extends WebPage {
public MyPage(){
add(new Label("some id","Hello"));
}
}
一個現成的頁面和延伸面板面板
public class MyPanel extends Panel{
public MyPanel(){
// here need to add content of MyPage
// for example : inclide(new MyPage())
}
}
我怎麼能包括我的頁面到面板,或者我怎麼能包括網頁內容到面板?
爲什麼要關門?我有同樣的理解,即當我來到新項目並在頁面上看到想要的內容並希望它成爲面板時,您是如何做到的。非常相關,確定的問題。 – mico 2015-04-10 11:09:57