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

import javax.faces.component.UIComponentBase;

public abstract class UIScheduleAgendaDayView extends UIComponentBase implements ScheduleCommonViewAttributes {
// ------------------------------ FIELDS ------------------------------

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

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