Interface SupportsAutoSpacing
- All Known Implementing Classes:
AbstractUIBox, AbstractUIButton, AbstractUIButtons, AbstractUICommand, AbstractUIDate, AbstractUIFile, AbstractUIIn, AbstractUIInput, AbstractUILink, AbstractUILinks, AbstractUIOut, AbstractUIRange, AbstractUISection, AbstractUISelectBoolean, AbstractUISelectBooleanCheckbox, AbstractUISelectBooleanToggle, AbstractUISelectManyBase, AbstractUISelectManyCheckbox, AbstractUISelectManyList, AbstractUISelectManyListbox, AbstractUISelectManyShuttle, AbstractUISelectOneBase, AbstractUISelectOneChoice, AbstractUISelectOneList, AbstractUISelectOneListbox, AbstractUISelectOneRadio, AbstractUIStars, AbstractUITabGroup, AbstractUITextarea, UIBox, UIButton, UIButtons, UIDate, UIFile, UIIn, UILink, UILinks, UIOut, UIRange, UISection, UISelectBooleanCheckbox, UISelectBooleanToggle, UISelectManyCheckbox, UISelectManyList, UISelectManyListbox, UISelectManyShuttle, UISelectOneChoice, UISelectOneList, UISelectOneListbox, UISelectOneRadio, UIStars, UITabGroup, UITextarea
public interface SupportsAutoSpacing
-
Method Summary
Modifier and TypeMethodDescriptionusegetAutoSpacing(FacesContext)to get the correct default value. return null if autoSpacing is not set manuallydefault booleangetAutoSpacing(jakarta.faces.context.FacesContext facesContext)
-
Method Details
-
getAutoSpacing
Boolean getAutoSpacing()usegetAutoSpacing(FacesContext)to get the correct default value. return null if autoSpacing is not set manually -
getAutoSpacing
default boolean getAutoSpacing(jakarta.faces.context.FacesContext facesContext)
-