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

org.richfaces.PanelMenuMode Maven / Gradle / Ivy

package org.richfaces;

/**
 * @author akolonitsky
 * @since Oct 19, 2010
 */
// TODO nick - having separate enum for each component is a bad idea
public enum PanelMenuMode {
    ajax,
    server,
    client;
    public static final PanelMenuMode DEFAULT = ajax;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy