|
ICEfaces ICE Components 3.3.0 Java API Documentation |
|||||||||
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
com.icesoft.faces.component.ext.HtmlInputText
com.icesoft.faces.component.ext.HtmlInputSecret
public class HtmlInputSecret
This is an extension of com.icesoft.faces.component.ext.HtmlInputText, which provides some additional behavior to this component such as:
Nested Class Summary |
---|
Nested classes/interfaces inherited from class javax.faces.component.html.HtmlInputText |
---|
javax.faces.component.html.HtmlInputText.PropertyKeys |
Field Summary | |
---|---|
static java.lang.String |
COMPONENT_TYPE
|
static java.lang.String |
RENDERER_TYPE
|
Fields inherited from class com.icesoft.faces.component.ext.HtmlInputText |
---|
partialSubmit |
Fields inherited from class javax.faces.component.UIInput |
---|
COMPONENT_FAMILY, CONVERSION_MESSAGE_ID, REQUIRED_MESSAGE_ID, UPDATE_MESSAGE_ID, VALIDATE_EMPTY_FIELDS_PARAM_NAME |
Fields inherited from class javax.faces.component.UIComponent |
---|
ATTRS_WITH_DECLARED_DEFAULT_VALUES, BEANINFO_KEY, bindings, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, CURRENT_COMPONENT, CURRENT_COMPOSITE_COMPONENT, FACETS_KEY, HONOR_CURRENT_COMPONENT_ATTRIBUTES_PARAM_NAME, VIEW_LOCATION_KEY |
Fields inherited from interface com.icesoft.faces.component.IceExtended |
---|
ENABLED_ON_USER_ROLE_ATTR, RENDERED_ON_USER_ROLE_ATTR |
Constructor Summary | |
---|---|
HtmlInputSecret()
|
Method Summary | |
---|---|
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. |
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. |
java.lang.String |
getStyleClass()
Return the value of the styleClass property. |
boolean |
getVisible()
Return the value of the visible property. |
boolean |
hasFocus()
Return the value of the focus property. |
boolean |
isRedisplay()
Return the value of the redisplay property. |
boolean |
isRendered()
Return the value of the rendered property. |
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 |
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 |
setFocus(boolean focus)
Set the value of the focus 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 |
setRedisplay(boolean redisplay)
Set the value of the redisplay 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. |
Methods inherited from class com.icesoft.faces.component.ext.HtmlInputText |
---|
addActionListener, broadcast, changeText, decode, getAction, getActionListener, getActionListeners, getEnabledOnUserRole, getPartialSubmit, getRenderedOnUserRole, getStyleClassField, getText, isActionKeyEvent, isDisabled, isImmediate, queueEvent, removeActionListener, setAction, setActionKeyEvent, setActionListener, setEnabledOnUserRole, setImmediate, setPartialSubmit, setRenderedOnUserRole |
Methods inherited from class javax.faces.component.html.HtmlInputText |
---|
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, setTitle |
Methods inherited from class javax.faces.component.UIInput |
---|
addValidator, addValueChangeListener, clearInitialState, compareValues, getConvertedValue, getConverterMessage, getFamily, getRequiredMessage, getSubmittedValue, getValidator, getValidatorMessage, getValidators, 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, validateValue |
Methods inherited from class javax.faces.component.UIOutput |
---|
getConverter, getLocalValue, getValue, 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, getListenersForEventClass, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isTransient, processRestoreState, processSaveState, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, subscribeToEvent, unsubscribeFromEvent |
Methods inherited from class javax.faces.component.UIComponent |
---|
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTree |
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, getValue, setConverter |
Field Detail |
---|
public static final java.lang.String COMPONENT_TYPE
public static final java.lang.String RENDERER_TYPE
Constructor Detail |
---|
public HtmlInputSecret()
Method Detail |
---|
public void requestFocus()
requestFocus
in class HtmlInputText
public void setValueBinding(java.lang.String s, javax.faces.el.ValueBinding vb)
setValueBinding
in class HtmlInputText
public void setEffect(com.icesoft.faces.context.effects.Effect effect)
Set the value of the effect
property.
setEffect
in class HtmlInputText
public com.icesoft.faces.context.effects.Effect getEffect()
Return the value of the effect
property.
getEffect
in class HtmlInputText
public void setVisible(boolean visible)
Set the value of the visible
property.
setVisible
in class HtmlInputText
public boolean getVisible()
Return the value of the visible
property.
getVisible
in class HtmlInputText
public void setStyleClass(java.lang.String styleClass)
Set the value of the styleClass
property.
setStyleClass
in class HtmlInputText
public java.lang.String getStyleClass()
Return the value of the styleClass
property.
getStyleClass
in class HtmlInputText
public boolean isRendered()
Return the value of the rendered
property.
isRendered
in class HtmlInputText
public void setRedisplay(boolean redisplay)
Set the value of the redisplay
property.
public boolean isRedisplay()
Return the value of the redisplay
property.
public void setFocus(boolean focus)
Set the value of the focus
property.
setFocus
in class HtmlInputText
public boolean hasFocus()
Return the value of the focus
property.
hasFocus
in class HtmlInputText
public com.icesoft.faces.context.effects.Effect getOnclickeffect()
Return the value of the onclickeffect
property.
getOnclickeffect
in class HtmlInputText
public void setOnclickeffect(com.icesoft.faces.context.effects.Effect onclickeffect)
Set the value of the onclickeffect
property.
setOnclickeffect
in class HtmlInputText
public com.icesoft.faces.context.effects.Effect getOndblclickeffect()
Return the value of the ondblclickeffect
property.
getOndblclickeffect
in class HtmlInputText
public void setOndblclickeffect(com.icesoft.faces.context.effects.Effect ondblclickeffect)
Set the value of the ondblclickeffect
property.
setOndblclickeffect
in class HtmlInputText
public com.icesoft.faces.context.effects.Effect getOnmousedowneffect()
Return the value of the onmousedowneffect
property.
getOnmousedowneffect
in class HtmlInputText
public void setOnmousedowneffect(com.icesoft.faces.context.effects.Effect onmousedowneffect)
Set the value of the onmousedowneffect
property.
setOnmousedowneffect
in class HtmlInputText
public com.icesoft.faces.context.effects.Effect getOnmouseupeffect()
Return the value of the onmouseupeffect
property.
getOnmouseupeffect
in class HtmlInputText
public void setOnmouseupeffect(com.icesoft.faces.context.effects.Effect onmouseupeffect)
Set the value of the onmouseupeffect
property.
setOnmouseupeffect
in class HtmlInputText
public com.icesoft.faces.context.effects.Effect getOnmousemoveeffect()
Return the value of the onmousemoveeffect
property.
getOnmousemoveeffect
in class HtmlInputText
public void setOnmousemoveeffect(com.icesoft.faces.context.effects.Effect onmousemoveeffect)
Set the value of the onmousemoveeffect
property.
setOnmousemoveeffect
in class HtmlInputText
public com.icesoft.faces.context.effects.Effect getOnmouseovereffect()
Return the value of the onmouseovereffect
property.
getOnmouseovereffect
in class HtmlInputText
public void setOnmouseovereffect(com.icesoft.faces.context.effects.Effect onmouseovereffect)
Set the value of the onmouseovereffect
property.
setOnmouseovereffect
in class HtmlInputText
public com.icesoft.faces.context.effects.Effect getOnmouseouteffect()
Return the value of the onmouseouteffect
property.
getOnmouseouteffect
in class HtmlInputText
public void setOnmouseouteffect(com.icesoft.faces.context.effects.Effect onmouseouteffect)
Set the value of the onmouseouteffect
property.
setOnmouseouteffect
in class HtmlInputText
public com.icesoft.faces.context.effects.Effect getOnchangeeffect()
Return the value of the onchangeeffect
property.
getOnchangeeffect
in class HtmlInputText
public void setOnchangeeffect(com.icesoft.faces.context.effects.Effect onchangeeffect)
Set the value of the onchangeeffect
property.
setOnchangeeffect
in class HtmlInputText
public com.icesoft.faces.context.effects.Effect getOnkeypresseffect()
Return the value of the onkeypresseffect
property.
getOnkeypresseffect
in class HtmlInputText
public void setOnkeypresseffect(com.icesoft.faces.context.effects.Effect onkeypresseffect)
Set the value of the onkeypresseffect
property.
setOnkeypresseffect
in class HtmlInputText
public com.icesoft.faces.context.effects.Effect getOnkeydowneffect()
Return the value of the onkeydowneffect
property.
getOnkeydowneffect
in class HtmlInputText
public void setOnkeydowneffect(com.icesoft.faces.context.effects.Effect onkeydowneffect)
Set the value of the onkeydowneffect
property.
setOnkeydowneffect
in class HtmlInputText
public com.icesoft.faces.context.effects.Effect getOnkeyupeffect()
Return the value of the onkeyupeffect
property.
getOnkeyupeffect
in class HtmlInputText
public void setOnkeyupeffect(com.icesoft.faces.context.effects.Effect onkeyupeffect)
Set the value of the onkeyupeffect
property.
setOnkeyupeffect
in class HtmlInputText
public com.icesoft.faces.context.effects.CurrentStyle getCurrentStyle()
Return the value of the currentStyle
property.
getCurrentStyle
in class HtmlInputText
public void setCurrentStyle(com.icesoft.faces.context.effects.CurrentStyle currentStyle)
Set the value of the currentStyle
property.
setCurrentStyle
in class HtmlInputText
public void setAutocomplete(java.lang.String autocomplete)
Set the value of the autocomplete
property.
setAutocomplete
in class HtmlInputText
public java.lang.String getAutocomplete()
Return the value of the autocomplete
property.
getAutocomplete
in class HtmlInputText
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.StateHolder
saveState
in class HtmlInputText
public 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.StateHolder
restoreState
in class HtmlInputText
|
ICEfaces ICE Components 3.3.0 Java API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |