
public interface CustomWindowStateType<T> extends Child<T>, PortletCustomWindowStateCommonType<T,CustomWindowStateType<T>>
custom-window-stateType xsd type| Modifier 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 objectsCustomWindowStateTypeList<String> getAllDescription()
description elementsdescriptionCustomWindowStateType<T> removeAllDescription()
description elementCustomWindowStateTypeCustomWindowStateType<T> windowState(String windowState)
window-state elementwindowState - the value for the element window-stateCustomWindowStateTypeString getWindowState()
window-state elementwindow-stateCustomWindowStateType<T> removeWindowState()
window-state elementCustomWindowStateTypeCustomWindowStateType<T> id(String id)
id attributeid - the value for the attribute idCustomWindowStateTypeString getId()
id attributeidCustomWindowStateType<T> removeId()
id attributeCustomWindowStateTypeCopyright © 2021 JBoss by Red Hat. All rights reserved.