public class InputState
extends javax.faces.component.UINamingContainer
COMPONENT_FAMILY, COMPONENT_TYPE, SEPARATOR_CHAR_PARAM_NAME| Constructor and Description |
|---|
InputState() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
shouldRequiredStateBeRendered(String inputId)
Determines whether the required state should be rendered.
|
boolean |
shouldValidStateBeRendered(String inputId)
Determines whether the valid state should be rendered.
|
createUniqueId, getFamily, getSeparatorChar, visitTreeaddClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEventencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpressionpublic boolean shouldRequiredStateBeRendered(String inputId)
inputId - Id of the input item.IllegalArgumentException - When the supplied inputId is empty.NullPointerException - When the supplied inputId is null.public boolean shouldValidStateBeRendered(String inputId)
inputId - Id of the input item.IllegalArgumentException - When the supplied inputId is empty.NullPointerException - When the supplied inputId is null.Copyright © 2008–2018. All rights reserved.