public class Schedule extends javax.faces.component.UIComponentBase implements Widget, javax.faces.component.behavior.ClientBehaviorHolder
Modifier and Type | Class and Description |
---|---|
protected static class |
Schedule.PropertyKeys |
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
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, getListenersForEventClass, getParent, getPassThroughAttributes, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processValidators, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEvent
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTree
public static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
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 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 void queueEvent(javax.faces.event.FacesEvent event)
queueEvent
in class javax.faces.component.UIComponentBase
public Collection<String> getEventNames()
getEventNames
in interface javax.faces.component.behavior.ClientBehaviorHolder
getEventNames
in class javax.faces.component.UIComponentBase
public void processUpdates(javax.faces.context.FacesContext context)
processUpdates
in class javax.faces.component.UIComponentBase
public String resolveWidgetVar()
resolveWidgetVar
in interface Widget
Copyright © 2015. All rights reserved.