public class ShowView extends VerticalLayout implements View {
public ShowView() {
Listing listingPage = new Listing();
addComponent(listingPage);
// TODO add user code here
}
"Listing" is object
public ShowView() {
Listing listingPage = new Listing();
addComponent(listingPage);
// TODO add user code here
}
"Listing" is object
Comments
Post a Comment