|
||||||||||
| 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
com.infragistics.faces.input.component.BaseInput
| Field Summary | |
static java.lang.String |
COMPONENT_FAMILY
|
static java.lang.String |
COMPONENT_TYPE
|
static java.lang.String |
RENDERER_TYPE
|
| Fields inherited from class javax.faces.component.UIInput |
CONVERSION_MESSAGE_ID, REQUIRED_MESSAGE_ID |
| Constructor Summary | |
BaseInput()
|
|
| Method Summary | |
java.lang.String |
getFamily()
|
java.lang.String |
getShortcut()
Returns the Shorcut key associated with the component. |
java.lang.String |
getTooltip()
Returns the Tooltip string associated with this component. |
boolean |
isDisabled()
Returns the Input sensitivity status. |
boolean |
isReadOnly()
Returns the Input sensitivity status. |
void |
restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
|
java.lang.Object |
saveState(javax.faces.context.FacesContext context)
|
void |
setDisabled(boolean disabled)
Sets the Input sensitivity status. |
void |
setReadOnly(boolean readOnly)
Sets the Input sensitivity status. |
void |
setShortcut(java.lang.String shortcut)
Sets the Shorcut key associated with the component. |
void |
setTooltip(java.lang.String tooltip)
Sets the Tooltip string associated with this component. |
void |
validate(javax.faces.context.FacesContext context)
|
| Methods inherited from class javax.faces.component.UIInput |
addValidator, addValueChangeListener, broadcast, decode, getSubmittedValue, getValidator, getValidators, getValueChangeListener, getValueChangeListeners, isImmediate, isLocalValueSet, isRequired, isValid, processDecodes, processUpdates, processValidators, removeValidator, removeValueChangeListener, setImmediate, setLocalValueSet, setRequired, setSubmittedValue, setValid, setValidator, setValue, setValueChangeListener, updateModel |
| Methods inherited from class javax.faces.component.UIOutput |
getConverter, getLocalValue, getValue, setConverter |
| Methods inherited from class javax.faces.component.UIComponentBase |
encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacet, getFacets, getFacetsAndChildren, getId, getParent, getRendererType, getRendersChildren, getValueBinding, isRendered, isTransient, processRestoreState, processSaveState, queueEvent, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.faces.component.ValueHolder |
getConverter, getLocalValue, getValue, setConverter |
| Field Detail |
public static java.lang.String COMPONENT_FAMILY
public static java.lang.String COMPONENT_TYPE
public static java.lang.String RENDERER_TYPE
| Constructor Detail |
public BaseInput()
| Method Detail |
public void validate(javax.faces.context.FacesContext context)
public java.lang.String getFamily()
public boolean isDisabled()
public boolean isReadOnly()
public java.lang.String getShortcut()
public java.lang.String getTooltip()
public void setDisabled(boolean disabled)
public void setReadOnly(boolean readOnly)
public void setShortcut(java.lang.String shortcut)
public void setTooltip(java.lang.String tooltip)
public void restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
public java.lang.Object saveState(javax.faces.context.FacesContext context)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||