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
,UISelectItemGroup
,UISelectItemGroups
,UISelectItems
,UISelectMany
,UISelectOne
,UIViewAction
,UIViewParameter
,UIViewRoot
,UIWebsocket
- Since:
- 2.0
-
Method Summary
Modifier and TypeMethodDescriptionvoid
boolean
void
Methods inherited from interface jakarta.faces.component.StateHolder
isTransient, restoreState, saveState, setTransient
-
Method Details
-
clearInitialState
void clearInitialState() -
initialStateMarked
boolean initialStateMarked() -
markInitialState
void markInitialState()
-