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

com.evasion.common.component.DateItem Maven / Gradle / Ivy

/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */
package com.evasion.common.component;

import javax.faces.application.ResourceDependencies;
import javax.faces.application.ResourceDependency;
import javax.faces.component.FacesComponent;
import javax.faces.component.UIInput;

/**
 *
 * @author glon-56610
 */
@FacesComponent(value = "com.evasion.common.component.DateItem")
@ResourceDependencies({
    @ResourceDependency(name = "component/core.css", target = "head"),
    @ResourceDependency(name = "component/theme.css", target = "head")    
})
public class DateItem extends FormItem {

    @Override
    public UIInput createInput() {
        throw new UnsupportedOperationException("Not supported yet.");
    }
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy