
public interface CustomPortletModeType<T> extends Child<T>, PortletCustomPortletModeCommonType<T,CustomPortletModeType<T>>
custom-portlet-modeType xsd type| Modifier and Type | Method and Description |
|---|---|
CustomPortletModeType<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 |
PortalManagedType |
getPortalManaged()
Returns the
portal-managed element |
String |
getPortalManagedAsString()
Returns the
portal-managed element |
String |
getPortletMode()
Returns the
portlet-mode element |
CustomPortletModeType<T> |
id(String id)
Sets the
id attribute |
CustomPortletModeType<T> |
portalManaged(PortalManagedType portalManaged)
Sets the
portal-managed element |
CustomPortletModeType<T> |
portalManaged(String portalManaged)
Sets the
portal-managed element |
CustomPortletModeType<T> |
portletMode(String portletMode)
Sets the
portlet-mode element |
CustomPortletModeType<T> |
removeAllDescription()
Removes the
description element |
CustomPortletModeType<T> |
removeId()
Removes the
id attribute |
CustomPortletModeType<T> |
removePortalManaged()
Removes the
portal-managed attribute |
CustomPortletModeType<T> |
removePortletMode()
Removes the
portlet-mode element |
CustomPortletModeType<T> description(String... values)
description elements,
a new description elementvalues - list of description objectsCustomPortletModeTypeList<String> getAllDescription()
description elementsdescriptionCustomPortletModeType<T> removeAllDescription()
description elementCustomPortletModeTypeCustomPortletModeType<T> portletMode(String portletMode)
portlet-mode elementportletMode - the value for the element portlet-modeCustomPortletModeTypeString getPortletMode()
portlet-mode elementportlet-modeCustomPortletModeType<T> removePortletMode()
portlet-mode elementCustomPortletModeTypeCustomPortletModeType<T> portalManaged(PortalManagedType portalManaged)
portal-managed elementportalManaged - the value for the element portal-managedCustomPortletModeTypeCustomPortletModeType<T> portalManaged(String portalManaged)
portal-managed elementportalManaged - the value for the element portal-managedCustomPortletModeTypePortalManagedType getPortalManaged()
portal-managed elementportal-managedString getPortalManagedAsString()
portal-managed elementportal-managedCustomPortletModeType<T> removePortalManaged()
portal-managed attributeCustomPortletModeTypeCustomPortletModeType<T> id(String id)
id attributeid - the value for the attribute idCustomPortletModeTypeString getId()
id attributeidCustomPortletModeType<T> removeId()
id attributeCustomPortletModeTypeCopyright © 2025 JBoss by Red Hat. All rights reserved.