Java com.liferay.portal.kernel.model Layout fields, constructors, methods, implement or subclass

Example usage for Java com.liferay.portal.kernel.model Layout fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.liferay.portal.kernel.model Layout.

The text is from its open source code.

Method

java.util.ListgetAllChildren()
Returns all layouts that are direct or indirect children of the current layout.
java.util.ListgetAncestors()
Returns all parent layouts of the current layout.
java.util.ListgetChildren()
Returns all child layouts of the current layout, independent of user access permissions.
StringgetDefaultThemeSetting(String key, String device, boolean inheritLookAndFeel)
java.util.MapgetFriendlyURLMap()
Returns the friendly URLs for all configured locales.
GroupgetGroup()
Returns the current layout's group.
StringgetHTMLTitle(java.util.Locale locale)
Returns the current layout's HTML title for the given locale, or the current layout's name for the given locale if no HTML title is configured.
StringgetHTMLTitle(String localeLanguageId)
Returns the current layout's HTML title for the given locale language ID, or the current layout's name if no HTML title is configured.
booleangetIconImage()
Returns true if the current layout has a configured icon.
LayoutSetgetLayoutSet()
Returns the current layout's LayoutSet .
LayoutTypegetLayoutType()
Returns the current layout's LayoutType .
StringgetRegularURL(javax.servlet.http.HttpServletRequest httpServletRequest)
GroupgetScopeGroup()
ThemegetTheme()
Returns the current layout's theme, or the layout set's theme if no layout theme is configured.
com.liferay.portal.kernel.util.UnicodePropertiesgetTypeSettingsProperties()
StringgetTypeSettingsProperty(String key, String defaultValue)
StringgetTypeSettingsProperty(String key)
booleanhasChildren()
Returns true if the current layout has child layouts.
booleanhasScopeGroup()
booleanisContentDisplayPage()
Returns true if the current layout can be used as a content display page.
booleanisCustomizable()
booleanisIconImage()
booleanisInheritLookAndFeel()
Returns true if the current layout utilizes its LayoutSet 's look and feel options (e.g.
booleanisLayoutPrototypeLinkActive()
Returns true if the current layout is built from a layout template and still maintains an active connection to it.
booleanisPublicLayout()
Returns true if the current layout is part of the public LayoutSet .
booleanisRootLayout()
Returns true if the current layout is the root layout.
booleanisSupportsEmbeddedPortlets()
Returns true if the current layout can hold embedded portlets.
booleanisTypeControlPanel()
booleanisTypePanel()
booleanisTypePortlet()
booleanisTypeURL()
voidsetLayoutSet(LayoutSet layoutSet)
voidsetTypeSettingsProperties(com.liferay.portal.kernel.util.UnicodeProperties typeSettingsProperties)