public class Timeline
extends javax.faces.component.UIComponentBase
Modifier and Type | Class and Description |
---|---|
static class |
org.primefaces.component.timeline.TimelineBase.PropertyKeys |
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
static String |
DEFAULT_RENDERER |
Constructor and Description |
---|
Timeline() |
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, processUpdates, 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 String getFamily()
getFamily
in class javax.faces.component.UIComponent
public String getWidgetVar()
public void setWidgetVar(String widgetVar)
public String getStyle()
public void setStyle(String style)
public String getStyleClass()
public void setStyleClass(String styleClass)
public String getVar()
public void setVar(String var)
public TimelineModel getValue()
public void setValue(TimelineModel value)
public String getVarGroup()
public void setVarGroup(String varGroup)
public Object getLocale()
public void setLocale(Object locale)
public Object getTimeZone()
public void setTimeZone(Object timeZone)
public Object getBrowserTimeZone()
public void setBrowserTimeZone(Object browserTimeZone)
public String getHeight()
public void setHeight(String height)
public int getMinHeight()
public void setMinHeight(int minHeight)
public String getWidth()
public void setWidth(String width)
public boolean isResponsive()
public void setResponsive(boolean responsive)
public boolean isAxisOnTop()
public void setAxisOnTop(boolean axisOnTop)
public int getDragAreaWidth()
public void setDragAreaWidth(int dragAreaWidth)
public boolean isEditable()
public void setEditable(boolean editable)
public boolean isSelectable()
public void setSelectable(boolean selectable)
public boolean isUnselectable()
public void setUnselectable(boolean unselectable)
public boolean isZoomable()
public void setZoomable(boolean zoomable)
public boolean isMoveable()
public void setMoveable(boolean moveable)
public Date getStart()
public void setStart(Date start)
public Date getEnd()
public void setEnd(Date end)
public Date getMin()
public void setMin(Date min)
public Date getMax()
public void setMax(Date max)
public Long getZoomMin()
public void setZoomMin(Long zoomMin)
public Long getZoomMax()
public void setZoomMax(Long zoomMax)
public Float getPreloadFactor()
public void setPreloadFactor(Float preloadFactor)
public int getEventMargin()
public void setEventMargin(int eventMargin)
public int getEventMarginAxis()
public void setEventMarginAxis(int eventMarginAxis)
public String getEventStyle()
public void setEventStyle(String eventStyle)
public boolean isGroupsChangeable()
public void setGroupsChangeable(boolean groupsChangeable)
public boolean isGroupsOnRight()
public void setGroupsOnRight(boolean groupsOnRight)
public boolean isGroupsOrder()
public void setGroupsOrder(boolean groupsOrder)
public String getGroupsWidth()
public void setGroupsWidth(String groupsWidth)
public int getGroupMinHeight()
public void setGroupMinHeight(int groupMinHeight)
public boolean isSnapEvents()
public void setSnapEvents(boolean snapEvents)
public boolean isStackEvents()
public void setStackEvents(boolean stackEvents)
public boolean isShowCurrentTime()
public void setShowCurrentTime(boolean showCurrentTime)
public boolean isShowMajorLabels()
public void setShowMajorLabels(boolean showMajorLabels)
public boolean isShowMinorLabels()
public void setShowMinorLabels(boolean showMinorLabels)
public boolean isShowButtonNew()
public void setShowButtonNew(boolean showButtonNew)
public boolean isShowNavigation()
public void setShowNavigation(boolean showNavigation)
public boolean isTimeChangeable()
public void setTimeChangeable(boolean timeChangeable)
public String getDropHoverStyleClass()
public void setDropHoverStyleClass(String dropHoverStyleClass)
public String getDropActiveStyleClass()
public void setDropActiveStyleClass(String dropActiveStyleClass)
public String getDropAccept()
public void setDropAccept(String dropAccept)
public String getDropScope()
public void setDropScope(String dropScope)
public boolean isAnimate()
public void setAnimate(boolean animate)
public boolean isAnimateZoom()
public void setAnimateZoom(boolean animateZoom)
public String resolveWidgetVar()
resolveWidgetVar
in interface Widget
Copyright © 2019. All rights reserved.