| com.sun.rave.web.ui.component.CalendarMonthBase
All known Subclasses: com.sun.rave.web.ui.component.CalendarMonth,
CalendarMonthBase | abstract public class CalendarMonthBase extends javax.faces.component.UIOutput (Code) | | 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!
|
CalendarMonthBase | public CalendarMonthBase()(Code) | | Construct a new CalendarMonthBase .
|
getFamily | public String getFamily()(Code) | | Return the identifier of the component family to which this
component belongs. This identifier, in conjunction with the value
of the rendererType property, may be used to select
the appropriate
Renderer for this component instance.
|
isPopup | public boolean isPopup()(Code) | | Flag determining whether the component should be rendered in its
popup version (as used by Calendar), or in the
inline version used by Scheduler.
|
restoreState | public void restoreState(FacesContext _context, Object _state)(Code) | | Restore the state of this component.
|
saveState | public Object saveState(FacesContext _context)(Code) | | Save the state of this component.
|
setPopup | public void setPopup(boolean popup)(Code) | | 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: CalendarMonthBase.isPopup() |
|
|