public class Timeline extends javax.faces.component.UIComponentBase implements Widget, javax.faces.component.behavior.ClientBehaviorHolder, PrimeClientBehaviorHolder
Modifier and Type | Class and Description |
---|---|
static class |
Timeline.PropertyKeys |
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
static String |
DEFAULT_RENDERER |
Constructor and Description |
---|
Timeline() |
Modifier and Type | Method and Description |
---|---|
Map<String,Class<? extends javax.faces.event.BehaviorEvent>> |
getBehaviorEventMapping() |
Object |
getBrowserTimeZone() |
String |
getClientId(javax.faces.context.FacesContext context) |
int |
getDragAreaWidth() |
String |
getDropAccept() |
String |
getDropActiveStyleClass() |
String |
getDropHoverStyleClass() |
String |
getDropScope() |
Date |
getEnd() |
int |
getEventMargin() |
int |
getEventMarginAxis() |
Collection<String> |
getEventNames() |
String |
getEventStyle() |
String |
getFamily() |
int |
getGroupMinHeight() |
String |
getGroupsWidth() |
String |
getHeight() |
Object |
getLocale() |
Date |
getMax() |
Date |
getMin() |
int |
getMinHeight() |
javax.faces.component.UIComponent |
getParentComponent() |
Float |
getPreloadFactor() |
Date |
getStart() |
String |
getStyle() |
String |
getStyleClass() |
Object |
getTimeZone() |
TimelineModel |
getValue() |
String |
getVar() |
String |
getVarGroup() |
String |
getWidgetVar() |
String |
getWidth() |
Long |
getZoomMax() |
Long |
getZoomMin() |
boolean |
isAnimate() |
boolean |
isAnimateZoom() |
boolean |
isAxisOnTop() |
boolean |
isEditable() |
boolean |
isGroupsChangeable() |
boolean |
isGroupsOnRight() |
boolean |
isGroupsOrder() |
boolean |
isMoveable() |
boolean |
isResponsive() |
boolean |
isSelectable() |
boolean |
isShowButtonNew() |
boolean |
isShowCurrentTime() |
boolean |
isShowMajorLabels() |
boolean |
isShowMinorLabels() |
boolean |
isShowNavigation() |
boolean |
isSnapEvents() |
boolean |
isStackEvents() |
boolean |
isTimeChangeable() |
boolean |
isUnselectable() |
boolean |
isZoomable() |
void |
queueEvent(javax.faces.event.FacesEvent event) |
String |
resolveWidgetVar() |
void |
setAnimate(boolean _animate) |
void |
setAnimateZoom(boolean _animateZoom) |
void |
setAxisOnTop(boolean _axisOnTop) |
void |
setBrowserTimeZone(Object _browserTimeZone) |
void |
setDragAreaWidth(int _dragAreaWidth) |
void |
setDropAccept(String _dropAccept) |
void |
setDropActiveStyleClass(String _dropActiveStyleClass) |
void |
setDropHoverStyleClass(String _dropHoverStyleClass) |
void |
setDropScope(String _dropScope) |
void |
setEditable(boolean _editable) |
void |
setEnd(Date _end) |
void |
setEventMargin(int _eventMargin) |
void |
setEventMarginAxis(int _eventMarginAxis) |
void |
setEventStyle(String _eventStyle) |
void |
setGroupMinHeight(int _groupMinHeight) |
void |
setGroupsChangeable(boolean _groupsChangeable) |
void |
setGroupsOnRight(boolean _groupsOnRight) |
void |
setGroupsOrder(boolean _groupsOrder) |
void |
setGroupsWidth(String _groupsWidth) |
void |
setHeight(String _height) |
void |
setId(String id) |
void |
setLocale(Object _locale) |
void |
setMax(Date _max) |
void |
setMin(Date _min) |
void |
setMinHeight(int _minHeight) |
void |
setMoveable(boolean _moveable) |
void |
setParentComponent(javax.faces.component.UIComponent parentComponent) |
void |
setPreloadFactor(Float _preloadFactor) |
void |
setResponsive(boolean _responsive) |
void |
setSelectable(boolean _selectable) |
void |
setShowButtonNew(boolean _showButtonNew) |
void |
setShowCurrentTime(boolean _showCurrentTime) |
void |
setShowMajorLabels(boolean _showMajorLabels) |
void |
setShowMinorLabels(boolean _showMinorLabels) |
void |
setShowNavigation(boolean _showNavigation) |
void |
setSnapEvents(boolean _snapEvents) |
void |
setStackEvents(boolean _stackEvents) |
void |
setStart(Date _start) |
void |
setStyle(String _style) |
void |
setStyleClass(String _styleClass) |
void |
setTimeChangeable(boolean _timeChangeable) |
void |
setTimeZone(Object _timeZone) |
void |
setUnselectable(boolean _unselectable) |
void |
setValue(TimelineModel _value) |
void |
setVar(String _var) |
void |
setVarGroup(String _varGroup) |
void |
setWidgetVar(String _widgetVar) |
void |
setWidth(String _width) |
void |
setZoomable(boolean _zoomable) |
void |
setZoomMax(Long _zoomMax) |
void |
setZoomMin(Long _zoomMin) |
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, 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, 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 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 Map<String,Class<? extends javax.faces.event.BehaviorEvent>> getBehaviorEventMapping()
getBehaviorEventMapping
in interface PrimeClientBehaviorHolder
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 javax.faces.component.UIComponent getParentComponent()
public void setParentComponent(javax.faces.component.UIComponent parentComponent)
public String getClientId(javax.faces.context.FacesContext context)
getClientId
in class javax.faces.component.UIComponentBase
public void setId(String id)
setId
in class javax.faces.component.UIComponentBase
public String resolveWidgetVar()
resolveWidgetVar
in interface Widget
Copyright © 2017. All rights reserved.