UIScheduleAgendaWeekView.java 434 Bytes
package org.richfaces.component;

import javax.faces.component.UIComponentBase;

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

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

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