UIScheduleBasicWeekView.java
359 Bytes
package org.richfaces.component;
import javax.faces.component.UIComponentBase;
public abstract class UIScheduleBasicWeekView extends UIComponentBase implements ScheduleCommonViewAttributes {
public static final String COMPONENT_TYPE = "org.richfaces.ScheduleBasicWeekView";
public static final String COMPONENT_FAMILY = "org.richfaces.Schedule";
}