
public interface SupportsType<T> extends Child<T>, PortletSupportsCommonType<T,SupportsType<T>>
supportsType xsd type| Modifier 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-typeSupportsTypeString getMimeType()
mime-type elementmime-typeSupportsType<T> removeMimeType()
mime-type elementSupportsTypeSupportsType<T> portletMode(String... values)
portlet-mode elements,
a new portlet-mode elementvalues - list of portlet-mode objectsSupportsTypeList<String> getAllPortletMode()
portlet-mode elementsportlet-modeSupportsType<T> removeAllPortletMode()
portlet-mode elementSupportsTypeSupportsType<T> windowState(String... values)
window-state elements,
a new window-state elementvalues - list of window-state objectsSupportsTypeList<String> getAllWindowState()
window-state elementswindow-stateSupportsType<T> removeAllWindowState()
window-state elementSupportsTypeSupportsType<T> id(String id)
id attributeid - the value for the attribute idSupportsTypeString getId()
id attributeidSupportsType<T> removeId()
id attributeSupportsTypeCopyright © 2025 JBoss by Red Hat. All rights reserved.