| org.sakaiproject.site.api.ToolConfiguration
All known Subclasses: org.sakaiproject.site.impl.BaseToolConfiguration, org.theospi.portfolio.worksite.model.ToolConfigurationWrapper,
ToolConfiguration | public interface ToolConfiguration extends Placement,Serializable(Code) | |
ToolConfiguration is a the placement of a tool on a site page; a placement with layout information.
|
getContainingPage | public SitePage getContainingPage()(Code) | | Access the SitePage in which this tool configuration lives.
the SitePage in which this tool configuration lives. |
getLayoutHints | public String getLayoutHints()(Code) | | the layout hints for this tool. |
getPageId | public String getPageId()(Code) | | the page id for this tool. |
getPageOrder | public int getPageOrder()(Code) | | Access the tool's order in the page.
the tool's order in the page. |
getSiteId | public String getSiteId()(Code) | | the site id for this tool. |
getSkin | public String getSkin()(Code) | | the skin to use for this tool. |
moveDown | public void moveDown()(Code) | | Move this tool one step towards the end of the order of tools in this page.
|
moveUp | public void moveUp()(Code) | | Move this tool one step towards the start of the order of tools in this page.
|
parseLayoutHints | public int[] parseLayoutHints()(Code) | | If the layout hints are a row,col format, return the two numbers, else return null.
|
setLayoutHints | public void setLayoutHints(String hints)(Code) | | Set the layout hints.
Parameters: hints - The layout hints. |
|
|