|
||||||||||
| 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.html5.component.input.AbstractHtml5BaseInputText
org.apache.myfaces.html5.component.input.Html5BaseInputText
public class Html5BaseInputText
| Field Summary | |
|---|---|
static String |
COMPONENT_FAMILY
|
static String |
COMPONENT_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 |
| Constructor Summary | |
|---|---|
Html5BaseInputText()
|
|
| Method Summary | |
|---|---|
String |
getAnimationEnd()
HTML : Script to run when the animation ends on Html element. |
String |
getDataList()
Id of <hx:datalist> or HTML <datalist> for suggestions mechanism. |
String |
getDefaultEventName()
|
String |
getDir()
HTML: The direction of text display, either 'ltr' (left-to-right) or 'rtl' (right-to-left). |
Collection<String> |
getEventNames()
|
String |
getFamily()
|
String |
getLang()
HTML: The base language of this document. |
String |
getOndrag()
HTML: Handler for event that is fired when the element is dragged. |
String |
getOndragend()
HTML: Handler for event that is fired when the drag operation is ended. |
String |
getOndragenter()
HTML: Handler for event that is fired when the element is dragged into a valid drop target. |
String |
getOndragleave()
HTML: Handler for event that is fired when the element leaves a valid drop target. |
String |
getOndragover()
HTML: Handler for event that is fired when the element is being dragged over a valid drop target. |
String |
getOndragstart()
HTML: Handler for event that is fired when the drag operation starts. |
String |
getOndrop()
HTML: Handler for event that is fired when the element is being dropped. |
String |
getOnformchange()
HTML: Script to be invoked when the state of the owner form is changed. |
String |
getOnforminput()
HTML: Script to be invoked when the owner form gets user input. |
String |
getOninput()
HTML: Script to be invoked when the element gets user input. |
String |
getOninvalid()
HTML: Script to be invoked when the owner form is validated and this element could not pass the validation. |
String |
getOnmousewheel()
HTML: Script to be invoked when the pointing device is wheeled over this element. |
String |
getStyle()
HTML: CSS styling instructions. |
String |
getStyleClass()
The CSS class for this element. |
Object |
getSuggestions()
Static(not Ajax) suggestion values. |
String |
getTitle()
HTML: An advisory title for this element. |
boolean |
isAutoFocus()
If this property is set to true, it will allow the user to just start typing without having to manually focus the main control when the page is loaded. |
boolean |
isDraggable()
HTML: Specifies whether the element is draggable. |
boolean |
isHidden()
HTML: Whether the element is relevant. |
void |
setAnimationEnd(String animationEnd)
|
void |
setAutoFocus(boolean autoFocus)
|
void |
setDataList(String dataList)
|
void |
setDir(String dir)
|
void |
setDraggable(boolean draggable)
|
void |
setHidden(boolean hidden)
|
void |
setLang(String lang)
|
void |
setOndrag(String ondrag)
|
void |
setOndragend(String ondragend)
|
void |
setOndragenter(String ondragenter)
|
void |
setOndragleave(String ondragleave)
|
void |
setOndragover(String ondragover)
|
void |
setOndragstart(String ondragstart)
|
void |
setOndrop(String ondrop)
|
void |
setOnformchange(String onformchange)
|
void |
setOnforminput(String onforminput)
|
void |
setOninput(String oninput)
|
void |
setOninvalid(String oninvalid)
|
void |
setOnmousewheel(String onmousewheel)
|
void |
setStyle(String style)
|
void |
setStyleClass(String styleClass)
|
void |
setSuggestions(Object suggestions)
|
void |
setTitle(String title)
|
| Methods inherited from class javax.faces.component.html.HtmlInputText |
|---|
getAccesskey, getAlt, getAutocomplete, getLabel, getMaxlength, getOnblur, getOnchange, getOnclick, getOndblclick, getOnfocus, getOnkeydown, getOnkeypress, getOnkeyup, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseup, getOnselect, getSize, getTabindex, isDisabled, isReadonly, setAccesskey, setAlt, setAutocomplete, setDisabled, setLabel, setMaxlength, setOnblur, setOnchange, setOnclick, setOndblclick, setOnfocus, setOnkeydown, setOnkeypress, setOnkeyup, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setOnselect, setReadonly, setSize, setTabindex |
| 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 |
|---|
getConverter, getLocalValue, setConverter |
| Methods inherited from class javax.faces.component.UIComponentBase |
|---|
addClientBehavior, addFacesListener, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, initialStateMarked, invokeOnComponent, isRendered, isTransient, processRestoreState, processSaveState, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, visitTree |
| Methods inherited from class javax.faces.component.UIComponent |
|---|
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getValueExpression, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, setInView, setValueExpression, 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 |
|---|
addClientBehavior, getClientBehaviors |
| Methods inherited from interface javax.faces.component.ValueHolder |
|---|
getConverter, getLocalValue, setConverter |
| Field Detail |
|---|
public static final String COMPONENT_FAMILY
public static final String COMPONENT_TYPE
| Constructor Detail |
|---|
public Html5BaseInputText()
| Method Detail |
|---|
public String getFamily()
getFamily in class javax.faces.component.html.HtmlInputTextpublic Collection<String> getEventNames()
getEventNames in interface javax.faces.component.behavior.ClientBehaviorHoldergetEventNames in class javax.faces.component.html.HtmlInputTextpublic String getDefaultEventName()
getDefaultEventName in interface javax.faces.component.behavior.ClientBehaviorHoldergetDefaultEventName in class javax.faces.component.html.HtmlInputTextpublic String getDir()
Html5GlobalProperties
getDir in interface Html5GlobalPropertiesgetDir in class javax.faces.component.html.HtmlInputTextpublic void setDir(String dir)
setDir in class javax.faces.component.html.HtmlInputTextpublic String getLang()
Html5GlobalProperties
getLang in interface Html5GlobalPropertiesgetLang in class javax.faces.component.html.HtmlInputTextpublic void setLang(String lang)
setLang in class javax.faces.component.html.HtmlInputTextpublic String getTitle()
Html5GlobalProperties
getTitle in interface Html5GlobalPropertiesgetTitle in class javax.faces.component.html.HtmlInputTextpublic void setTitle(String title)
setTitle in class javax.faces.component.html.HtmlInputTextpublic String getStyle()
Html5GlobalProperties
getStyle in interface Html5GlobalPropertiesgetStyle in class javax.faces.component.html.HtmlInputTextpublic void setStyle(String style)
setStyle in class javax.faces.component.html.HtmlInputTextpublic String getStyleClass()
Html5GlobalProperties
getStyleClass in interface Html5GlobalPropertiesgetStyleClass in class javax.faces.component.html.HtmlInputTextpublic void setStyleClass(String styleClass)
setStyleClass in class javax.faces.component.html.HtmlInputTextpublic boolean isHidden()
Html5GlobalProperties
isHidden in interface Html5GlobalPropertiespublic void setHidden(boolean hidden)
public boolean isDraggable()
Html5GlobalProperties
isDraggable in interface Html5GlobalPropertiespublic void setDraggable(boolean draggable)
setDraggable in interface Draggablepublic String getOndrag()
Html5GlobalProperties
getOndrag in interface Html5GlobalPropertiespublic void setOndrag(String ondrag)
public String getOndragend()
Html5GlobalProperties
getOndragend in interface Html5GlobalPropertiespublic void setOndragend(String ondragend)
public String getOndragenter()
Html5GlobalProperties
getOndragenter in interface Html5GlobalPropertiespublic void setOndragenter(String ondragenter)
public String getOndragleave()
Html5GlobalProperties
getOndragleave in interface Html5GlobalPropertiespublic void setOndragleave(String ondragleave)
public String getOndragover()
Html5GlobalProperties
getOndragover in interface Html5GlobalPropertiespublic void setOndragover(String ondragover)
public String getOndragstart()
Html5GlobalProperties
getOndragstart in interface Html5GlobalPropertiespublic void setOndragstart(String ondragstart)
public String getOndrop()
Html5GlobalProperties
getOndrop in interface Html5GlobalPropertiespublic void setOndrop(String ondrop)
public String getOnmousewheel()
Html5GlobalProperties
getOnmousewheel in interface Html5GlobalPropertiespublic void setOnmousewheel(String onmousewheel)
public String getAnimationEnd()
Html5GlobalProperties
getAnimationEnd in interface Html5GlobalPropertiespublic void setAnimationEnd(String animationEnd)
public boolean isAutoFocus()
Html5InputProperties
isAutoFocus in interface Html5InputPropertiespublic void setAutoFocus(boolean autoFocus)
public Object getSuggestions()
Html5InputProperties
getSuggestions in interface Html5InputPropertiespropertypublic void setSuggestions(Object suggestions)
public String getDataList()
Html5InputProperties
getDataList in interface Html5InputPropertiespublic void setDataList(String dataList)
public String getOnformchange()
Html5InputProperties
getOnformchange in interface Html5InputPropertiespublic void setOnformchange(String onformchange)
public String getOnforminput()
Html5InputProperties
getOnforminput in interface Html5InputPropertiespublic void setOnforminput(String onforminput)
public String getOninput()
Html5InputProperties
getOninput in interface Html5InputPropertiespublic void setOninput(String oninput)
public String getOninvalid()
Html5InputProperties
getOninvalid in interface Html5InputPropertiespublic void setOninvalid(String oninvalid)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||