Package jakarta.faces.component
Interface PartialStateHolder
- 
- All Superinterfaces:
- StateHolder
 - All Known Implementing Classes:
- AjaxBehavior,- BeanValidator,- BehaviorBase,- ClientBehaviorBase,- DateTimeConverter,- DoubleRangeValidator,- EnumConverter,- HtmlBody,- HtmlColumn,- HtmlCommandButton,- HtmlCommandLink,- HtmlCommandScript,- HtmlDataTable,- HtmlDoctype,- HtmlForm,- HtmlGraphicImage,- HtmlHead,- HtmlInputFile,- HtmlInputHidden,- HtmlInputSecret,- HtmlInputText,- HtmlInputTextarea,- HtmlMessage,- HtmlMessages,- HtmlOutcomeTargetButton,- HtmlOutcomeTargetLink,- HtmlOutputFormat,- HtmlOutputLabel,- HtmlOutputLink,- HtmlOutputText,- HtmlPanelGrid,- HtmlPanelGroup,- HtmlSelectBooleanCheckbox,- HtmlSelectManyCheckbox,- HtmlSelectManyListbox,- HtmlSelectManyMenu,- HtmlSelectOneListbox,- HtmlSelectOneMenu,- HtmlSelectOneRadio,- LengthValidator,- LongRangeValidator,- NumberConverter,- RegexValidator,- UIColumn,- UICommand,- UIComponent,- UIComponentBase,- UIData,- UIForm,- UIGraphic,- UIImportConstants,- UIInput,- UIMessage,- UIMessages,- UINamingContainer,- UIOutcomeTarget,- UIOutput,- UIPanel,- UIParameter,- UISelectBoolean,- UISelectItem,- UISelectItemGroups,- UISelectItems,- UISelectMany,- UISelectOne,- UIViewAction,- UIViewParameter,- UIViewRoot,- UIWebsocket
 
 public interface PartialStateHolder extends StateHolder - Since:
- 2.0
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclearInitialState()booleaninitialStateMarked()voidmarkInitialState()- 
Methods inherited from interface jakarta.faces.component.StateHolderisTransient, restoreState, saveState, setTransient
 
- 
 
-