Uses of Class
com.jk.web.faces.components.UIComponentWrapper
Packages that use UIComponentWrapper
-
Uses of UIComponentWrapper in com.jk.web.faces.components.layouts
Methods in com.jk.web.faces.components.layouts that return UIComponentWrapperModifier and TypeMethodDescriptionUIAbstractRegion.getWrapper()This method retrieves the wrapper for the UIComponent to facilitate attribute handling.UILayout.getWrapper()This method retrieves theUIComponentWrapperassociated with this layout.Methods in com.jk.web.faces.components.layouts with parameters of type UIComponentWrapperModifier and TypeMethodDescriptionvoidUIAbstractRegion.setWrapper(UIComponentWrapper wrapper) This method sets the wrapper for the UIComponent to facilitate attribute handling to the provided value.voidUILayout.setWrapper(UIComponentWrapper wrapper) This method sets theUIComponentWrapperfor this layout to the provided value.