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 theUIComponentWrapper
associated with this layout.Methods in com.jk.web.faces.components.layouts with parameters of type UIComponentWrapperModifier and TypeMethodDescriptionvoid
UIAbstractRegion.setWrapper
(UIComponentWrapper wrapper) This method sets the wrapper for the UIComponent to facilitate attribute handling to the provided value.void
UILayout.setWrapper
(UIComponentWrapper wrapper) This method sets theUIComponentWrapper
for this layout to the provided value.