|
||||||||||
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.PlannerTag
JSP tag for the UIPlanner 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 | |
PlannerTag()
|
Method Summary | |
java.lang.String |
getComponentType()
|
java.lang.String |
getGutterWidthInPixels()
The width of the gutter in pixels |
java.lang.String |
getHeaderDateFormat()
The dateformat used in the header |
java.lang.String |
getLegend()
Should a legend be displayed? |
java.lang.String |
getRendered()
Should this component be rendered? |
java.lang.String |
getRendererType()
|
java.lang.String |
getTheme()
The theme of the planner component. |
java.lang.String |
getTooltip()
Should tooltips be displayed? |
java.lang.String |
getValue()
The value of the Planner component |
java.lang.String |
getVisibleEndHour()
The visible end hour of the planner component |
java.lang.String |
getVisibleStartHour()
The visible start hour of the planner component |
java.lang.String |
getWorkingEndHour()
The working end hour of the planner component |
java.lang.String |
getWorkingStartHour()
The working start hour of the planner component |
void |
release()
|
void |
setGutterWidthInPixels(java.lang.String gutterWidthInPixels)
The width of the gutter in pixels |
void |
setHeaderDateFormat(java.lang.String headerDateFormat)
The dateformat used in the header |
void |
setLegend(java.lang.String legend)
Should a legend be displayed? |
protected void |
setProperties(javax.faces.component.UIComponent component)
|
void |
setRendered(java.lang.String rendered)
Should this component be rendered? |
void |
setTheme(java.lang.String theme)
The theme of the planner component. |
void |
setTooltip(java.lang.String tooltip)
Should tooltips be displayed? |
void |
setValue(java.lang.String value)
The value of the Planner component |
void |
setVisibleEndHour(java.lang.String visibleEndHour)
The visible end hour of the planner component |
void |
setVisibleStartHour(java.lang.String visibleStartHour)
The visible start hour of the planner component |
void |
setWorkingEndHour(java.lang.String workingEndHour)
The working end hour of the planner component |
void |
setWorkingStartHour(java.lang.String workingStartHour)
The working start hour of the planner component |
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 PlannerTag()
Method Detail |
public java.lang.String getComponentType()
UIComponentTag.getComponentType()
public void setGutterWidthInPixels(java.lang.String gutterWidthInPixels)
The width of the gutter in pixels
gutterWidthInPixels
- The gutterWidthInPixels to set.public java.lang.String getGutterWidthInPixels()
The width of the gutter in pixels
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 setLegend(java.lang.String legend)
Should a legend be displayed?
legend
- The legend to set.public java.lang.String getLegend()
Should a legend be displayed?
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 planner component. This is the name of the CSS file that should be loaded when rendering the planner. Possible values are 'default', 'outlookxp', 'outlook2003', 'evolution'.
theme
- The theme to set.public java.lang.String getTheme()
The theme of the planner component. This is the name of the CSS file that should be loaded when rendering the planner. Possible values are 'default', 'outlookxp', 'outlook2003', '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 Planner component
value
- The value to set.public java.lang.String getValue()
The value of the Planner component
public void setVisibleEndHour(java.lang.String visibleEndHour)
The visible end hour of the planner component
visibleEndHour
- The visibleEndHour to set.public java.lang.String getVisibleEndHour()
The visible end hour of the planner component
public void setVisibleStartHour(java.lang.String visibleStartHour)
The visible start hour of the planner component
visibleStartHour
- The visibleStartHour to set.public java.lang.String getVisibleStartHour()
The visible start hour of the planner component
public void setWorkingEndHour(java.lang.String workingEndHour)
The working end hour of the planner component
workingEndHour
- The workingEndHour to set.public java.lang.String getWorkingEndHour()
The working end hour of the planner component
public void setWorkingStartHour(java.lang.String workingStartHour)
The working start hour of the planner component
workingStartHour
- The workingStartHour to set.public java.lang.String getWorkingStartHour()
The working start hour of the planner component
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 |