org.apache.myfaces.tobago.component
Class UIDatePicker

java.lang.Object
  extended by javax.faces.component.UIComponent
      extended by javax.faces.component.UIComponentBase
          extended by javax.faces.component.UICommand
              extended by org.apache.myfaces.tobago.component.UICommand
                  extended by org.apache.myfaces.tobago.component.UILinkCommand
                      extended by org.apache.myfaces.tobago.component.UIDatePicker
All Implemented Interfaces:
ActionSource, StateHolder, OnComponentCreated, SupportsMarkup

public class UIDatePicker
extends UILinkCommand
implements OnComponentCreated


Field Summary
static String CLOSE_POPUP
           
static String COMPONENT_TYPE
           
static String OPEN_POPUP
           
 
Fields inherited from class javax.faces.component.UICommand
COMPONENT_FAMILY
 
Constructor Summary
UIDatePicker()
           
 
Method Summary
 void broadcast(FacesEvent facesEvent)
           
 String getFor()
           
 UIComponent getForComponent()
           
 void onComponentCreated()
           
 void preparePicker(UIDatePicker link)
           
 void restoreState(FacesContext context, Object savedState)
           
 Object saveState(FacesContext context)
           
 void setFor(String forComponent)
           
 
Methods inherited from class org.apache.myfaces.tobago.component.UILinkCommand
getMarkup, getTabIndex, setMarkup, setTabIndex
 
Methods inherited from class org.apache.myfaces.tobago.component.UICommand
encodeChildren, getRenderedPartially, getTarget, isDefaultCommand, isDisabled, isTransition, processDecodes, queueEvent, setDefaultCommand, setDisabled, setRenderedPartially, setRenderedPartially, setTarget, setTransition
 
Methods inherited from class javax.faces.component.UICommand
addActionListener, getAction, getActionListener, getActionListeners, getFamily, getValue, isImmediate, removeActionListener, setAction, setActionListener, setImmediate, setValue
 
Methods inherited from class javax.faces.component.UIComponentBase
addFacesListener, decode, encodeBegin, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, 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
 

Field Detail

COMPONENT_TYPE

public static final String COMPONENT_TYPE
See Also:
Constant Field Values

OPEN_POPUP

public static final String OPEN_POPUP
See Also:
Constant Field Values

CLOSE_POPUP

public static final String CLOSE_POPUP
See Also:
Constant Field Values
Constructor Detail

UIDatePicker

public UIDatePicker()
Method Detail

saveState

public Object saveState(FacesContext context)
Specified by:
saveState in interface StateHolder
Overrides:
saveState in class UILinkCommand

restoreState

public void restoreState(FacesContext context,
                         Object savedState)
Specified by:
restoreState in interface StateHolder
Overrides:
restoreState in class UILinkCommand

getFor

public String getFor()

getForComponent

public UIComponent getForComponent()

setFor

public void setFor(String forComponent)

broadcast

public void broadcast(FacesEvent facesEvent)
Overrides:
broadcast in class UICommand

onComponentCreated

public void onComponentCreated()
Specified by:
onComponentCreated in interface OnComponentCreated

preparePicker

public void preparePicker(UIDatePicker link)


Copyright © 2002-2011 The Apache Software Foundation. All Rights Reserved.