| |
|
| com.icesoft.faces.component.ext.HtmlInputText com.icesoft.faces.component.selectinputtext.SelectInputText
SelectInputText | public class SelectInputText extends HtmlInputText implements NamingContainer(Code) | | SelectInputText is a JSF component class that represents an ICEfaces
autocomplete input text. This component requires the application developer to
implement the matching list rearch algorithm in their backing bean.
SelectInputText extends the ICEfaces extended HtmlInputText component.
By default this component is rendered by the "com.icesoft.faces.SelectInputText"
renderer type.
|
COMPONENT_TYPE | final public static String COMPONENT_TYPE(Code) | | |
itemMap | Map itemMap(Code) | | Map for selectItems, where the key is the "SelectItem.getlabel()" and the
value is the selectItem object
|
SelectInputText | public SelectInputText()(Code) | | |
broadcast | public void broadcast(FacesEvent event) throws AbortProcessingException(Code) | | |
decode | public void decode(FacesContext facesContext)(Code) | | |
getClientId | public String getClientId(FacesContext context)(Code) | | Return the value of the clientId property.
|
getInputTextClass | public String getInputTextClass()(Code) | | Return the value of the inputTextClass property.
|
getItemList | public Iterator getItemList()(Code) | | Return the value of the itemList property.
|
getListClass | public String getListClass()(Code) | | Return the value of the listClass property.
|
getListValue | public List getListValue()(Code) | | Return the value of the listValue property.
|
getListVar | public String getListVar()(Code) | | Return the value of the listVar property.
|
getRowClass | public String getRowClass()(Code) | | Return the value of the rowClass property.
|
getRows | public int getRows()(Code) | | Return the value of the rows property.
|
getSelectFacet | public UIComponent getSelectFacet()(Code) | | Return the value of the selectInputText property.
|
getSelectedItem | public SelectItem getSelectedItem()(Code) | | Return the value of the selectedItem property.
|
getSelectedRowClass | public String getSelectedRowClass()(Code) | | Return the value of the selectedRowClass property.
|
getStyleClass | public String getStyleClass()(Code) | | Return the value of the styleClass property.
|
getWidth | public String getWidth()(Code) | | Return the value of the width property.
|
hasChanged | boolean hasChanged()(Code) | | Return the value of the selectedPanel property.
|
populateItemList | void populateItemList()(Code) | | |
resetId | void resetId(UIComponent component)(Code) | | reset parent's and its children's ids
|
restoreState | public void restoreState(FacesContext context, Object state)(Code) | | Perform any processing required to restore the state from the entries
in the state Object.
|
saveState | public Object saveState(FacesContext context)(Code) | | Gets the state of the instance as a Serializable
Object.
|
setChangedComponentId | void setChangedComponentId(Object id)(Code) | | Set the value of the selectedPanel property.
|
setIndex | public void setIndex(int index)(Code) | | Set the value of the index property.
|
setListValue | public void setListValue(List listValue)(Code) | | Set the value of the listValue property.
|
setListVar | public void setListVar(String listVar)(Code) | | Set the value of the listVar property.
|
setRows | public void setRows(int rows)(Code) | | Set the value of the rows property.
|
setSelectedItem | public void setSelectedItem(String key)(Code) | | Set the value of the selectedItem property.
|
setStyleClass | public void setStyleClass(String styleClass)(Code) | | Set the value of the styleClass property.
|
setWidth | public void setWidth(String width)(Code) | | Set the value of the width property.
|
|
|
|