public class UIValidateForm
extends javax.faces.component.UIInput
| Modifier and Type | Field and Description |
|---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
| Constructor and Description |
|---|
UIValidateForm() |
| Modifier and Type | Method and Description |
|---|---|
void |
encodeAll(javax.faces.context.FacesContext context) |
void |
encodeBegin(javax.faces.context.FacesContext context) |
void |
encodeChildren(javax.faces.context.FacesContext context) |
void |
encodeEnd(javax.faces.context.FacesContext context) |
String |
getFamily() |
String |
getFields() |
String |
getRendererType() |
String |
getValidatorId() |
boolean |
isShowFieldMessages() |
boolean |
isShowGlobalMessages() |
javax.faces.component.UIForm |
locateForm()
Attempt to locate the form in which this component resides.
|
void |
setComponents(Map<String,javax.faces.component.UIInput> components) |
void |
setFields(String fields) |
void |
setShowFieldMessages(boolean showFieldMessages) |
void |
setShowGlobalMessages(boolean showGlobalMessages) |
void |
setValidatorId(String validatorId) |
void |
validate(javax.faces.context.FacesContext context) |
addValidator, addValueChangeListener, clearInitialState, compareValues, decode, getConvertedValue, getConverterMessage, getRequiredMessage, getSubmittedValue, getValidator, getValidatorMessage, getValidators, getValueChangeListener, getValueChangeListeners, isEmpty, isImmediate, isLocalValueSet, isRequired, isValid, markInitialState, processDecodes, processUpdates, processValidators, removeValidator, removeValueChangeListener, resetValue, restoreState, saveState, setConverterMessage, setImmediate, setLocalValueSet, setRequired, setRequiredMessage, setSubmittedValue, setValid, setValidator, setValidatorMessage, setValue, setValueChangeListener, updateModel, validateValuegetConverter, getLocalValue, getValue, setConverteraddClientBehavior, addFacesListener, broadcast, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, processRestoreState, processSaveState, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBindinggetClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent, visitTreepublic static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public String getFamily()
getFamily in class javax.faces.component.UIInputpublic String getRendererType()
getRendererType in class javax.faces.component.UIComponentBasepublic void validate(javax.faces.context.FacesContext context)
validate in class javax.faces.component.UIInputpublic javax.faces.component.UIForm locateForm()
public void encodeAll(javax.faces.context.FacesContext context)
throws IOException
encodeAll in class javax.faces.component.UIComponentIOExceptionpublic void encodeBegin(javax.faces.context.FacesContext context)
throws IOException
encodeBegin in class javax.faces.component.UIComponentBaseIOExceptionpublic void encodeEnd(javax.faces.context.FacesContext context)
throws IOException
encodeEnd in class javax.faces.component.UIComponentBaseIOExceptionpublic void encodeChildren(javax.faces.context.FacesContext context)
throws IOException
encodeChildren in class javax.faces.component.UIComponentBaseIOExceptionpublic String getFields()
public void setFields(String fields)
public String getValidatorId()
public void setValidatorId(String validatorId)
public boolean isShowFieldMessages()
public void setShowFieldMessages(boolean showFieldMessages)
public boolean isShowGlobalMessages()
public void setShowGlobalMessages(boolean showGlobalMessages)
Copyright © 2009-2013 Seam Framework. All Rights Reserved.