Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.portletapp20 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
CustomWindowStateType<PortletDescriptor> |
PortletDescriptor.createCustomWindowState()
Creates a new
custom-window-state element |
CustomWindowStateType<T> |
CustomWindowStateType.description(String... values)
Creates for all String objects representing
description elements,
a new description element |
CustomWindowStateType<PortletDescriptor> |
PortletDescriptor.getOrCreateCustomWindowState()
If not already created, a new
custom-window-state element will be created and returned. |
CustomWindowStateType<T> |
CustomWindowStateType.id(String id)
Sets the
id attribute |
CustomWindowStateType<T> |
CustomWindowStateType.removeAllDescription()
Removes the
description element |
CustomWindowStateType<T> |
CustomWindowStateType.removeId()
Removes the
id attribute |
CustomWindowStateType<T> |
CustomWindowStateType.removeWindowState()
Removes the
window-state element |
CustomWindowStateType<T> |
CustomWindowStateType.windowState(String windowState)
Sets the
window-state element |
Modifier and Type | Method and Description |
---|---|
List<CustomWindowStateType<PortletDescriptor>> |
PortletDescriptor.getAllCustomWindowState()
Returns all
custom-window-state elements |
Copyright © 2019 JBoss by Red Hat. All rights reserved.