public class HtmlCalendar extends HtmlText implements HtmlInputComponent, AutoFocus, Placeholder
| Modifier and Type | Field and Description |
|---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
protected static String |
PROPERTY_GLYPHICON_DATE |
protected static String |
PROPERTY_GLYPHICON_DOWN |
protected static String |
PROPERTY_GLYPHICON_TIME |
protected static String |
PROPERTY_GLYPHICON_UP |
protected static String |
PROPERTY_LANGUAGE |
protected static String |
PROPERTY_PICK_DATE |
protected static String |
PROPERTY_PICK_TIME |
protected static String |
PROPERTY_SIDE_BY_SIDE |
static String |
RENDERER_TYPE |
PROPERTY_HIDE_LABEL, PROPERTY_HTML5_AUTO_FOCUS, PROPERTY_HTML5_MAX, PROPERTY_HTML5_MIN, PROPERTY_HTML5_PATTERN, PROPERTY_HTML5_PLACEHOLDER, PROPERTY_HTML5_TYPE| Constructor and Description |
|---|
HtmlCalendar() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFamily() |
String |
getGlyphiconDate() |
String |
getGlyphiconDown() |
String |
getGlyphiconTime() |
String |
getGlyphiconUp() |
String |
getLanguage() |
List<InputComponentFacet> |
getSupportedFacets() |
boolean |
isPickDate() |
boolean |
isPickTime() |
boolean |
isSideBySide() |
void |
setGlyphiconDate(String glyphicon) |
void |
setGlyphiconDown(String glyphicon) |
void |
setGlyphiconTime(String glyphicon) |
void |
setGlyphiconUp(String glyphicon) |
void |
setLanguage(String language) |
void |
setPickDate(boolean pickDate) |
void |
setPickTime(boolean pickTime) |
void |
setSideBySide(boolean sideBySide) |
getEventNames, getMax, getMin, getPattern, getPlaceholder, getType, isAutoFocus, isHideLabel, setAutoFocus, setHideLabel, setMax, setMin, setPattern, setPlaceholder, setType, updateStateHelpergetAccesskey, getAlt, getAutocomplete, getDefaultEventName, getDir, getLabel, getLang, getMaxlength, getOnblur, getOnchange, getOnclick, getOndblclick, getOnfocus, getOnkeydown, getOnkeypress, getOnkeyup, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseup, getOnselect, getRole, 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, setRole, setSize, setStyle, setStyleClass, setTabindex, setTitleaddValidator, addValueChangeListener, clearInitialState, compareValues, decode, getConvertedValue, getConverterMessage, getRequiredMessage, getSubmittedValue, getValidator, getValidatorMessage, getValidators, getValue, 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, validateValuegetConverter, getLocalValue, setConverteraddClientBehavior, addFacesListener, broadcast, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getPassThroughAttributes, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, processRestoreState, processSaveState, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEventencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTreeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClientId, getValuegetStyleClassisValidisReadonlyisRequiredisHideLabelisAutoFocus, setAutoFocusgetPlaceholder, setPlaceholderpublic static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public static final String RENDERER_TYPE
protected static final String PROPERTY_GLYPHICON_TIME
protected static final String PROPERTY_GLYPHICON_DATE
protected static final String PROPERTY_GLYPHICON_UP
protected static final String PROPERTY_GLYPHICON_DOWN
protected static final String PROPERTY_PICK_DATE
protected static final String PROPERTY_PICK_TIME
protected static final String PROPERTY_LANGUAGE
protected static final String PROPERTY_SIDE_BY_SIDE
public List<InputComponentFacet> getSupportedFacets()
getSupportedFacets in interface SupportedFacetsgetSupportedFacets in class HtmlTextpublic boolean isPickDate()
public void setPickDate(boolean pickDate)
public boolean isPickTime()
public void setPickTime(boolean pickTime)
public boolean isSideBySide()
public void setSideBySide(boolean sideBySide)
public String getLanguage()
public void setLanguage(String language)
public String getGlyphiconTime()
public void setGlyphiconTime(String glyphicon)
public String getGlyphiconDate()
public void setGlyphiconDate(String glyphicon)
public String getGlyphiconUp()
public void setGlyphiconUp(String glyphicon)
public String getGlyphiconDown()
public void setGlyphiconDown(String glyphicon)
Copyright © 2015. All rights reserved.