public class HtmlInputText
extends javax.faces.component.html.HtmlInputText
implements com.icesoft.faces.component.IceExtended, javax.faces.component.ActionSource
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COMPONENT_TYPE |
protected boolean |
focus |
protected java.lang.Boolean |
partialSubmit |
static java.lang.String |
RENDERER_TYPE |
COMPONENT_FAMILY, CONVERSION_MESSAGE_ID, REQUIRED_MESSAGE_ID, UPDATE_MESSAGE_ID, VALIDATE_EMPTY_FIELDS_PARAM_NAME| Constructor and Description |
|---|
HtmlInputText() |
| Modifier and Type | Method and Description |
|---|---|
void |
addActionListener(javax.faces.event.ActionListener listener) |
void |
broadcast(javax.faces.event.FacesEvent event) |
void |
changeText(java.lang.String value)
Deprecated.
|
void |
decode(javax.faces.context.FacesContext context) |
javax.faces.el.MethodBinding |
getAction()
Return the value of the
action property. |
javax.faces.el.MethodBinding |
getActionListener() |
javax.faces.event.ActionListener[] |
getActionListeners() |
java.lang.String |
getAutocomplete()
Return the value of the
autocomplete property. |
com.icesoft.faces.context.effects.CurrentStyle |
getCurrentStyle()
Return the value of the
currentStyle property. |
com.icesoft.faces.context.effects.Effect |
getEffect()
Return the value of the
effect property. |
java.lang.String |
getEnabledOnUserRole()
Return the value of the
enabledOnUserRole property. |
com.icesoft.faces.context.effects.Effect |
getOnchangeeffect()
Return the value of the
onchangeeffect property. |
com.icesoft.faces.context.effects.Effect |
getOnclickeffect()
Return the value of the
onclickeffect property. |
com.icesoft.faces.context.effects.Effect |
getOndblclickeffect()
Return the value of the
ondblclickeffect property. |
com.icesoft.faces.context.effects.Effect |
getOnkeydowneffect()
Return the value of the
onkeydowneffect property. |
com.icesoft.faces.context.effects.Effect |
getOnkeypresseffect()
Return the value of the
onkeypresseffect property. |
com.icesoft.faces.context.effects.Effect |
getOnkeyupeffect()
Return the value of the
onkeyupeffect property. |
com.icesoft.faces.context.effects.Effect |
getOnmousedowneffect()
Return the value of the
onmousedowneffect property. |
com.icesoft.faces.context.effects.Effect |
getOnmousemoveeffect()
Return the value of the
onmousemoveeffect property. |
com.icesoft.faces.context.effects.Effect |
getOnmouseouteffect()
Return the value of the
onmouseouteffect property. |
com.icesoft.faces.context.effects.Effect |
getOnmouseovereffect()
Return the value of the
onmouseovereffect property. |
com.icesoft.faces.context.effects.Effect |
getOnmouseupeffect()
Return the value of the
onmouseupeffect property. |
boolean |
getPartialSubmit()
Return the value of the
partialSubmit property. |
java.lang.String |
getRenderedOnUserRole()
Return the value of the
renderedOnUserRole property. |
java.lang.String |
getStyleClass()
Return the value of the
styleClass property. |
protected java.lang.String |
getStyleClassField() |
java.lang.String |
getText()
Deprecated.
|
boolean |
getVisible()
Return the value of the
visible property. |
boolean |
hasFocus()
Return the value of the
focus property. |
boolean |
isActionKeyEvent()
Return the value of the
actionKeyEvent property. |
boolean |
isDisabled()
Return the value of the
disabled property. |
boolean |
isImmediate()
Return the value of the
immediate property. |
boolean |
isRendered()
Return the value of the
rendered property. |
void |
queueEvent(javax.faces.event.FacesEvent event) |
void |
removeActionListener(javax.faces.event.ActionListener listener) |
void |
requestFocus()
This method is used to communicate a focus request from the application
to the client browser.
|
void |
restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
Perform any processing required to restore the state from the entries
in the state Object.
|
java.lang.Object |
saveState(javax.faces.context.FacesContext context)
Gets the state of the instance as a
Serializable
Object. |
void |
setAction(javax.faces.el.MethodBinding action)
Set the value of the
action property. |
void |
setActionKeyEvent(boolean actionKeyEvent)
Set the value of the
actionKeyEvent property. |
void |
setActionListener(javax.faces.el.MethodBinding actionListener) |
void |
setAutocomplete(java.lang.String autocomplete)
Set the value of the
autocomplete property. |
void |
setCurrentStyle(com.icesoft.faces.context.effects.CurrentStyle currentStyle)
Set the value of the
currentStyle property. |
void |
setEffect(com.icesoft.faces.context.effects.Effect effect)
Set the value of the
effect property. |
void |
setEnabledOnUserRole(java.lang.String enabledOnUserRole)
Set the value of the
enabledOnUserRole property. |
void |
setFocus(boolean focus)
Set the value of the
focus property. |
void |
setImmediate(boolean immediate)
Set the value of the
immediate property. |
void |
setOnchangeeffect(com.icesoft.faces.context.effects.Effect onchangeeffect)
Set the value of the
onchangeeffect property. |
void |
setOnclickeffect(com.icesoft.faces.context.effects.Effect onclickeffect)
Set the value of the
onclickeffect property. |
void |
setOndblclickeffect(com.icesoft.faces.context.effects.Effect ondblclickeffect)
Set the value of the
ondblclickeffect property. |
void |
setOnkeydowneffect(com.icesoft.faces.context.effects.Effect onkeydowneffect)
Set the value of the
onkeydowneffect property. |
void |
setOnkeypresseffect(com.icesoft.faces.context.effects.Effect onkeypresseffect)
Set the value of the
onkeypresseffect property. |
void |
setOnkeyupeffect(com.icesoft.faces.context.effects.Effect onkeyupeffect)
Set the value of the
onkeyupeffect property. |
void |
setOnmousedowneffect(com.icesoft.faces.context.effects.Effect onmousedowneffect)
Set the value of the
onmousedowneffect property. |
void |
setOnmousemoveeffect(com.icesoft.faces.context.effects.Effect onmousemoveeffect)
Set the value of the
onmousemoveeffect property. |
void |
setOnmouseouteffect(com.icesoft.faces.context.effects.Effect onmouseouteffect)
Set the value of the
onmouseouteffect property. |
void |
setOnmouseovereffect(com.icesoft.faces.context.effects.Effect onmouseovereffect)
Set the value of the
onmouseovereffect property. |
void |
setOnmouseupeffect(com.icesoft.faces.context.effects.Effect onmouseupeffect)
Set the value of the
onmouseupeffect property. |
void |
setPartialSubmit(boolean partialSubmit)
Set the value of the
partialSubmit property. |
void |
setRenderedOnUserRole(java.lang.String renderedOnUserRole)
Set the value of the
renderedOnUserRole property. |
void |
setStyleClass(java.lang.String styleClass)
Set the value of the
styleClass property. |
void |
setValueBinding(java.lang.String s,
javax.faces.el.ValueBinding vb) |
void |
setVisible(boolean visible)
Set the value of the
visible property. |
getAccesskey, getAlt, getDefaultEventName, getDir, getEventNames, getLabel, getLang, getMaxlength, getOnblur, getOnchange, getOnclick, getOndblclick, getOnfocus, getOnkeydown, getOnkeypress, getOnkeyup, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseup, getOnselect, getSize, getStyle, getTabindex, getTitle, isReadonly, setAccesskey, setAlt, setDir, setDisabled, setLabel, setLang, setMaxlength, setOnblur, setOnchange, setOnclick, setOndblclick, setOnfocus, setOnkeydown, setOnkeypress, setOnkeyup, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setOnselect, setReadonly, setSize, setStyle, setTabindex, setTitleaddValidator, addValueChangeListener, clearInitialState, compareValues, getConvertedValue, getConverterMessage, getFamily, getRequiredMessage, getSubmittedValue, getValidator, getValidatorMessage, getValidators, getValue, getValueChangeListener, getValueChangeListeners, isEmpty, isLocalValueSet, isRequired, isValid, markInitialState, processDecodes, processUpdates, processValidators, removeValidator, removeValueChangeListener, resetValue, setConverterMessage, setLocalValueSet, setRequired, setRequiredMessage, setSubmittedValue, setValid, setValidator, setValidatorMessage, setValue, setValueChangeListener, updateModel, validate, validateValuegetConverter, getLocalValue, setConverteraddClientBehavior, addFacesListener, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isTransient, processRestoreState, processSaveState, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, subscribeToEvent, unsubscribeFromEventencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, 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, waitpublic static final java.lang.String COMPONENT_TYPE
public static final java.lang.String RENDERER_TYPE
protected java.lang.Boolean partialSubmit
protected boolean focus
public java.lang.String getText()
public void changeText(java.lang.String value)
value - Text String, like that which a user could have typed inpublic void setValueBinding(java.lang.String s,
javax.faces.el.ValueBinding vb)
setValueBinding in class javax.faces.component.UIComponentBasepublic void setEffect(com.icesoft.faces.context.effects.Effect effect)
Set the value of the effect property.
public com.icesoft.faces.context.effects.Effect getEffect()
Return the value of the effect property.
public void setVisible(boolean visible)
Set the value of the visible property.
public boolean getVisible()
Return the value of the visible property.
public void setPartialSubmit(boolean partialSubmit)
Set the value of the partialSubmit property.
setPartialSubmit in interface com.icesoft.faces.component.IceExtendedpublic boolean getPartialSubmit()
Return the value of the partialSubmit property.
getPartialSubmit in interface com.icesoft.faces.component.IceExtendedpublic void setEnabledOnUserRole(java.lang.String enabledOnUserRole)
Set the value of the enabledOnUserRole property.
setEnabledOnUserRole in interface com.icesoft.faces.component.IceExtendedpublic java.lang.String getEnabledOnUserRole()
Return the value of the enabledOnUserRole property.
getEnabledOnUserRole in interface com.icesoft.faces.component.IceExtendedpublic void setRenderedOnUserRole(java.lang.String renderedOnUserRole)
Set the value of the renderedOnUserRole property.
setRenderedOnUserRole in interface com.icesoft.faces.component.IceExtendedpublic java.lang.String getRenderedOnUserRole()
Return the value of the renderedOnUserRole property.
getRenderedOnUserRole in interface com.icesoft.faces.component.IceExtendedpublic void setStyleClass(java.lang.String styleClass)
Set the value of the styleClass property.
setStyleClass in class javax.faces.component.html.HtmlInputTextpublic java.lang.String getStyleClass()
Return the value of the styleClass property.
getStyleClass in class javax.faces.component.html.HtmlInputTextprotected java.lang.String getStyleClassField()
public boolean isRendered()
Return the value of the rendered property.
isRendered in class javax.faces.component.UIComponentBasepublic void setAction(javax.faces.el.MethodBinding action)
Set the value of the action property.
setAction in interface javax.faces.component.ActionSourcepublic javax.faces.el.MethodBinding getAction()
Return the value of the action property.
getAction in interface javax.faces.component.ActionSourcepublic void setActionListener(javax.faces.el.MethodBinding actionListener)
setActionListener in interface javax.faces.component.ActionSourcepublic javax.faces.el.MethodBinding getActionListener()
getActionListener in interface javax.faces.component.ActionSourcepublic void addActionListener(javax.faces.event.ActionListener listener)
addActionListener in interface javax.faces.component.ActionSourcepublic javax.faces.event.ActionListener[] getActionListeners()
getActionListeners in interface javax.faces.component.ActionSourcepublic void removeActionListener(javax.faces.event.ActionListener listener)
removeActionListener in interface javax.faces.component.ActionSourcepublic void setActionKeyEvent(boolean actionKeyEvent)
Set the value of the actionKeyEvent property.
public boolean isActionKeyEvent()
Return the value of the actionKeyEvent property.
public com.icesoft.faces.context.effects.Effect getOnclickeffect()
Return the value of the onclickeffect property.
public void setOnclickeffect(com.icesoft.faces.context.effects.Effect onclickeffect)
Set the value of the onclickeffect property.
public com.icesoft.faces.context.effects.Effect getOndblclickeffect()
Return the value of the ondblclickeffect property.
public void setOndblclickeffect(com.icesoft.faces.context.effects.Effect ondblclickeffect)
Set the value of the ondblclickeffect property.
public com.icesoft.faces.context.effects.Effect getOnmousedowneffect()
Return the value of the onmousedowneffect property.
public void setOnmousedowneffect(com.icesoft.faces.context.effects.Effect onmousedowneffect)
Set the value of the onmousedowneffect property.
public com.icesoft.faces.context.effects.Effect getOnmouseupeffect()
Return the value of the onmouseupeffect property.
public void setOnmouseupeffect(com.icesoft.faces.context.effects.Effect onmouseupeffect)
Set the value of the onmouseupeffect property.
public com.icesoft.faces.context.effects.Effect getOnmousemoveeffect()
Return the value of the onmousemoveeffect property.
public void setOnmousemoveeffect(com.icesoft.faces.context.effects.Effect onmousemoveeffect)
Set the value of the onmousemoveeffect property.
public com.icesoft.faces.context.effects.Effect getOnmouseovereffect()
Return the value of the onmouseovereffect property.
public void setOnmouseovereffect(com.icesoft.faces.context.effects.Effect onmouseovereffect)
Set the value of the onmouseovereffect property.
public com.icesoft.faces.context.effects.Effect getOnmouseouteffect()
Return the value of the onmouseouteffect property.
public void setOnmouseouteffect(com.icesoft.faces.context.effects.Effect onmouseouteffect)
Set the value of the onmouseouteffect property.
public com.icesoft.faces.context.effects.Effect getOnchangeeffect()
Return the value of the onchangeeffect property.
public void setOnchangeeffect(com.icesoft.faces.context.effects.Effect onchangeeffect)
Set the value of the onchangeeffect property.
public com.icesoft.faces.context.effects.Effect getOnkeypresseffect()
Return the value of the onkeypresseffect property.
public void setOnkeypresseffect(com.icesoft.faces.context.effects.Effect onkeypresseffect)
Set the value of the onkeypresseffect property.
public com.icesoft.faces.context.effects.Effect getOnkeydowneffect()
Return the value of the onkeydowneffect property.
public void setOnkeydowneffect(com.icesoft.faces.context.effects.Effect onkeydowneffect)
Set the value of the onkeydowneffect property.
public com.icesoft.faces.context.effects.Effect getOnkeyupeffect()
Return the value of the onkeyupeffect property.
public void setOnkeyupeffect(com.icesoft.faces.context.effects.Effect onkeyupeffect)
Set the value of the onkeyupeffect property.
public com.icesoft.faces.context.effects.CurrentStyle getCurrentStyle()
Return the value of the currentStyle property.
public void setCurrentStyle(com.icesoft.faces.context.effects.CurrentStyle currentStyle)
Set the value of the currentStyle property.
public java.lang.Object saveState(javax.faces.context.FacesContext context)
Gets the state of the instance as a Serializable
Object.
saveState in interface javax.faces.component.StateHoldersaveState in class javax.faces.component.UIInputpublic void restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
Perform any processing required to restore the state from the entries in the state Object.
restoreState in interface javax.faces.component.StateHolderrestoreState in class javax.faces.component.UIInputpublic void broadcast(javax.faces.event.FacesEvent event)
throws javax.faces.event.AbortProcessingException
broadcast in class javax.faces.component.UIComponentBasejavax.faces.event.AbortProcessingExceptionpublic void queueEvent(javax.faces.event.FacesEvent event)
queueEvent in class javax.faces.component.UIComponentBasepublic boolean isImmediate()
Return the value of the immediate property.
isImmediate in interface javax.faces.component.ActionSourceisImmediate in interface javax.faces.component.EditableValueHolderisImmediate in class javax.faces.component.UIInputpublic boolean isDisabled()
Return the value of the disabled property.
isDisabled in class javax.faces.component.html.HtmlInputTextpublic void setImmediate(boolean immediate)
Set the value of the immediate property.
setImmediate in interface javax.faces.component.ActionSourcesetImmediate in interface javax.faces.component.EditableValueHoldersetImmediate in class javax.faces.component.UIInputpublic void decode(javax.faces.context.FacesContext context)
decode in class javax.faces.component.UIInputpublic void requestFocus()
public void setFocus(boolean focus)
Set the value of the focus property.
public boolean hasFocus()
Return the value of the focus property.
public void setAutocomplete(java.lang.String autocomplete)
Set the value of the autocomplete property.
setAutocomplete in class javax.faces.component.html.HtmlInputTextpublic java.lang.String getAutocomplete()
Return the value of the autocomplete property.
getAutocomplete in class javax.faces.component.html.HtmlInputTextCopyright 2025 ICEsoft Technologies Canada, Corp. All Rights Reserved.