org.openfaces.component.calendar
Class AbstractCalendarPopup

java.lang.Object
  extended by javax.faces.component.UIComponent
      extended by javax.faces.component.UIComponentBase
          extended by javax.faces.component.UIPanel
              extended by org.openfaces.component.AbstractPopup
                  extended by org.openfaces.component.calendar.AbstractCalendarPopup
All Implemented Interfaces:
java.util.EventListener, javax.faces.component.PartialStateHolder, javax.faces.component.StateHolder, javax.faces.event.ComponentSystemEventListener, javax.faces.event.FacesListener, javax.faces.event.SystemEventListenerHolder
Direct Known Subclasses:
CalendarMonthPopup, CalendarYearPopup

public class AbstractCalendarPopup
extends AbstractPopup

This class is only for internal usage from within the OpenFaces library. It shouldn't be used explicitly by any application code.


Field Summary
 
Fields inherited from class org.openfaces.component.AbstractPopup
COMPONENT_FAMILY, COMPONENT_TYPE
 
Fields inherited from class javax.faces.component.UIComponent
BEANINFO_KEY, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, CURRENT_COMPONENT, CURRENT_COMPOSITE_COMPONENT, FACETS_KEY, VIEW_LOCATION_KEY
 
Constructor Summary
AbstractCalendarPopup()
           
 
Method Summary
 void encodeOpeningTags(javax.faces.context.FacesContext context)
           
 
Methods inherited from class org.openfaces.component.AbstractPopup
encodeBegin, encodeChildren, encodeEnd, getFamily, getRendersChildren
 
Methods inherited from class javax.faces.component.UIComponentBase
addClientBehavior, broadcast, clearInitialState, decode, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRendererType, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding
 
Methods inherited from class javax.faces.component.UIComponent
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getValueExpression, initialStateMarked, isCompositeComponent, isInView, popComponentFromEL, processEvent, pushComponentToEL, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent, visitTree
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractCalendarPopup

public AbstractCalendarPopup()
Method Detail

encodeOpeningTags

public void encodeOpeningTags(javax.faces.context.FacesContext context)
                       throws java.io.IOException
Throws:
java.io.IOException


Copyright © 1998-2010 TeamDev Ltd. All Rights Reserved.