|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.faces.webapp.UIComponentTag
org.apache.myfaces.custom.schedule.ScheduleTag
JSP tag for the schedule component
Field Summary |
Fields inherited from class javax.faces.webapp.UIComponentTag |
pageContext |
Fields inherited from interface javax.servlet.jsp.tagext.Tag |
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
Constructor Summary | |
ScheduleTag()
|
Method Summary | |
java.lang.String |
getAction()
The action of the JSF component |
java.lang.String |
getActionListener()
The actionlistener of the JSF component |
java.lang.String |
getCompactMonthRowHeight()
The height in pixels of a cell in the compact month view |
java.lang.String |
getCompactWeekRowHeight()
The height in pixels of a cell in the compact week view |
java.lang.String |
getComponentType()
|
java.lang.String |
getHeaderDateFormat()
The dateformat used in the header |
java.lang.String |
getImmediate()
The immediate property of the JSF component |
java.lang.String |
getReadonly()
The readonly property of the JSF component |
java.lang.String |
getRendered()
Should this component be rendered? |
java.lang.String |
getRendererType()
|
java.lang.String |
getTheme()
The theme of the schedule component. |
java.lang.String |
getTooltip()
Should tooltips be displayed? |
java.lang.String |
getValue()
The value of the JSF component |
java.lang.String |
getVisibleEndHour()
The visible end hour of the schedule |
java.lang.String |
getVisibleStartHour()
The visible start hour of the schedule |
java.lang.String |
getWorkingEndHour()
The working end hour of the schedule |
java.lang.String |
getWorkingStartHour()
The working start hour of the schedule |
void |
release()
|
void |
setAction(java.lang.String action)
The action of the JSF component |
void |
setActionListener(java.lang.String actionListener)
The actionlistener of the JSF component |
void |
setCompactMonthRowHeight(java.lang.String compactMonthRowHeight)
The height in pixels of a cell in the compact month view |
void |
setCompactWeekRowHeight(java.lang.String compactWeekRowHeight)
The height in pixels of a cell in the compact week view |
void |
setHeaderDateFormat(java.lang.String headerDateFormat)
The dateformat used in the header |
void |
setImmediate(java.lang.String immediate)
The immediate property of the JSF component |
protected void |
setProperties(javax.faces.component.UIComponent component)
|
void |
setReadonly(java.lang.String readonly)
The readonly property of the JSF component |
void |
setRendered(java.lang.String rendered)
Should this component be rendered? |
void |
setTheme(java.lang.String theme)
The theme of the schedule component. |
void |
setTooltip(java.lang.String tooltip)
Should tooltips be displayed? |
void |
setValue(java.lang.String value)
The value of the JSF component |
void |
setVisibleEndHour(java.lang.String visibleEndHour)
The visible end hour of the schedule |
void |
setVisibleStartHour(java.lang.String visibleStartHour)
The visible start hour of the schedule |
void |
setWorkingEndHour(java.lang.String workingEndHour)
The working end hour of the schedule |
void |
setWorkingStartHour(java.lang.String workingStartHour)
The working start hour of the schedule |
Methods inherited from class javax.faces.webapp.UIComponentTag |
doEndTag, doStartTag, encodeBegin, encodeChildren, encodeEnd, findComponent, getComponentInstance, getCreated, getDoEndValue, getDoStartValue, getFacesContext, getFacetName, getId, getParent, getParentUIComponentTag, isSuppressed, isValueReference, setBinding, setId, setPageContext, setParent, setupResponseWriter |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ScheduleTag()
Method Detail |
public void setAction(java.lang.String action)
The action of the JSF component
action
- The action to set.public java.lang.String getAction()
The action of the JSF component
public void setActionListener(java.lang.String actionListener)
The actionlistener of the JSF component
actionListener
- The actionListener to set.public java.lang.String getActionListener()
The actionlistener of the JSF component
public void setCompactMonthRowHeight(java.lang.String compactMonthRowHeight)
The height in pixels of a cell in the compact month view
compactMonthRowHeight
- The compactMonthRowHeight to set.public java.lang.String getCompactMonthRowHeight()
The height in pixels of a cell in the compact month view
public void setCompactWeekRowHeight(java.lang.String compactWeekRowHeight)
The height in pixels of a cell in the compact week view
compactWeekRowHeight
- The compactWeekRowHeight to set.public java.lang.String getCompactWeekRowHeight()
The height in pixels of a cell in the compact week view
public java.lang.String getComponentType()
UIComponentTag.getComponentType()
public void setHeaderDateFormat(java.lang.String headerDateFormat)
The dateformat used in the header
headerDateFormat
- The headerDateFormat to set.public java.lang.String getHeaderDateFormat()
The dateformat used in the header
public void setImmediate(java.lang.String immediate)
The immediate property of the JSF component
immediate
- The immediate to set.public java.lang.String getImmediate()
The immediate property of the JSF component
public void setReadonly(java.lang.String readonly)
The readonly property of the JSF component
readonly
- The readonly to set.public java.lang.String getReadonly()
The readonly property of the JSF component
public void setRendered(java.lang.String rendered)
Should this component be rendered?
rendered
- The rendered to set.public java.lang.String getRendered()
Should this component be rendered?
public java.lang.String getRendererType()
UIComponentTag.getRendererType()
public void setTheme(java.lang.String theme)
The theme of the schedule component. This is the name of the CSS file that should be loaded when rendering the schedule. Possible values are 'default', 'outlookxp', 'evolution'.
theme
- The theme to set.public java.lang.String getTheme()
The theme of the schedule component. This is the name of the CSS file that should be loaded when rendering the schedule. Possible values are 'default', 'outlookxp', 'evolution'.
public void setTooltip(java.lang.String tooltip)
Should tooltips be displayed?
tooltip
- The tooltip to set.public java.lang.String getTooltip()
Should tooltips be displayed?
public void setValue(java.lang.String value)
The value of the JSF component
value
- The value to set.public java.lang.String getValue()
The value of the JSF component
public void setVisibleEndHour(java.lang.String visibleEndHour)
The visible end hour of the schedule
visibleEndHour
- The visibleEndHour to set.public java.lang.String getVisibleEndHour()
The visible end hour of the schedule
public void setVisibleStartHour(java.lang.String visibleStartHour)
The visible start hour of the schedule
visibleStartHour
- The visibleStartHour to set.public java.lang.String getVisibleStartHour()
The visible start hour of the schedule
public void setWorkingEndHour(java.lang.String workingEndHour)
The working end hour of the schedule
workingEndHour
- The workingEndHour to set.public java.lang.String getWorkingEndHour()
The working end hour of the schedule
public void setWorkingStartHour(java.lang.String workingStartHour)
The working start hour of the schedule
workingStartHour
- The workingStartHour to set.public java.lang.String getWorkingStartHour()
The working start hour of the schedule
public void release()
Tag.release()
protected void setProperties(javax.faces.component.UIComponent component)
UIComponentTag.setProperties(javax.faces.component.UIComponent)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |