public interface CustomWindowStateType<T> extends Child<T>, PortletCustomWindowStateCommonType<T,CustomWindowStateType<T>>
custom-window-stateType
xsd typeModifier and Type | Method and Description |
---|---|
CustomWindowStateType<T> |
description(String... values)
Creates for all String objects representing
description elements,
a new description element |
List<String> |
getAllDescription()
Returns all
description elements |
String |
getId()
Returns the
id attribute |
String |
getWindowState()
Returns the
window-state element |
CustomWindowStateType<T> |
id(String id)
Sets the
id attribute |
CustomWindowStateType<T> |
removeAllDescription()
Removes the
description element |
CustomWindowStateType<T> |
removeId()
Removes the
id attribute |
CustomWindowStateType<T> |
removeWindowState()
Removes the
window-state element |
CustomWindowStateType<T> |
windowState(String windowState)
Sets the
window-state element |
CustomWindowStateType<T> description(String... values)
description
elements,
a new description
elementvalues
- list of description
objectsCustomWindowStateType
List<String> getAllDescription()
description
elementsdescription
CustomWindowStateType<T> removeAllDescription()
description
elementCustomWindowStateType
CustomWindowStateType<T> windowState(String windowState)
window-state
elementwindowState
- the value for the element window-state
CustomWindowStateType
String getWindowState()
window-state
elementwindow-state
CustomWindowStateType<T> removeWindowState()
window-state
elementCustomWindowStateType
CustomWindowStateType<T> id(String id)
id
attributeid
- the value for the attribute id
CustomWindowStateType
String getId()
id
attributeid
CustomWindowStateType<T> removeId()
id
attributeCustomWindowStateType
Copyright © 2020 JBoss by Red Hat. All rights reserved.