public abstract class ScheduleBase extends javax.faces.component.UIComponentBase implements Widget, javax.faces.component.behavior.ClientBehaviorHolder, PrimeClientBehaviorHolder
Modifier and Type | Class and Description |
---|---|
static class |
ScheduleBase.PropertyKeys |
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_FAMILY |
static String |
DEFAULT_RENDERER |
Constructor and Description |
---|
ScheduleBase() |
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
resolveWidgetVar, resolveWidgetVar
addClientBehavior, getClientBehaviors, getDefaultEventName, getEventNames
getBehaviorEventMapping
public static final String COMPONENT_FAMILY
public static final String DEFAULT_RENDERER
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 String getScrollTime()
public void setScrollTime(String scrollTime)
public String getMinTime()
public void setMinTime(String minTime)
public String getMaxTime()
public void setMaxTime(String maxTime)
public String getSlotLabelInterval()
public void setSlotLabelInterval(String slotLabelInterval)
public String getSlotLabelFormat()
public void setSlotLabelFormat(String slotLabelFormat)
public String getTimeFormat()
public void setTimeFormat(String timeFormat)
public String getColumnFormat()
public void setColumnFormat(String columnFormat)
public String getColumnHeaderFormat()
public void setColumnHeaderFormat(String columnHeaderFormat)
public Object getTimeZone()
public void setTimeZone(Object timeZone)
public String getClientTimeZone()
public void setClientTimeZone(String clientTimeZone)
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)
Copyright © 2020. All rights reserved.