public class Schedule
extends javax.faces.component.UIComponentBase
Modifier and Type | Class and Description |
---|---|
static class |
org.primefaces.component.schedule.ScheduleBase.PropertyKeys |
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
static String |
DEFAULT_RENDERER |
Constructor and Description |
---|
Schedule() |
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processValidators, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent, visitTree
public static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public static final String DEFAULT_RENDERER
public Map<String,Class<? extends javax.faces.event.BehaviorEvent>> getBehaviorEventMapping()
public Collection<String> getEventNames()
getEventNames
in interface javax.faces.component.behavior.ClientBehaviorHolder
getEventNames
in class javax.faces.component.UIComponentBase
public void queueEvent(javax.faces.event.FacesEvent event)
queueEvent
in class javax.faces.component.UIComponentBase
public void processUpdates(javax.faces.context.FacesContext context)
processUpdates
in class javax.faces.component.UIComponentBase
public String getFamily()
getFamily
in class javax.faces.component.UIComponent
public String getWidgetVar()
public void setWidgetVar(String widgetVar)
public ScheduleModel getValue()
public void setValue(ScheduleModel value)
public Object getLocale()
public void setLocale(Object locale)
public double getAspectRatio()
public void setAspectRatio(double aspectRatio)
public String getView()
public void setView(String view)
public Object getInitialDate()
public void setInitialDate(Object initialDate)
public boolean isShowWeekends()
public void setShowWeekends(boolean showWeekends)
public String getStyle()
public void setStyle(String style)
public String getStyleClass()
public void setStyleClass(String styleClass)
public boolean isDraggable()
public void setDraggable(boolean draggable)
public boolean isResizable()
public void setResizable(boolean resizable)
public boolean isShowHeader()
public void setShowHeader(boolean showHeader)
public String getLeftHeaderTemplate()
public void setLeftHeaderTemplate(String leftHeaderTemplate)
public String getCenterHeaderTemplate()
public void setCenterHeaderTemplate(String centerHeaderTemplate)
public String getRightHeaderTemplate()
public void setRightHeaderTemplate(String rightHeaderTemplate)
public boolean isAllDaySlot()
public void setAllDaySlot(boolean allDaySlot)
public String getSlotDuration()
public void setSlotDuration(String slotDuration)
public int getSlotMinutes()
public void setSlotMinutes(int slotMinutes)
public String getScrollTime()
public void setScrollTime(String scrollTime)
public int getFirstHour()
public void setFirstHour(int firstHour)
public String getMinTime()
public void setMinTime(String minTime)
public String getMaxTime()
public void setMaxTime(String maxTime)
public String getSlotLabelFormat()
public void setSlotLabelFormat(String slotLabelFormat)
public String getAxisFormat()
public void setAxisFormat(String axisFormat)
public String getTimeFormat()
public void setTimeFormat(String timeFormat)
public String getColumnFormat()
public void setColumnFormat(String columnFormat)
public Object getTimeZone()
public void setTimeZone(Object timeZone)
public String getClientTimeZone()
public void setClientTimeZone(String clientTimeZone)
public boolean isIgnoreTimezone()
public void setIgnoreTimezone(boolean ignoreTimezone)
public boolean isTooltip()
public void setTooltip(boolean tooltip)
public boolean isShowWeekNumbers()
public void setShowWeekNumbers(boolean showWeekNumbers)
public String getExtender()
public void setExtender(String extender)
public String getDisplayEventEnd()
public void setDisplayEventEnd(String displayEventEnd)
public String getWeekNumberCalculation()
public void setWeekNumberCalculation(String weekNumberCalculation)
public String getWeekNumberCalculator()
public void setWeekNumberCalculator(String weekNumberCalculator)
public String getNextDayThreshold()
public void setNextDayThreshold(String nextDayThreshold)
public boolean isSlotEventOverlap()
public void setSlotEventOverlap(boolean slotEventOverlap)
public String getUrlTarget()
public void setUrlTarget(String urlTarget)
public boolean isNoOpener()
public void setNoOpener(boolean noOpener)
public String resolveWidgetVar()
resolveWidgetVar
in interface Widget
Copyright © 2019. All rights reserved.