Package org.zkoss.zk.ui.sys

Examples of org.zkoss.zk.ui.sys.PageConfig


   * It setup the identifier and title, and adds it to desktop.
   */
  public void init(final Page page, final boolean evalHeaders) {
    final PageCtrl pageCtrl = (PageCtrl)page;
    pageCtrl.init(
      new PageConfig() {
        public String getId() {return _id;}
        public String getUuid() {return null;}
        public String getTitle() {return _title;}
        public String getStyle() {return _style;}
        public String getHeaders(boolean before) {
View Full Code Here

TOP

Related Classes of org.zkoss.zk.ui.sys.PageConfig

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.