org.apache.myfaces.tobago.component
Class UIDatePicker
java.lang.Object
javax.faces.component.UIComponent
javax.faces.component.UIComponentBase
javax.faces.component.UICommand
org.apache.myfaces.tobago.internal.component.AbstractUICommandBase
org.apache.myfaces.tobago.internal.component.AbstractUICommand
org.apache.myfaces.tobago.component.UICommand
org.apache.myfaces.tobago.component.UILink
org.apache.myfaces.tobago.component.UIDatePicker
- All Implemented Interfaces:
- ActionSource, ActionSource2, StateHolder, OnComponentCreated, SupportsMarkup, SupportsRenderedPartially, UILinkCommand, Configurable, LayoutBase, LayoutComponent
public class UIDatePicker
- extends UILink
- implements OnComponentCreated
| Methods inherited from class org.apache.myfaces.tobago.component.UILink |
getAccessKey, getImage, getLabel, getLabelWithAccessKey, getTabIndex, getTip, isDisabled, isImmediate, isInline, isJsfResource, isTransition, setAccessKey, setDisabled, setImage, setImmediate, setInline, setJsfResource, setLabel, setLabelWithAccessKey, setTabIndex, setTip, setTransition |
| Methods inherited from class org.apache.myfaces.tobago.component.UICommand |
getColumnSpan, getCurrentHeight, getCurrentMarkup, getCurrentWidth, getDisplay, getHeight, getHorizontalIndex, getLeft, getLink, getMarginBottom, getMarginLeft, getMarginRight, getMarginTop, getMarkup, getMaximumHeight, getMaximumWidth, getMinimumHeight, getMinimumWidth, getOnclick, getPreferredHeight, getPreferredWidth, getRenderedPartially, getResource, getRowSpan, getTarget, getTop, getVerticalIndex, getWidth, setColumnSpan, setCurrentHeight, setCurrentMarkup, setCurrentWidth, setDisplay, setHeight, setHorizontalIndex, setLeft, setLink, setMarginBottom, setMarginLeft, setMarginRight, setMarginTop, setMarkup, setMaximumHeight, setMaximumWidth, setMinimumHeight, setMinimumWidth, setOnclick, setPreferredHeight, setPreferredWidth, setRenderedPartially, setResource, setRowSpan, setTarget, setTop, setVerticalIndex, setWidth |
| Methods inherited from class org.apache.myfaces.tobago.internal.component.AbstractUICommandBase |
processDecodes, queueEvent |
| Methods inherited from class javax.faces.component.UICommand |
addActionListener, getAction, getActionExpression, getActionListener, getActionListeners, getFamily, getValue, removeActionListener, setAction, setActionExpression, setActionListener, setValue |
| Methods inherited from class javax.faces.component.UIComponentBase |
addFacesListener, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, processRestoreState, processSaveState, processUpdates, processValidators, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.myfaces.tobago.component.UILinkCommand |
decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacet, getFacets, getFacetsAndChildren, getFamily, getId, getParent, getRendererType, getRendersChildren, getValueBinding, isRendered, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, setId, setParent, setRendered, setRendererType, setValueBinding |
COMPONENT_TYPE
public static final String COMPONENT_TYPE
- See Also:
- Constant Field Values
UIDatePicker
public UIDatePicker()
saveState
public Object saveState(FacesContext context)
- Specified by:
saveState in interface StateHolder- Overrides:
saveState in class UILink
restoreState
public void restoreState(FacesContext context,
Object savedState)
- Specified by:
restoreState in interface StateHolder- Overrides:
restoreState in class UILink
getFor
public String getFor()
getForComponent
public UIComponent getForComponent()
setFor
public void setFor(String forComponent)
broadcast
public void broadcast(FacesEvent facesEvent)
- Specified by:
broadcast in interface UILinkCommand- Overrides:
broadcast in class UICommand
onComponentCreated
public void onComponentCreated(FacesContext context,
UIComponent parent)
- Specified by:
onComponentCreated in interface OnComponentCreated
Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.