|
ICEfaces ACE Components 3.3.0 Java API Documentation |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.faces.component.UIComponent
javax.faces.component.UIComponentBase
javax.faces.component.UIOutput
javax.faces.component.UIInput
org.icefaces.ace.component.datetimeentry.DateTimeEntryBase
public class DateTimeEntryBase
The DateTime Entry is a component that allows the user to configure and input a date and/or time in various ways.
For more information, see the DateTimeEntry Wiki Documentation.
Nested Class Summary | |
---|---|
protected static class |
DateTimeEntryBase.PropertyKeys
|
Field Summary | |
---|---|
static java.lang.String |
COMPONENT_TYPE
|
static java.lang.String |
RENDERER_TYPE
|
Fields inherited from class javax.faces.component.UIInput |
---|
COMPONENT_FAMILY, CONVERSION_MESSAGE_ID, REQUIRED_MESSAGE_ID, UPDATE_MESSAGE_ID, VALIDATE_EMPTY_FIELDS_PARAM_NAME |
Fields inherited from class javax.faces.component.UIComponent |
---|
ATTRS_WITH_DECLARED_DEFAULT_VALUES, BEANINFO_KEY, bindings, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, CURRENT_COMPONENT, CURRENT_COMPOSITE_COMPONENT, FACETS_KEY, HONOR_CURRENT_COMPONENT_ATTRIBUTES_PARAM_NAME, VIEW_LOCATION_KEY |
Constructor Summary | |
---|---|
DateTimeEntryBase()
|
Method Summary | |
---|---|
void |
addClientBehavior(java.lang.String eventName,
javax.faces.component.behavior.ClientBehavior behavior)
|
java.lang.String |
getButtonText()
Return the value of the buttonText property. |
java.lang.String |
getDefaultEventName()
|
java.lang.String |
getDefaultExecute(java.lang.String event)
|
java.lang.String |
getDefaultRender(java.lang.String event)
|
java.lang.String |
getEffect()
Return the value of the effect property. |
java.lang.String |
getEffectDuration()
Return the value of the effectDuration property. |
java.util.Collection<java.lang.String> |
getEventNames()
|
java.lang.String |
getFamily()
|
java.lang.String |
getIndicatorPosition()
Return the value of the indicatorPosition property. |
java.lang.String |
getLabel()
Return the value of the label property. |
java.lang.String |
getLabelPosition()
Return the value of the labelPosition property. |
int |
getLeftMonthOffset()
Return the value of the leftMonthOffset property. |
java.lang.Object |
getLocale()
Return the value of the locale property. |
java.lang.Object |
getMaxdate()
Return the value of the maxdate property. |
int |
getMaxHour()
Return the value of the maxHour property. |
int |
getMaxlength()
Return the value of the maxlength property. |
int |
getMaxMinute()
Return the value of the maxMinute property. |
int |
getMaxSecond()
Return the value of the maxSecond property. |
java.lang.Object |
getMindate()
Return the value of the mindate property. |
int |
getMinHour()
Return the value of the minHour property. |
int |
getMinMinute()
Return the value of the minMinute property. |
int |
getMinSecond()
Return the value of the minSecond property. |
java.lang.String |
getOptionalIndicator()
Return the value of the optionalIndicator property. |
int |
getPages()
Return the value of the pages property. |
java.lang.String |
getPattern()
Return the value of the pattern property. |
java.lang.String |
getPopupIcon()
Return the value of the popupIcon property. |
java.lang.String |
getRequiredIndicator()
Return the value of the requiredIndicator property. |
java.lang.String |
getShowOn()
Return the value of the showOn property. |
int |
getSize()
Return the value of the size property. |
int |
getStepHour()
Return the value of the stepHour property. |
int |
getStepMinute()
Return the value of the stepMinute property. |
int |
getStepSecond()
Return the value of the stepSecond property. |
java.lang.String |
getStyle()
Return the value of the style property. |
java.lang.String |
getStyleClass()
Return the value of the styleClass property. |
java.lang.String |
getTabindex()
Return the value of the tabindex property. |
java.lang.Object |
getTimeZone()
Return the value of the timeZone property. |
java.lang.String |
getWidgetVar()
Return the value of the widgetVar property. |
java.lang.String |
getYearRange()
Return the value of the yearRange property. |
boolean |
isDisabled()
Return the value of the disabled property. |
boolean |
isDisableHoverStyling()
Return the value of the disableHoverStyling property. |
boolean |
isLenientParsing()
Return the value of the lenientParsing property. |
boolean |
isNavigator()
Return the value of the navigator property. |
boolean |
isPopupIconOnly()
Return the value of the popupIconOnly property. |
boolean |
isReadonly()
Return the value of the readonly property. |
boolean |
isReadOnlyInputText()
Return the value of the readOnlyInputText property. |
boolean |
isRenderAsPopup()
Return the value of the renderAsPopup property. |
boolean |
isSelectOtherMonths()
Return the value of the selectOtherMonths property. |
java.lang.Boolean |
isShowButtonPanel()
Return the value of the showButtonPanel property. |
boolean |
isShowOtherMonths()
Return the value of the showOtherMonths property. |
boolean |
isShowWeek()
Return the value of the showWeek property. |
boolean |
isSingleSubmit()
Return the value of the singleSubmit property. |
boolean |
isTimeOnly()
Return the value of the timeOnly property. |
void |
setButtonText(java.lang.String buttonText)
Set the value of the buttonText property. |
void |
setDisabled(boolean disabled)
Set the value of the disabled property. |
void |
setDisableHoverStyling(boolean disableHoverStyling)
Set the value of the disableHoverStyling property. |
void |
setEffect(java.lang.String effect)
Set the value of the effect property. |
void |
setEffectDuration(java.lang.String effectDuration)
Set the value of the effectDuration property. |
void |
setIndicatorPosition(java.lang.String indicatorPosition)
Set the value of the indicatorPosition property. |
void |
setLabel(java.lang.String label)
Set the value of the label property. |
void |
setLabelPosition(java.lang.String labelPosition)
Set the value of the labelPosition property. |
void |
setLeftMonthOffset(int leftMonthOffset)
Set the value of the leftMonthOffset property. |
void |
setLenientParsing(boolean lenientParsing)
Set the value of the lenientParsing property. |
void |
setLocale(java.lang.Object locale)
Set the value of the locale property. |
void |
setMaxdate(java.lang.Object maxdate)
Set the value of the maxdate property. |
void |
setMaxHour(int maxHour)
Set the value of the maxHour property. |
void |
setMaxlength(int maxlength)
Set the value of the maxlength property. |
void |
setMaxMinute(int maxMinute)
Set the value of the maxMinute property. |
void |
setMaxSecond(int maxSecond)
Set the value of the maxSecond property. |
void |
setMindate(java.lang.Object mindate)
Set the value of the mindate property. |
void |
setMinHour(int minHour)
Set the value of the minHour property. |
void |
setMinMinute(int minMinute)
Set the value of the minMinute property. |
void |
setMinSecond(int minSecond)
Set the value of the minSecond property. |
void |
setNavigator(boolean navigator)
Set the value of the navigator property. |
void |
setOptionalIndicator(java.lang.String optionalIndicator)
Set the value of the optionalIndicator property. |
void |
setPages(int pages)
Set the value of the pages property. |
void |
setPattern(java.lang.String pattern)
Set the value of the pattern property. |
void |
setPopupIcon(java.lang.String popupIcon)
Set the value of the popupIcon property. |
void |
setPopupIconOnly(boolean popupIconOnly)
Set the value of the popupIconOnly property. |
void |
setReadonly(boolean readonly)
Set the value of the readonly property. |
void |
setReadOnlyInputText(boolean readOnlyInputText)
Set the value of the readOnlyInputText property. |
void |
setRenderAsPopup(boolean renderAsPopup)
Set the value of the renderAsPopup property. |
void |
setRequiredIndicator(java.lang.String requiredIndicator)
Set the value of the requiredIndicator property. |
void |
setSelectOtherMonths(boolean selectOtherMonths)
Set the value of the selectOtherMonths property. |
void |
setShowButtonPanel(java.lang.Boolean showButtonPanel)
Set the value of the showButtonPanel property. |
void |
setShowOn(java.lang.String showOn)
Set the value of the showOn property. |
void |
setShowOtherMonths(boolean showOtherMonths)
Set the value of the showOtherMonths property. |
void |
setShowWeek(boolean showWeek)
Set the value of the showWeek property. |
void |
setSingleSubmit(boolean singleSubmit)
Set the value of the singleSubmit property. |
void |
setSize(int size)
Set the value of the size property. |
void |
setStepHour(int stepHour)
Set the value of the stepHour property. |
void |
setStepMinute(int stepMinute)
Set the value of the stepMinute property. |
void |
setStepSecond(int stepSecond)
Set the value of the stepSecond property. |
void |
setStyle(java.lang.String style)
Set the value of the style property. |
void |
setStyleClass(java.lang.String styleClass)
Set the value of the styleClass property. |
void |
setTabindex(java.lang.String tabindex)
Set the value of the tabindex property. |
void |
setTimeOnly(boolean timeOnly)
Set the value of the timeOnly property. |
void |
setTimeZone(java.lang.Object timeZone)
Set the value of the timeZone property. |
void |
setWidgetVar(java.lang.String widgetVar)
Set the value of the widgetVar property. |
void |
setYearRange(java.lang.String yearRange)
Set the value of the yearRange property. |
Methods inherited from class javax.faces.component.UIInput |
---|
addValidator, addValueChangeListener, clearInitialState, compareValues, decode, getConvertedValue, getConverterMessage, getRequiredMessage, getSubmittedValue, getValidator, getValidatorMessage, getValidators, getValueChangeListener, getValueChangeListeners, isEmpty, isImmediate, isLocalValueSet, isRequired, isValid, markInitialState, processDecodes, processUpdates, processValidators, removeValidator, removeValueChangeListener, resetValue, restoreState, saveState, setConverterMessage, setImmediate, setLocalValueSet, setRequired, setRequiredMessage, setSubmittedValue, setValid, setValidator, setValidatorMessage, setValue, setValueChangeListener, updateModel, validate, validateValue |
Methods inherited from class javax.faces.component.UIOutput |
---|
getConverter, getLocalValue, getValue, setConverter |
Methods inherited from class javax.faces.component.UIComponentBase |
---|
addFacesListener, broadcast, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, processRestoreState, processSaveState, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEvent |
Methods inherited from class javax.faces.component.UIComponent |
---|
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTree |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.faces.component.behavior.ClientBehaviorHolder |
---|
getClientBehaviors |
Methods inherited from interface javax.faces.component.ValueHolder |
---|
getConverter, getLocalValue, getValue, setConverter |
Field Detail |
---|
public static final java.lang.String COMPONENT_TYPE
public static final java.lang.String RENDERER_TYPE
Constructor Detail |
---|
public DateTimeEntryBase()
Method Detail |
---|
public java.lang.String getFamily()
getFamily
in class javax.faces.component.UIInput
public void setButtonText(java.lang.String buttonText)
Set the value of the buttonText
property.
Contents: The text to display on the trigger button. Use in conjunction with the showOn option set to "button" or "both". Default = "".
setButtonText
in interface IDateTimeEntry
public java.lang.String getButtonText()
Return the value of the buttonText
property.
Contents: The text to display on the trigger button. Use in conjunction with the showOn option set to "button" or "both". Default = "".
getButtonText
in interface IDateTimeEntry
public void setDisableHoverStyling(boolean disableHoverStyling)
Set the value of the disableHoverStyling
property.
Contents: Set to true to disable hover styling to improve performance.
setDisableHoverStyling
in interface IDateTimeEntry
public boolean isDisableHoverStyling()
Return the value of the disableHoverStyling
property.
Contents: Set to true to disable hover styling to improve performance. Default = 'false'.
isDisableHoverStyling
in interface IDateTimeEntry
public void setDisabled(boolean disabled)
Set the value of the disabled
property.
Contents: If true then this date time entry will be disabled and can not be entered.
setDisabled
in interface IDateTimeEntry
public boolean isDisabled()
Return the value of the disabled
property.
Contents: If true then this date time entry will be disabled and can not be entered. Default = 'false'.
isDisabled
in interface IDateTimeEntry
public void setEffect(java.lang.String effect)
Set the value of the effect
property.
Contents: Name of the animation used to show/hide the calendar. Use "show", "slideDown", "fadeIn", any of the show/hide jQuery UI effects, or "" for no animation.
setEffect
in interface IDateTimeEntry
public java.lang.String getEffect()
Return the value of the effect
property.
Contents: Name of the animation used to show/hide the calendar. Use "show", "slideDown", "fadeIn", any of the show/hide jQuery UI effects, or "" for no animation. Default = 'show'.
getEffect
in interface IDateTimeEntry
public void setEffectDuration(java.lang.String effectDuration)
Set the value of the effectDuration
property.
Contents: Control the speed at which the calendar appears, it may be a time in milliseconds or a string representing one of the three predefined speeds ("slow", "normal", "fast").
setEffectDuration
in interface IDateTimeEntry
public java.lang.String getEffectDuration()
Return the value of the effectDuration
property.
Contents: Control the speed at which the calendar appears, it may be a time in milliseconds or a string representing one of the three predefined speeds ("slow", "normal", "fast"). Default = 'normal'.
getEffectDuration
in interface IDateTimeEntry
public void setIndicatorPosition(java.lang.String indicatorPosition)
Set the value of the indicatorPosition
property.
Contents: Position of input-required or input-optional indicator relative to input field or label. Supported values are "left/right/top/bottom/labelLeft/labelRight/none". Default is "labelRight" if labelPosition is "inField", "right" otherwise.
setIndicatorPosition
in interface IDateTimeEntry
public java.lang.String getIndicatorPosition()
Return the value of the indicatorPosition
property.
Contents: Position of input-required or input-optional indicator relative to input field or label. Supported values are "left/right/top/bottom/labelLeft/labelRight/none". Default is "labelRight" if labelPosition is "inField", "right" otherwise.
getIndicatorPosition
in interface IDateTimeEntry
public void setLabel(java.lang.String label)
Set the value of the label
property.
Contents: A localized user presentable name for this component.
setLabel
in interface IDateTimeEntry
public java.lang.String getLabel()
Return the value of the label
property.
Contents: A localized user presentable name for this component.
getLabel
in interface IDateTimeEntry
public void setLabelPosition(java.lang.String labelPosition)
Set the value of the labelPosition
property.
Contents: Position of label relative to input field. Supported values are "left/right/top/bottom/inField/none". Default is "none".
setLabelPosition
in interface IDateTimeEntry
public java.lang.String getLabelPosition()
Return the value of the labelPosition
property.
Contents: Position of label relative to input field. Supported values are "left/right/top/bottom/inField/none". Default is "none".
getLabelPosition
in interface IDateTimeEntry
public void setLeftMonthOffset(int leftMonthOffset)
Set the value of the leftMonthOffset
property.
Contents: Zero-based offset indicating which month should be displayed in the leftmost position.
setLeftMonthOffset
in interface IDateTimeEntry
public int getLeftMonthOffset()
Return the value of the leftMonthOffset
property.
Contents: Zero-based offset indicating which month should be displayed in the leftmost position. Default = '0'.
getLeftMonthOffset
in interface IDateTimeEntry
public void setLenientParsing(boolean lenientParsing)
Set the value of the lenientParsing
property.
Contents: With lenient parsing, the Java date parser may use heuristics to interpret inputs that do not precisely match this date's format. With strict parsing, inputs must match this date's format. Ignored if the converter attribute is used to do format conversion.
setLenientParsing
in interface IDateTimeEntry
public boolean isLenientParsing()
Return the value of the lenientParsing
property.
Contents: With lenient parsing, the Java date parser may use heuristics to interpret inputs that do not precisely match this date's format. With strict parsing, inputs must match this date's format. Ignored if the converter attribute is used to do format conversion. Default = 'true'.
isLenientParsing
in interface IDateTimeEntry
public void setLocale(java.lang.Object locale)
Set the value of the locale
property.
Contents: Locale to be used for labels and conversion. Locale string or java.util.Locale object. Default is locale of view root.
setLocale
in interface IDateTimeEntry
public java.lang.Object getLocale()
Return the value of the locale
property.
Contents: Locale to be used for labels and conversion. Locale string or java.util.Locale object. Default is locale of view root.
getLocale
in interface IDateTimeEntry
public void setMaxHour(int maxHour)
Set the value of the maxHour
property.
Contents: Set the hour range.
setMaxHour
in interface IDateTimeEntry
public int getMaxHour()
Return the value of the maxHour
property.
Contents: Set the hour range. Default = '23'.
getMaxHour
in interface IDateTimeEntry
public void setMaxMinute(int maxMinute)
Set the value of the maxMinute
property.
Contents: Set the minute range.
setMaxMinute
in interface IDateTimeEntry
public int getMaxMinute()
Return the value of the maxMinute
property.
Contents: Set the minute range. Default = '59'.
getMaxMinute
in interface IDateTimeEntry
public void setMaxSecond(int maxSecond)
Set the value of the maxSecond
property.
Contents: Set the second range.
setMaxSecond
in interface IDateTimeEntry
public int getMaxSecond()
Return the value of the maxSecond
property.
Contents: Set the second range. Default = '59'.
getMaxSecond
in interface IDateTimeEntry
public void setMaxdate(java.lang.Object maxdate)
Set the value of the maxdate
property.
Contents: Set a maximum selectable date. Date string or java.util.Date object. Default is no limit.
setMaxdate
in interface IDateTimeEntry
public java.lang.Object getMaxdate()
Return the value of the maxdate
property.
Contents: Set a maximum selectable date. Date string or java.util.Date object. Default is no limit.
getMaxdate
in interface IDateTimeEntry
public void setMaxlength(int maxlength)
Set the value of the maxlength
property.
Contents: The maximum number of characters that may be entered in this field.
setMaxlength
in interface IDateTimeEntry
public int getMaxlength()
Return the value of the maxlength
property.
Contents: The maximum number of characters that may be entered in this field.
getMaxlength
in interface IDateTimeEntry
public void setMinHour(int minHour)
Set the value of the minHour
property.
Contents: Set the hour range.
setMinHour
in interface IDateTimeEntry
public int getMinHour()
Return the value of the minHour
property.
Contents: Set the hour range. Default = '0'.
getMinHour
in interface IDateTimeEntry
public void setMinMinute(int minMinute)
Set the value of the minMinute
property.
Contents: Set the minute range.
setMinMinute
in interface IDateTimeEntry
public int getMinMinute()
Return the value of the minMinute
property.
Contents: Set the minute range. Default = '0'.
getMinMinute
in interface IDateTimeEntry
public void setMinSecond(int minSecond)
Set the value of the minSecond
property.
Contents: Set the second range.
setMinSecond
in interface IDateTimeEntry
public int getMinSecond()
Return the value of the minSecond
property.
Contents: Set the second range. Default = '0'.
getMinSecond
in interface IDateTimeEntry
public void setMindate(java.lang.Object mindate)
Set the value of the mindate
property.
Contents: Set a minimum selectable date. Date string or java.util.Date object. Default is no limit.
setMindate
in interface IDateTimeEntry
public java.lang.Object getMindate()
Return the value of the mindate
property.
Contents: Set a minimum selectable date. Date string or java.util.Date object. Default is no limit.
getMindate
in interface IDateTimeEntry
public void setNavigator(boolean navigator)
Set the value of the navigator
property.
Contents: Enables month/year navigator.
setNavigator
in interface IDateTimeEntry
public boolean isNavigator()
Return the value of the navigator
property.
Contents: Enables month/year navigator.
isNavigator
in interface IDateTimeEntry
public void setOptionalIndicator(java.lang.String optionalIndicator)
Set the value of the optionalIndicator
property.
Contents: Indicator indicating that the user is NOT required to provide a submitted value for this input component.
setOptionalIndicator
in interface IDateTimeEntry
public java.lang.String getOptionalIndicator()
Return the value of the optionalIndicator
property.
Contents: Indicator indicating that the user is NOT required to provide a submitted value for this input component.
getOptionalIndicator
in interface IDateTimeEntry
public void setPages(int pages)
Set the value of the pages
property.
Contents: Enables multiple page rendering.
setPages
in interface IDateTimeEntry
public int getPages()
Return the value of the pages
property.
Contents: Enables multiple page rendering. Default = '1'.
getPages
in interface IDateTimeEntry
public void setPattern(java.lang.String pattern)
Set the value of the pattern
property.
Contents: DateFormat pattern for localization. See the DateTimeEntry Wiki Documentation for limitations. Ignored if the converter attribute is used to do format conversion.
setPattern
in interface IDateTimeEntry
public java.lang.String getPattern()
Return the value of the pattern
property.
Contents: DateFormat pattern for localization. See the DateTimeEntry Wiki Documentation for limitations. Ignored if the converter attribute is used to do format conversion. Default = 'MM/dd/yyyy'.
getPattern
in interface IDateTimeEntry
public void setPopupIcon(java.lang.String popupIcon)
Set the value of the popupIcon
property.
Contents: The URL for the popup button image. Default is the file "META-INF/resources/icefaces.ace/datetimeentry/calendar_icon.png" in the components jar. showOn attribute must be set to "button" or "both".
setPopupIcon
in interface IDateTimeEntry
public java.lang.String getPopupIcon()
Return the value of the popupIcon
property.
Contents: The URL for the popup button image. Default is the file "META-INF/resources/icefaces.ace/datetimeentry/calendar_icon.png" in the components jar. showOn attribute must be set to "button" or "both".
getPopupIcon
in interface IDateTimeEntry
public void setPopupIconOnly(boolean popupIconOnly)
Set the value of the popupIconOnly
property.
Contents: When enabled, popup icon is rendered without it appearing on a button. Default: "false".
setPopupIconOnly
in interface IDateTimeEntry
public boolean isPopupIconOnly()
Return the value of the popupIconOnly
property.
Contents: When enabled, popup icon is rendered without it appearing on a button. Default: "false".
isPopupIconOnly
in interface IDateTimeEntry
public void setReadOnlyInputText(boolean readOnlyInputText)
Set the value of the readOnlyInputText
property.
Contents: Makes input text of a popup calendar readonly.
setReadOnlyInputText
in interface IDateTimeEntry
public boolean isReadOnlyInputText()
Return the value of the readOnlyInputText
property.
Contents: Makes input text of a popup calendar readonly.
isReadOnlyInputText
in interface IDateTimeEntry
public void setReadonly(boolean readonly)
Set the value of the readonly
property.
Contents: If true then this date time entry will be read-only and can not be entered.
setReadonly
in interface IDateTimeEntry
public boolean isReadonly()
Return the value of the readonly
property.
Contents: If true then this date time entry will be read-only and can not be entered.
isReadonly
in interface IDateTimeEntry
public void setRenderAsPopup(boolean renderAsPopup)
Set the value of the renderAsPopup
property.
Contents: Whether to render the calendar inline or as a popup.
setRenderAsPopup
in interface IDateTimeEntry
public boolean isRenderAsPopup()
Return the value of the renderAsPopup
property.
Contents: Whether to render the calendar inline or as a popup. Default = 'false'.
isRenderAsPopup
in interface IDateTimeEntry
public void setRequiredIndicator(java.lang.String requiredIndicator)
Set the value of the requiredIndicator
property.
Contents: Indicator indicating that the user is required to provide a submitted value for this input component.
setRequiredIndicator
in interface IDateTimeEntry
public java.lang.String getRequiredIndicator()
Return the value of the requiredIndicator
property.
Contents: Indicator indicating that the user is required to provide a submitted value for this input component.
getRequiredIndicator
in interface IDateTimeEntry
public void setSelectOtherMonths(boolean selectOtherMonths)
Set the value of the selectOtherMonths
property.
Contents: Enables selection of days belonging to other months.
setSelectOtherMonths
in interface IDateTimeEntry
public boolean isSelectOtherMonths()
Return the value of the selectOtherMonths
property.
Contents: Enables selection of days belonging to other months.
isSelectOtherMonths
in interface IDateTimeEntry
public void setShowButtonPanel(java.lang.Boolean showButtonPanel)
Set the value of the showButtonPanel
property.
Contents: Whether to show the panel containing today button and close button for popup. Default is false without time component and true with time component.
setShowButtonPanel
in interface IDateTimeEntry
public java.lang.Boolean isShowButtonPanel()
Return the value of the showButtonPanel
property.
Contents: Whether to show the panel containing today button and close button for popup. Default is false without time component and true with time component.
isShowButtonPanel
in interface IDateTimeEntry
public void setShowOn(java.lang.String showOn)
Set the value of the showOn
property.
Contents: Have the calendar appear automatically when the field receives focus ("focus"), appear only when a button (specified by popupIcon attribute) is clicked ("button"), or appear when either event takes place ("both").
setShowOn
in interface IDateTimeEntry
public java.lang.String getShowOn()
Return the value of the showOn
property.
Contents: Have the calendar appear automatically when the field receives focus ("focus"), appear only when a button (specified by popupIcon attribute) is clicked ("button"), or appear when either event takes place ("both"). Default = 'focus'.
getShowOn
in interface IDateTimeEntry
public void setShowOtherMonths(boolean showOtherMonths)
Set the value of the showOtherMonths
property.
Contents: Displays days belonging to other months.
setShowOtherMonths
in interface IDateTimeEntry
public boolean isShowOtherMonths()
Return the value of the showOtherMonths
property.
Contents: Displays days belonging to other months.
isShowOtherMonths
in interface IDateTimeEntry
public void setShowWeek(boolean showWeek)
Set the value of the showWeek
property.
Contents: Displays the week number next to each week.
setShowWeek
in interface IDateTimeEntry
public boolean isShowWeek()
Return the value of the showWeek
property.
Contents: Displays the week number next to each week.
isShowWeek
in interface IDateTimeEntry
public void setSingleSubmit(boolean singleSubmit)
Set the value of the singleSubmit
property.
Contents: When singleSubmit is true, changing the value of this component will submit and execute this component only (equivalent to <f:ajax execute="@this" render="@all">). When singleSubmit is false, no submit will occur. <ace:ajax> submit events have precedence over singleSubmit.
setSingleSubmit
in interface IDateTimeEntry
public boolean isSingleSubmit()
Return the value of the singleSubmit
property.
Contents: When singleSubmit is true, changing the value of this component will submit and execute this component only (equivalent to <f:ajax execute="@this" render="@all">). When singleSubmit is false, no submit will occur. <ace:ajax> submit events have precedence over singleSubmit. Default = 'false'.
isSingleSubmit
in interface IDateTimeEntry
public void setSize(int size)
Set the value of the size
property.
Contents: The number of characters used to determine the width of the input field in a popup calendar. Default is the maximum possible size of a date formatted by the date pattern.
setSize
in interface IDateTimeEntry
public int getSize()
Return the value of the size
property.
Contents: The number of characters used to determine the width of the input field in a popup calendar. Default is the maximum possible size of a date formatted by the date pattern.
getSize
in interface IDateTimeEntry
public void setStepHour(int stepHour)
Set the value of the stepHour
property.
Contents: Increment/decrement steps when hour slider is dragged.
setStepHour
in interface IDateTimeEntry
public int getStepHour()
Return the value of the stepHour
property.
Contents: Increment/decrement steps when hour slider is dragged. Default = '1'.
getStepHour
in interface IDateTimeEntry
public void setStepMinute(int stepMinute)
Set the value of the stepMinute
property.
Contents: Increment/decrement steps when minute slider is dragged.
setStepMinute
in interface IDateTimeEntry
public int getStepMinute()
Return the value of the stepMinute
property.
Contents: Increment/decrement steps when minute slider is dragged. Default = '1'.
getStepMinute
in interface IDateTimeEntry
public void setStepSecond(int stepSecond)
Set the value of the stepSecond
property.
Contents: Increment/decrement steps when second slider is dragged.
setStepSecond
in interface IDateTimeEntry
public int getStepSecond()
Return the value of the stepSecond
property.
Contents: Increment/decrement steps when second slider is dragged. Default = '1'.
getStepSecond
in interface IDateTimeEntry
public void setStyle(java.lang.String style)
Set the value of the style
property.
Contents: style will be rendered on a root element of this component
setStyle
in interface IDateTimeEntry
public java.lang.String getStyle()
Return the value of the style
property.
Contents: style will be rendered on a root element of this component
getStyle
in interface IDateTimeEntry
public void setStyleClass(java.lang.String styleClass)
Set the value of the styleClass
property.
Contents: style class will be rendered on a root element of this component
setStyleClass
in interface IDateTimeEntry
public java.lang.String getStyleClass()
Return the value of the styleClass
property.
Contents: style class will be rendered on a root element of this component
getStyleClass
in interface IDateTimeEntry
public void setTabindex(java.lang.String tabindex)
Set the value of the tabindex
property.
Contents: Position of the text field in the tabbing order for the current page. This value must be an integer between 0 and 32767.
setTabindex
in interface IDateTimeEntry
public java.lang.String getTabindex()
Return the value of the tabindex
property.
Contents: Position of the text field in the tabbing order for the current page. This value must be an integer between 0 and 32767.
getTabindex
in interface IDateTimeEntry
public void setTimeOnly(boolean timeOnly)
Set the value of the timeOnly
property.
Contents: Specifies whether to display/input time only.
setTimeOnly
in interface IDateTimeEntry
public boolean isTimeOnly()
Return the value of the timeOnly
property.
Contents: Specifies whether to display/input time only. Default = 'false'.
isTimeOnly
in interface IDateTimeEntry
public void setTimeZone(java.lang.Object timeZone)
Set the value of the timeZone
property.
Contents: String or a java.util.TimeZone instance to specify the timezone used for date conversion, defaults to TimeZone.getDefault()
setTimeZone
in interface IDateTimeEntry
public java.lang.Object getTimeZone()
Return the value of the timeZone
property.
Contents: String or a java.util.TimeZone instance to specify the timezone used for date conversion, defaults to TimeZone.getDefault()
getTimeZone
in interface IDateTimeEntry
public void setWidgetVar(java.lang.String widgetVar)
Set the value of the widgetVar
property.
Contents: Name of the client side widget.
setWidgetVar
in interface IDateTimeEntry
public java.lang.String getWidgetVar()
Return the value of the widgetVar
property.
Contents: Name of the client side widget.
getWidgetVar
in interface IDateTimeEntry
public void setYearRange(java.lang.String yearRange)
Set the value of the yearRange
property.
Contents: Control the range of years displayed in the year drop-down: either relative to today's year (-nn:+nn), relative to the currently selected year (c-nn:c+nn), absolute (nnnn:nnnn), or combinations of these formats (nnnn:-nn).
setYearRange
in interface IDateTimeEntry
public java.lang.String getYearRange()
Return the value of the yearRange
property.
Contents: Control the range of years displayed in the year drop-down: either relative to today's year (-nn:+nn), relative to the currently selected year (c-nn:c+nn), absolute (nnnn:nnnn), or combinations of these formats (nnnn:-nn). Default = 'c-10:c+10'.
getYearRange
in interface IDateTimeEntry
public java.util.Collection<java.lang.String> getEventNames()
getEventNames
in interface javax.faces.component.behavior.ClientBehaviorHolder
getEventNames
in class javax.faces.component.UIComponentBase
public java.lang.String getDefaultEventName()
getDefaultEventName
in interface javax.faces.component.behavior.ClientBehaviorHolder
getDefaultEventName
in class javax.faces.component.UIComponentBase
public java.lang.String getDefaultRender(java.lang.String event)
getDefaultRender
in interface IceClientBehaviorHolder
public java.lang.String getDefaultExecute(java.lang.String event)
getDefaultExecute
in interface IceClientBehaviorHolder
public void addClientBehavior(java.lang.String eventName, javax.faces.component.behavior.ClientBehavior behavior)
addClientBehavior
in interface javax.faces.component.behavior.ClientBehaviorHolder
addClientBehavior
in class javax.faces.component.UIComponentBase
|
ICEfaces ACE Components 3.3.0 Java API Documentation |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |