All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.terapico.caf.viewcomponent.PageViewFooter2 Maven / Gradle / Ivy

The newest version!
package com.terapico.caf.viewcomponent;

/**
 * 标明此页是‘历史足迹’
 * @author clariones
 *
 */
public class PageViewFooter2 extends PageViewComponent {

    public PageViewFooter2() {
        super();
    }

    public PageViewFooter2(String title) {
        super(title);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy