public interface UIWindow extends UIComponent, CustomizationContext
| Modifier and Type | Method and Description |
|---|---|
<S> Customization<S> |
customize(ContentType<S> contentType,
String contentId,
S state)
Customizes the specified content.
|
<S> Customization<S> |
customize(Customization<S> customization)
Specialize the specified customization.
|
Customization<?> |
getCustomization()
Returns the customization of this window or null if no customization exists.
|
getName, getObjectType, getPage, getParentgetAttributes, getObjectIdadapt, isAdapted, removeAdaptercontains, getContextId, getContextTypeCustomization<?> getCustomization()
<S> Customization<S> customize(ContentType<S> contentType, String contentId, S state)
S - the content type parametercontentType - the content typecontentId - the content idstate - the content state<S> Customization<S> customize(Customization<S> customization)
S - the content type parametercustomization - the customization to specialiseCopyright © 2025 JBoss by Red Hat. All Rights Reserved.