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

org.richfaces.cdk.model.ViewElement Maven / Gradle / Ivy

The newest version!
package org.richfaces.cdk.model;

/**
 * 

* Defines element for view elements, for which tags should be generated. *

* * @author [email protected] * */ public interface ViewElement { /** *

*

* * @return the tags */ ModelCollection getTags(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy