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

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

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

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

    public PageViewFootPrint() {
        super();
    }

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

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy