public class Calendar extends javax.faces.component.html.HtmlInputText implements Widget, InputHolder, MixedClientBehaviorHolder
Modifier and Type | Class and Description |
---|---|
static class |
Calendar.PropertyKeys |
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
static String |
CONTAINER_CLASS |
static String |
DEFAULT_RENDERER |
static String |
INPUT_STYLE_CLASS |
static String |
MOBILE_INLINE_CONTAINER_CLASS |
static String |
MOBILE_POPUP_CONTAINER_CLASS |
Constructor and Description |
---|
Calendar() |
getAccesskey, getAlt, getAutocomplete, getDefaultEventName, getDir, getLabel, getLang, getMaxlength, getOnblur, getOnchange, getOnclick, getOndblclick, getOnfocus, getOnkeydown, getOnkeypress, getOnkeyup, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseup, getOnselect, getSize, getStyle, getStyleClass, getTabindex, getTitle, isDisabled, isReadonly, setAccesskey, setAlt, setAutocomplete, setDir, setDisabled, setLabel, setLang, setMaxlength, setOnblur, setOnchange, setOnclick, setOndblclick, setOnfocus, setOnkeydown, setOnkeypress, setOnkeyup, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setOnselect, setReadonly, setSize, setStyle, setStyleClass, setTabindex, setTitle
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, validateValue
addClientBehavior, addFacesListener, broadcast, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, processRestoreState, processSaveState, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent, visitTree
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public static final String DEFAULT_RENDERER
public static final String CONTAINER_CLASS
public static final String INPUT_STYLE_CLASS
public static final String MOBILE_POPUP_CONTAINER_CLASS
public static final String MOBILE_INLINE_CONTAINER_CLASS
public String getFamily()
getFamily
in class javax.faces.component.UIInput
public String getPlaceholder()
public void setPlaceholder(String _placeholder)
public String getWidgetVar()
public void setWidgetVar(String _widgetVar)
public Object getMindate()
public void setMindate(Object _mindate)
public Object getMaxdate()
public void setMaxdate(Object _maxdate)
public int getPages()
public void setPages(int _pages)
public String getMode()
public void setMode(String _mode)
public String getPattern()
public void setPattern(String _pattern)
public Object getLocale()
public void setLocale(Object _locale)
public boolean isNavigator()
public void setNavigator(boolean _navigator)
public Object getTimeZone()
public void setTimeZone(Object _timeZone)
public boolean isReadonlyInput()
public void setReadonlyInput(boolean _readonlyInput)
public boolean isShowButtonPanel()
public void setShowButtonPanel(boolean _showButtonPanel)
public String getEffect()
public void setEffect(String _effect)
public String getEffectDuration()
public void setEffectDuration(String _effectDuration)
public String getShowOn()
public void setShowOn(String _showOn)
public boolean isShowWeek()
public void setShowWeek(boolean _showWeek)
public boolean isDisabledWeekends()
public void setDisabledWeekends(boolean _disabledWeekends)
public boolean isShowOtherMonths()
public void setShowOtherMonths(boolean _showOtherMonths)
public boolean isSelectOtherMonths()
public void setSelectOtherMonths(boolean _selectOtherMonths)
public String getYearRange()
public void setYearRange(String _yearRange)
public boolean isTimeOnly()
public void setTimeOnly(boolean _timeOnly)
public int getStepHour()
public void setStepHour(int _stepHour)
public int getStepMinute()
public void setStepMinute(int _stepMinute)
public int getStepSecond()
public void setStepSecond(int _stepSecond)
public int getMinHour()
public void setMinHour(int _minHour)
public int getMaxHour()
public void setMaxHour(int _maxHour)
public int getMinMinute()
public void setMinMinute(int _minMinute)
public int getMaxMinute()
public void setMaxMinute(int _maxMinute)
public int getMinSecond()
public void setMinSecond(int _minSecond)
public int getMaxSecond()
public void setMaxSecond(int _maxSecond)
public Object getPagedate()
public void setPagedate(Object _pagedate)
public String getBeforeShowDay()
public void setBeforeShowDay(String _beforeShowDay)
public String getMask()
public void setMask(String _mask)
public String getTimeControlType()
public void setTimeControlType(String _timeControlType)
public String getBeforeShow()
public void setBeforeShow(String _beforeShow)
public String getMaskSlotChar()
public void setMaskSlotChar(String _maskSlotChar)
public boolean isMaskAutoClear()
public void setMaskAutoClear(boolean _maskAutoClear)
public String getTimeControlObject()
public void setTimeControlObject(String _timeControlObject)
public boolean isTimeInput()
public void setTimeInput(boolean _timeInput)
public String getShowHour()
public void setShowHour(String _showHour)
public String getShowMinute()
public void setShowMinute(String _showMinute)
public String getShowSecond()
public void setShowSecond(String _showSecond)
public String getShowMillisec()
public void setShowMillisec(String _showMillisec)
public boolean isShowTodayButton()
public void setShowTodayButton(boolean _showTodayButton)
public String getButtonTabindex()
public void setButtonTabindex(String _buttonTabindex)
public String getInputStyle()
public void setInputStyle(String _inputStyle)
public String getInputStyleClass()
public void setInputStyleClass(String _inputStyleClass)
public Locale calculateLocale(javax.faces.context.FacesContext facesContext)
public TimeZone calculateTimeZone()
public boolean isPopup()
public boolean hasTime()
public Collection<String> getEventNames()
getEventNames
in interface javax.faces.component.behavior.ClientBehaviorHolder
getEventNames
in class javax.faces.component.html.HtmlInputText
public Collection<String> getUnobstrusiveEventNames()
getUnobstrusiveEventNames
in interface MixedClientBehaviorHolder
public void queueEvent(javax.faces.event.FacesEvent event)
queueEvent
in class javax.faces.component.UIComponentBase
public void validate(javax.faces.context.FacesContext context)
validate
in class javax.faces.component.UIInput
public String calculatePattern()
public String calculateTimeOnlyPattern()
public void setConversionFailed(boolean value)
public boolean isConversionFailed()
public String getInputClientId()
getInputClientId
in interface InputHolder
public String getValidatableInputClientId()
getValidatableInputClientId
in interface InputHolder
public void setLabelledBy(String labelledBy)
setLabelledBy
in interface InputHolder
public String getLabelledBy()
getLabelledBy
in interface InputHolder
public javax.faces.convert.Converter getConverter()
getConverter
in interface javax.faces.component.ValueHolder
getConverter
in class javax.faces.component.UIOutput
public String resolveWidgetVar()
resolveWidgetVar
in interface Widget
Copyright © 2017. All rights reserved.