public abstract class UIWindowImpl extends UIComponentImpl implements UIWindow, CustomizationContext
model| Constructor and Description |
|---|
UIWindowImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(CustomizationContext that) |
abstract WorkspaceClone |
create() |
abstract WorkspaceSpecialization |
create2() |
<S> Customization<S> |
customize(ContentType<S> contentType,
String contentId,
S state) |
<S> Customization<S> |
customize(Customization<S> customization) |
String |
getContextId() |
String |
getContextType() |
abstract WorkspaceCustomization |
getCustomization() |
ObjectType<? extends UIWindow> |
getObjectType() |
abstract void |
setCustomization(WorkspaceCustomization customization) |
getName, getPage, getParent, getParentContainer, getParentPageadapt, getAttributes, getNodeName, getObjectId, isAdapted, removeAdapter, setNodeName, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetName, getPage, getParentgetAttributes, getObjectIdadapt, isAdapted, removeAdapterpublic ObjectType<? extends UIWindow> getObjectType()
getObjectType in interface UIComponentgetObjectType in interface WorkspaceObjectgetObjectType in class UIComponentImplpublic abstract WorkspaceCustomization getCustomization()
getCustomization in interface UIWindowpublic abstract void setCustomization(WorkspaceCustomization customization)
public abstract WorkspaceClone create()
public abstract WorkspaceSpecialization create2()
public <S> Customization<S> customize(ContentType<S> contentType, String contentId, S state)
public <S> Customization<S> customize(Customization<S> customization)
public String getContextType()
getContextType in interface CustomizationContextpublic String getContextId()
getContextId in interface CustomizationContextpublic boolean contains(CustomizationContext that)
contains in interface CustomizationContextCopyright © 2025 JBoss by Red Hat. All Rights Reserved.