public interface CustomPortletModeType<T> extends Child<T>, PortletCustomPortletModeCommonType<T,CustomPortletModeType<T>>
custom-portlet-modeType
xsd typeModifier 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
objectsCustomPortletModeType
List<String> getAllDescription()
description
elementsdescription
CustomPortletModeType<T> removeAllDescription()
description
elementCustomPortletModeType
CustomPortletModeType<T> portletMode(String portletMode)
portlet-mode
elementportletMode
- the value for the element portlet-mode
CustomPortletModeType
String getPortletMode()
portlet-mode
elementportlet-mode
CustomPortletModeType<T> removePortletMode()
portlet-mode
elementCustomPortletModeType
CustomPortletModeType<T> portalManaged(PortalManagedType portalManaged)
portal-managed
elementportalManaged
- the value for the element portal-managed
CustomPortletModeType
CustomPortletModeType<T> portalManaged(String portalManaged)
portal-managed
elementportalManaged
- the value for the element portal-managed
CustomPortletModeType
PortalManagedType getPortalManaged()
portal-managed
elementportal-managed
String getPortalManagedAsString()
portal-managed
elementportal-managed
CustomPortletModeType<T> removePortalManaged()
portal-managed
attributeCustomPortletModeType
CustomPortletModeType<T> id(String id)
id
attributeid
- the value for the attribute id
CustomPortletModeType
String getId()
id
attributeid
CustomPortletModeType<T> removeId()
id
attributeCustomPortletModeType
Copyright © 2017 JBoss by Red Hat. All rights reserved.