|
||||||||||
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
javax.faces.component.html.HtmlInputText
org.apache.myfaces.custom.date.AbstractHtmlInputDate
org.apache.myfaces.custom.date.HtmlInputDate
public class HtmlInputDate
Nested Class Summary | |
---|---|
protected static class |
HtmlInputDate.PropertyKeys
|
Nested classes/interfaces inherited from class org.apache.myfaces.custom.date.AbstractHtmlInputDate |
---|
AbstractHtmlInputDate.UserData |
Field Summary | |
---|---|
static String |
COMPONENT_FAMILY
|
static String |
COMPONENT_TYPE
|
static String |
DEFAULT_RENDERER_TYPE
|
Fields inherited from class javax.faces.component.UIInput |
---|
CONVERSION_MESSAGE_ID, REQUIRED_MESSAGE_ID, UPDATE_MESSAGE_ID, VALIDATE_EMPTY_FIELDS_PARAM_NAME |
Fields inherited from class javax.faces.component.UIComponent |
---|
BEANINFO_KEY, bindings, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, CURRENT_COMPONENT, CURRENT_COMPOSITE_COMPONENT, FACETS_KEY, VIEW_LOCATION_KEY |
Fields inherited from interface org.apache.myfaces.component.UserRoleAware |
---|
ENABLED_ON_USER_ROLE_ATTR, VISIBLE_ON_USER_ROLE_ATTR |
Constructor Summary | |
---|---|
HtmlInputDate()
|
Method Summary | |
---|---|
void |
addClientBehavior(String eventName,
javax.faces.component.behavior.ClientBehavior behavior)
|
String |
getAccesskey()
|
String |
getAlign()
HTML: Specifies the horizontal alignment of this element. |
String |
getAlt()
|
DateBusinessConverter |
getDateBusinessConverter()
Indicate an object used as a bridge between the java.util.Date instance used by this component internally and the value object used on the bean, referred as a "business" value. |
String |
getDir()
|
String |
getEmptyAmpmSelection()
Label to be used when displaying an empty ampm selection |
String |
getEmptyMonthSelection()
Label to be used when displaying an empty month selection |
String |
getEnabledOnUserRole()
If user is in given role, this component will be rendered normally. |
String |
getFamily()
|
String |
getLabel()
|
String |
getLang()
|
int |
getMaxlength()
|
String |
getOnblur()
|
String |
getOnchange()
|
String |
getOnclick()
|
String |
getOndblclick()
|
String |
getOnfocus()
|
String |
getOnkeydown()
|
String |
getOnkeypress()
|
String |
getOnkeyup()
|
String |
getOnmousedown()
|
String |
getOnmousemove()
|
String |
getOnmouseout()
|
String |
getOnmouseover()
|
String |
getOnmouseup()
|
String |
getOnselect()
|
int |
getSize()
|
String |
getStyle()
|
String |
getStyleClass()
|
String |
getTabindex()
|
String |
getTimeZone()
|
String |
getTitle()
|
String |
getType()
Specifies the type of value to be accepted. |
String |
getVisibleOnUserRole()
If user is in given role, this component will be rendered normally. |
boolean |
isAmpm()
If true, use 12hr times with AM/PM selector; if false, use 24hr time. |
boolean |
isDisabled()
HTML: When true, this element cannot receive focus. |
boolean |
isForceId()
If true, this component will force the use of the specified id when rendering. |
boolean |
isForceIdIndex()
If false, this component will not append a '[n]' suffix (where 'n' is the row index) to components that are contained within a "list." This value will be true by default and the value will be ignored if the value of forceId is false (or not specified.) |
boolean |
isPopupCalendar()
|
boolean |
isReadonly()
HTML: When true, indicates that this component cannot be modified by the user. |
void |
setAccesskey(String accesskey)
|
void |
setAlign(String align)
|
void |
setAlt(String alt)
|
void |
setAmpm(boolean ampm)
|
void |
setDateBusinessConverter(DateBusinessConverter dateBusinessConverter)
|
void |
setDir(String dir)
|
void |
setDisabled(boolean disabled)
|
void |
setEmptyAmpmSelection(String emptyAmpmSelection)
|
void |
setEmptyMonthSelection(String emptyMonthSelection)
|
void |
setEnabledOnUserRole(String enabledOnUserRole)
|
void |
setForceId(boolean forceId)
|
void |
setForceIdIndex(boolean forceIdIndex)
|
void |
setLabel(String label)
|
void |
setLang(String lang)
|
void |
setMaxlength(int maxlength)
|
void |
setOnblur(String onblur)
|
void |
setOnchange(String onchange)
|
void |
setOnclick(String onclick)
|
void |
setOndblclick(String ondblclick)
|
void |
setOnfocus(String onfocus)
|
void |
setOnkeydown(String onkeydown)
|
void |
setOnkeypress(String onkeypress)
|
void |
setOnkeyup(String onkeyup)
|
void |
setOnmousedown(String onmousedown)
|
void |
setOnmousemove(String onmousemove)
|
void |
setOnmouseout(String onmouseout)
|
void |
setOnmouseover(String onmouseover)
|
void |
setOnmouseup(String onmouseup)
|
void |
setOnselect(String onselect)
|
void |
setPopupCalendar(boolean popupCalendar)
|
void |
setReadonly(boolean readonly)
|
void |
setSize(int size)
|
void |
setStyle(String style)
|
void |
setStyleClass(String styleClass)
|
void |
setTabindex(String tabindex)
|
void |
setTimeZone(String timeZone)
|
void |
setTitle(String title)
|
void |
setType(String type)
|
void |
setValueBinding(String name,
javax.faces.el.ValueBinding binding)
|
void |
setValueExpression(String name,
javax.el.ValueExpression expression)
|
void |
setVisibleOnUserRole(String visibleOnUserRole)
|
Methods inherited from class org.apache.myfaces.custom.date.AbstractHtmlInputDate |
---|
getClientId, getConverter, getUserData, isRendered |
Methods inherited from class javax.faces.component.html.HtmlInputText |
---|
getAutocomplete, getDefaultEventName, getEventNames, setAutocomplete |
Methods inherited from class javax.faces.component.UIInput |
---|
addValidator, addValueChangeListener, broadcast, 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, validateValue |
Methods inherited from class javax.faces.component.UIOutput |
---|
getLocalValue, setConverter |
Methods inherited from class javax.faces.component.UIComponentBase |
---|
addFacesListener, encodeAll, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, initialStateMarked, invokeOnComponent, isTransient, processRestoreState, processSaveState, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, visitTree |
Methods inherited from class javax.faces.component.UIComponent |
---|
getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getValueExpression, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, setInView, subscribeToEvent, unsubscribeFromEvent |
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 |
---|
getLocalValue, setConverter |
Field Detail |
---|
public static final String COMPONENT_FAMILY
public static final String COMPONENT_TYPE
public static final String DEFAULT_RENDERER_TYPE
Constructor Detail |
---|
public HtmlInputDate()
Method Detail |
---|
public String getFamily()
getFamily
in class javax.faces.component.html.HtmlInputText
public void addClientBehavior(String eventName, javax.faces.component.behavior.ClientBehavior behavior)
addClientBehavior
in interface javax.faces.component.behavior.ClientBehaviorHolder
addClientBehavior
in class javax.faces.component.html.HtmlInputText
public DateBusinessConverter getDateBusinessConverter()
AbstractHtmlInputDate
getDateBusinessConverter
in class AbstractHtmlInputDate
public void setDateBusinessConverter(DateBusinessConverter dateBusinessConverter)
setDateBusinessConverter
in class AbstractHtmlInputDate
public String getTimeZone()
getTimeZone
in class AbstractHtmlInputDate
public void setTimeZone(String timeZone)
public String getType()
AbstractHtmlInputDate
getType
in class AbstractHtmlInputDate
public void setType(String type)
public boolean isAmpm()
AbstractHtmlInputDate
isAmpm
in class AbstractHtmlInputDate
public void setAmpm(boolean ampm)
public boolean isPopupCalendar()
isPopupCalendar
in class AbstractHtmlInputDate
public void setPopupCalendar(boolean popupCalendar)
public String getEmptyMonthSelection()
AbstractHtmlInputDate
getEmptyMonthSelection
in class AbstractHtmlInputDate
public void setEmptyMonthSelection(String emptyMonthSelection)
public String getEmptyAmpmSelection()
AbstractHtmlInputDate
getEmptyAmpmSelection
in class AbstractHtmlInputDate
public void setEmptyAmpmSelection(String emptyAmpmSelection)
public boolean isReadonly()
AbstractHtmlInputDate
isReadonly
in class AbstractHtmlInputDate
public void setReadonly(boolean readonly)
setReadonly
in class javax.faces.component.html.HtmlInputText
public boolean isDisabled()
AbstractHtmlInputDate
isDisabled
in class AbstractHtmlInputDate
public void setDisabled(boolean disabled)
setDisabled
in class javax.faces.component.html.HtmlInputText
public String getEnabledOnUserRole()
UserRoleAware
public void setEnabledOnUserRole(String enabledOnUserRole)
public String getVisibleOnUserRole()
UserRoleAware
public void setVisibleOnUserRole(String visibleOnUserRole)
public boolean isForceId()
ForceIdAware
public void setForceId(boolean forceId)
public boolean isForceIdIndex()
ForceIdAware
public void setForceIdIndex(boolean forceIdIndex)
public String getAlign()
AlignProperty
public void setAlign(String align)
public int getMaxlength()
getMaxlength
in class javax.faces.component.html.HtmlInputText
public void setMaxlength(int maxlength)
setMaxlength
in class javax.faces.component.html.HtmlInputText
public int getSize()
getSize
in class javax.faces.component.html.HtmlInputText
public void setSize(int size)
setSize
in class javax.faces.component.html.HtmlInputText
public String getLabel()
getLabel
in class javax.faces.component.html.HtmlInputText
public void setLabel(String label)
setLabel
in class javax.faces.component.html.HtmlInputText
public String getStyle()
getStyle
in class javax.faces.component.html.HtmlInputText
public void setStyle(String style)
setStyle
in class javax.faces.component.html.HtmlInputText
public String getStyleClass()
getStyleClass
in class javax.faces.component.html.HtmlInputText
public void setStyleClass(String styleClass)
setStyleClass
in class javax.faces.component.html.HtmlInputText
public String getAlt()
getAlt
in class javax.faces.component.html.HtmlInputText
public void setAlt(String alt)
setAlt
in class javax.faces.component.html.HtmlInputText
public String getTabindex()
getTabindex
in class javax.faces.component.html.HtmlInputText
public void setTabindex(String tabindex)
setTabindex
in class javax.faces.component.html.HtmlInputText
public String getOnblur()
getOnblur
in class javax.faces.component.html.HtmlInputText
public void setOnblur(String onblur)
setOnblur
in class javax.faces.component.html.HtmlInputText
public String getOnfocus()
getOnfocus
in class javax.faces.component.html.HtmlInputText
public void setOnfocus(String onfocus)
setOnfocus
in class javax.faces.component.html.HtmlInputText
public String getAccesskey()
getAccesskey
in class javax.faces.component.html.HtmlInputText
public void setAccesskey(String accesskey)
setAccesskey
in class javax.faces.component.html.HtmlInputText
public String getOnclick()
getOnclick
in class javax.faces.component.html.HtmlInputText
public void setOnclick(String onclick)
setOnclick
in class javax.faces.component.html.HtmlInputText
public String getOndblclick()
getOndblclick
in class javax.faces.component.html.HtmlInputText
public void setOndblclick(String ondblclick)
setOndblclick
in class javax.faces.component.html.HtmlInputText
public String getOnkeydown()
getOnkeydown
in class javax.faces.component.html.HtmlInputText
public void setOnkeydown(String onkeydown)
setOnkeydown
in class javax.faces.component.html.HtmlInputText
public String getOnkeypress()
getOnkeypress
in class javax.faces.component.html.HtmlInputText
public void setOnkeypress(String onkeypress)
setOnkeypress
in class javax.faces.component.html.HtmlInputText
public String getOnkeyup()
getOnkeyup
in class javax.faces.component.html.HtmlInputText
public void setOnkeyup(String onkeyup)
setOnkeyup
in class javax.faces.component.html.HtmlInputText
public String getOnmousedown()
getOnmousedown
in class javax.faces.component.html.HtmlInputText
public void setOnmousedown(String onmousedown)
setOnmousedown
in class javax.faces.component.html.HtmlInputText
public String getOnmousemove()
getOnmousemove
in class javax.faces.component.html.HtmlInputText
public void setOnmousemove(String onmousemove)
setOnmousemove
in class javax.faces.component.html.HtmlInputText
public String getOnmouseout()
getOnmouseout
in class javax.faces.component.html.HtmlInputText
public void setOnmouseout(String onmouseout)
setOnmouseout
in class javax.faces.component.html.HtmlInputText
public String getOnmouseover()
getOnmouseover
in class javax.faces.component.html.HtmlInputText
public void setOnmouseover(String onmouseover)
setOnmouseover
in class javax.faces.component.html.HtmlInputText
public String getOnmouseup()
getOnmouseup
in class javax.faces.component.html.HtmlInputText
public void setOnmouseup(String onmouseup)
setOnmouseup
in class javax.faces.component.html.HtmlInputText
public String getOnchange()
getOnchange
in class javax.faces.component.html.HtmlInputText
public void setOnchange(String onchange)
setOnchange
in class javax.faces.component.html.HtmlInputText
public String getOnselect()
getOnselect
in class javax.faces.component.html.HtmlInputText
public void setOnselect(String onselect)
setOnselect
in class javax.faces.component.html.HtmlInputText
public String getDir()
getDir
in class javax.faces.component.html.HtmlInputText
public void setDir(String dir)
setDir
in class javax.faces.component.html.HtmlInputText
public String getLang()
getLang
in class javax.faces.component.html.HtmlInputText
public void setLang(String lang)
setLang
in class javax.faces.component.html.HtmlInputText
public String getTitle()
getTitle
in class javax.faces.component.html.HtmlInputText
public void setTitle(String title)
setTitle
in class javax.faces.component.html.HtmlInputText
public void setValueBinding(String name, javax.faces.el.ValueBinding binding)
setValueBinding
in class javax.faces.component.html.HtmlInputText
public void setValueExpression(String name, javax.el.ValueExpression expression)
setValueExpression
in class javax.faces.component.html.HtmlInputText
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |