public class DashboardPagePortletInfo extends Object
Constructor and Description |
---|
DashboardPagePortletInfo() |
DashboardPagePortletInfo(List<String> leftPortlets,
List<String> rightPortlets) |
Modifier and Type | Method and Description |
---|---|
DashboardPagePortletInfo |
addToLeft(String portletName) |
DashboardPagePortletInfo |
addToRight(String portletName) |
List |
getLeftPortlets() |
List |
getRightPortlets() |
void |
setLeftPortlets(List<String> leftPortlets) |
void |
setRightPortlets(List<String> rightPortlets) |
String |
toString() |
public DashboardPagePortletInfo(List<String> leftPortlets, List<String> rightPortlets)
public DashboardPagePortletInfo()
public DashboardPagePortletInfo addToLeft(String portletName)
public DashboardPagePortletInfo addToRight(String portletName)
public List getLeftPortlets()
public List getRightPortlets()
Copyright © 2002-2019 Atlassian. All Rights Reserved.