public interface SupportsType<T> extends Child<T>, PortletSupportsCommonType<T,SupportsType<T>>
supportsType
xsd typeModifier and Type | Method and Description |
---|---|
List<String> |
getAllPortletMode()
Returns all
portlet-mode elements |
List<String> |
getAllWindowState()
Returns all
window-state elements |
String |
getId()
Returns the
id attribute |
String |
getMimeType()
Returns the
mime-type element |
SupportsType<T> |
id(String id)
Sets the
id attribute |
SupportsType<T> |
mimeType(String mimeType)
Sets the
mime-type element |
SupportsType<T> |
portletMode(String... values)
Creates for all String objects representing
portlet-mode elements,
a new portlet-mode element |
SupportsType<T> |
removeAllPortletMode()
Removes the
portlet-mode element |
SupportsType<T> |
removeAllWindowState()
Removes the
window-state element |
SupportsType<T> |
removeId()
Removes the
id attribute |
SupportsType<T> |
removeMimeType()
Removes the
mime-type element |
SupportsType<T> |
windowState(String... values)
Creates for all String objects representing
window-state elements,
a new window-state element |
SupportsType<T> mimeType(String mimeType)
mime-type
elementmimeType
- the value for the element mime-type
SupportsType
String getMimeType()
mime-type
elementmime-type
SupportsType<T> removeMimeType()
mime-type
elementSupportsType
SupportsType<T> portletMode(String... values)
portlet-mode
elements,
a new portlet-mode
elementvalues
- list of portlet-mode
objectsSupportsType
List<String> getAllPortletMode()
portlet-mode
elementsportlet-mode
SupportsType<T> removeAllPortletMode()
portlet-mode
elementSupportsType
SupportsType<T> windowState(String... values)
window-state
elements,
a new window-state
elementvalues
- list of window-state
objectsSupportsType
List<String> getAllWindowState()
window-state
elementswindow-state
SupportsType<T> removeAllWindowState()
window-state
elementSupportsType
SupportsType<T> id(String id)
id
attributeid
- the value for the attribute id
SupportsType
String getId()
id
attributeid
SupportsType<T> removeId()
id
attributeSupportsType
Copyright © 2020 JBoss by Red Hat. All rights reserved.