|
||||||||||
| 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.suggest.AbstractInputSuggest
org.apache.myfaces.custom.suggest.InputSuggest
public class InputSuggest
| Field Summary | |
|---|---|
static java.lang.String |
COMPONENT_FAMILY
|
static java.lang.String |
COMPONENT_TYPE
|
static java.lang.String |
DEFAULT_RENDERER_TYPE
|
| Fields inherited from class javax.faces.component.UIInput |
|---|
CONVERSION_MESSAGE_ID, REQUIRED_MESSAGE_ID |
| Constructor Summary | |
|---|---|
InputSuggest()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getFamily()
|
java.lang.String |
getImageLocation()
Gets An alternate location to find image resources. |
java.lang.String |
getJavascriptLocation()
Gets An alternate location to find javascript resources. |
java.lang.String |
getStyleLocation()
Gets An alternate location to find stylesheet resources. |
boolean |
isForceId()
Gets If true, this component will force the use of the specified id when rendering. |
boolean |
isForceIdIndex()
Gets 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.) |
void |
restoreState(javax.faces.context.FacesContext facesContext,
java.lang.Object state)
|
java.lang.Object |
saveState(javax.faces.context.FacesContext facesContext)
|
void |
setForceId(boolean forceId)
|
void |
setForceIdIndex(boolean forceIdIndex)
|
void |
setImageLocation(java.lang.String imageLocation)
|
void |
setJavascriptLocation(java.lang.String javascriptLocation)
|
void |
setStyleLocation(java.lang.String styleLocation)
|
| Methods inherited from class javax.faces.component.html.HtmlInputText |
|---|
getAccesskey, getAlt, getDir, getLang, getMaxlength, getOnblur, getOnchange, getOnclick, getOndblclick, getOnfocus, getOnkeydown, getOnkeypress, getOnkeyup, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseup, getOnselect, getSize, getStyle, getStyleClass, getTabindex, getTitle, isDisabled, isReadonly, setAccesskey, setAlt, setDir, setDisabled, setLang, setMaxlength, setOnblur, setOnchange, setOnclick, setOndblclick, setOnfocus, setOnkeydown, setOnkeypress, setOnkeyup, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setOnselect, setReadonly, setSize, setStyle, setStyleClass, setTabindex, setTitle |
| Methods inherited from class javax.faces.component.UIInput |
|---|
addValidator, addValueChangeListener, broadcast, compareValues, decode, getConvertedValue, getSubmittedValue, getValidator, getValidators, getValue, getValueChangeListener, getValueChangeListeners, isImmediate, isLocalValueSet, isRequired, isValid, processDecodes, processUpdates, processValidators, removeValidator, removeValueChangeListener, setImmediate, setLocalValueSet, setRequired, setSubmittedValue, setValid, setValidator, setValue, setValueChangeListener, updateModel, validate, validateValue |
| Methods inherited from class javax.faces.component.UIOutput |
|---|
getConverter, getLocalValue, setConverter |
| Methods inherited from class javax.faces.component.UIComponentBase |
|---|
addFacesListener, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, isRendered, isTransient, processRestoreState, processSaveState, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding |
| 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.ValueHolder |
|---|
getConverter, getLocalValue, setConverter |
| Field Detail |
|---|
public static final java.lang.String COMPONENT_FAMILY
public static final java.lang.String COMPONENT_TYPE
public static final java.lang.String DEFAULT_RENDERER_TYPE
| Constructor Detail |
|---|
public InputSuggest()
| Method Detail |
|---|
public java.lang.String getFamily()
getFamily in class javax.faces.component.UIInputpublic boolean isForceId()
AbstractInputSuggest
isForceId in interface org.apache.myfaces.component.ForceIdAwareisForceId in class AbstractInputSuggestpublic void setForceId(boolean forceId)
setForceId in interface org.apache.myfaces.component.ForceIdAwaresetForceId in class AbstractInputSuggestpublic boolean isForceIdIndex()
AbstractInputSuggest
isForceIdIndex in interface org.apache.myfaces.component.ForceIdAwareisForceIdIndex in class AbstractInputSuggestpublic void setForceIdIndex(boolean forceIdIndex)
public java.lang.String getJavascriptLocation()
AbstractInputSuggest
getJavascriptLocation in interface org.apache.myfaces.component.LocationAwaregetJavascriptLocation in class AbstractInputSuggestpublic void setJavascriptLocation(java.lang.String javascriptLocation)
public java.lang.String getImageLocation()
AbstractInputSuggest
getImageLocation in interface org.apache.myfaces.component.LocationAwaregetImageLocation in class AbstractInputSuggestpublic void setImageLocation(java.lang.String imageLocation)
public java.lang.String getStyleLocation()
AbstractInputSuggest
getStyleLocation in interface org.apache.myfaces.component.LocationAwaregetStyleLocation in class AbstractInputSuggestpublic void setStyleLocation(java.lang.String styleLocation)
public java.lang.Object saveState(javax.faces.context.FacesContext facesContext)
saveState in interface javax.faces.component.StateHoldersaveState in class javax.faces.component.html.HtmlInputText
public void restoreState(javax.faces.context.FacesContext facesContext,
java.lang.Object state)
restoreState in interface javax.faces.component.StateHolderrestoreState in class javax.faces.component.html.HtmlInputText
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||