Class LayoutItemSelectorCriterion
java.lang.Object
com.liferay.item.selector.BaseItemSelectorCriterion
com.liferay.layout.item.selector.criterion.LayoutItemSelectorCriterion
- All Implemented Interfaces:
com.liferay.item.selector.ItemSelectorCriterion
public class LayoutItemSelectorCriterion
extends com.liferay.item.selector.BaseItemSelectorCriterion
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanbooleanbooleanbooleanvoidsetCheckDisplayPage(boolean checkDisplayPage) voidsetEnableCurrentPage(boolean enableCurrentPage) voidsetMultiSelection(boolean multiSelection) voidsetShowBreadcrumb(boolean showBreadcrumb) voidsetShowPrivatePages(boolean showPrivatePages) voidsetShowPublicPages(boolean showPublicPages) Methods inherited from class com.liferay.item.selector.BaseItemSelectorCriterion
getDesiredItemSelectorReturnTypes, setDesiredItemSelectorReturnTypes, setDesiredItemSelectorReturnTypesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.liferay.item.selector.ItemSelectorCriterion
getMimeTypeRestriction
-
Constructor Details
-
LayoutItemSelectorCriterion
public LayoutItemSelectorCriterion()
-
-
Method Details
-
isCheckDisplayPage
public boolean isCheckDisplayPage() -
isEnableCurrentPage
public boolean isEnableCurrentPage() -
isMultiSelection
public boolean isMultiSelection() -
isShowBreadcrumb
public boolean isShowBreadcrumb() -
isShowPrivatePages
public boolean isShowPrivatePages() -
isShowPublicPages
public boolean isShowPublicPages() -
setCheckDisplayPage
public void setCheckDisplayPage(boolean checkDisplayPage) -
setEnableCurrentPage
public void setEnableCurrentPage(boolean enableCurrentPage) -
setMultiSelection
public void setMultiSelection(boolean multiSelection) -
setShowBreadcrumb
public void setShowBreadcrumb(boolean showBreadcrumb) -
setShowPrivatePages
public void setShowPrivatePages(boolean showPrivatePages) -
setShowPublicPages
public void setShowPublicPages(boolean showPublicPages)
-