com.sun.rave.web.ui.component
Class CalendarMonthBase

java.lang.Object
  extended byjavax.faces.component.UIComponent
      extended byjavax.faces.component.UIComponentBase
          extended byjavax.faces.component.UIOutput
              extended bycom.sun.rave.web.ui.component.CalendarMonthBase
All Implemented Interfaces:
javax.faces.component.StateHolder, javax.faces.component.ValueHolder
Direct Known Subclasses:
CalendarMonth

public abstract class CalendarMonthBase
extends javax.faces.component.UIOutput

NOT FOR DEVELOPER USE - base renderer class for ui:calendar and ui:scheduler

Auto-generated component class. Do NOT modify; all changes will be lost!


Field Summary
 
Fields inherited from class javax.faces.component.UIOutput
COMPONENT_FAMILY, COMPONENT_TYPE
 
Constructor Summary
CalendarMonthBase()
          Construct a new CalendarMonthBase.
 
Method Summary
 java.lang.String getFamily()
          Return the family for this component.
 boolean isPopup()
          Flag determining whether the component should be rendered in its popup version (as used by Calendar), or in the inline version used by Scheduler.
 void restoreState(javax.faces.context.FacesContext _context, java.lang.Object _state)
          Restore the state of this component.
 java.lang.Object saveState(javax.faces.context.FacesContext _context)
          Save the state of this component.
 void setPopup(boolean popup)
          Flag determining whether the component should be rendered in its popup version (as used by Calendar), or in the inline version used by Scheduler.
 
Methods inherited from class javax.faces.component.UIOutput
getConverter, getLocalValue, getValue, setConverter, setValue
 
Methods inherited from class javax.faces.component.UIComponentBase
addFacesListener, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, 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
 

Constructor Detail

CalendarMonthBase

public CalendarMonthBase()

Construct a new CalendarMonthBase.

Method Detail

getFamily

public java.lang.String getFamily()

Return the family for this component.


isPopup

public boolean isPopup()

Flag determining whether the component should be rendered in its popup version (as used by Calendar), or in the inline version used by Scheduler.


setPopup

public void setPopup(boolean popup)

Flag determining whether the component should be rendered in its popup version (as used by Calendar), or in the inline version used by Scheduler.

See Also:
isPopup()

restoreState

public void restoreState(javax.faces.context.FacesContext _context,
                         java.lang.Object _state)

Restore the state of this component.


saveState

public java.lang.Object saveState(javax.faces.context.FacesContext _context)

Save the state of this component.