UIScheduleAgendaDayView.java 359 Bytes
package org.richfaces.component;

import javax.faces.component.UIComponentBase;

public abstract class UIScheduleAgendaDayView extends UIComponentBase implements ScheduleCommonViewAttributes {

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