UIScheduleBasicDayView.java 357 Bytes
package org.richfaces.component;

import javax.faces.component.UIComponentBase;

public abstract class UIScheduleBasicDayView extends UIComponentBase implements ScheduleCommonViewAttributes {

    public static final String COMPONENT_TYPE = "org.richfaces.ScheduleBasicDayView";
    public static final String COMPONENT_FAMILY = "org.richfaces.Schedule";
}