动态设置页面标题

无法在运行过程中,设置页面标题么

重写 getPageTitle() 方法:

@Override
public String getPageTitle() {
    return "A new Title";
}