| java.lang.Object org.sakaiproject.util.Placement org.sakaiproject.site.impl.BaseToolConfiguration
Constructor Summary | |
protected | BaseToolConfiguration(SitePage page, String id, String toolId, String title, String layoutHints, int pageOrder) | protected | BaseToolConfiguration(String id, String toolId, String title, String layoutHints, String pageId, String siteId, String skin, int pageOrder) ReConstruct - if we don't have a page to follow up to get to certain page and site info. | protected | BaseToolConfiguration(ToolConfiguration other, SitePage page, boolean exact) Construct as a copy of another. | protected | BaseToolConfiguration(SitePage page) Construct using a tool registration for default information. | protected | BaseToolConfiguration(Tool reg, SitePage page) Construct using a tool registration for default information. | protected | BaseToolConfiguration(String toolId, SitePage page) Construct using a tool id. | protected | BaseToolConfiguration(Element el, SitePage page) Construct from XML element. |
m_configLazy | protected boolean m_configLazy(Code) | | True if the placement conf has not been read yet.
|
m_layoutHints | protected String m_layoutHints(Code) | | The layout hints.
|
m_pageId | protected String m_pageId(Code) | | The page id I belong to, in case I have no m_page.
|
m_pageOrder | protected int m_pageOrder(Code) | | The order within the page.
|
m_siteId | protected String m_siteId(Code) | | The site id I belong to, in case I have no m_page.
|
m_skin | protected String m_skin(Code) | | The site skin, in case I have no m_page.
|
BaseToolConfiguration | protected BaseToolConfiguration(SitePage page, String id, String toolId, String title, String layoutHints, int pageOrder)(Code) | | ReConstruct
Parameters: page - The page in which this tool lives. Parameters: id - The tool (placement) id. Parameters: toolId - The id (registration code) of the tool to place here. Parameters: title - The tool title. Parameters: layoutHints - The layout hints. Parameters: pageOrder - The order within the page. |
BaseToolConfiguration | protected BaseToolConfiguration(String id, String toolId, String title, String layoutHints, String pageId, String siteId, String skin, int pageOrder)(Code) | | ReConstruct - if we don't have a page to follow up to get to certain page and site info.
Parameters: id - The tool (placement) id. Parameters: toolId - The id (registration code) of the tool to place here. Parameters: title - The tool title. Parameters: layoutHints - The layout hints. Parameters: pageId - The page id in which this tool lives. Parameters: siteId - The site id in which this tool lives. Parameters: skin - The site's skin. Parameters: pageOrder - The order within the page. |
BaseToolConfiguration | protected BaseToolConfiguration(ToolConfiguration other, SitePage page, boolean exact)(Code) | | Construct as a copy of another.
Parameters: other - The other to copy. Parameters: page - The page in which this tool lives. Parameters: exact - If true, we copy ids - else we generate a new one. |
BaseToolConfiguration | protected BaseToolConfiguration(SitePage page)(Code) | | Construct using a tool registration for default information.
Parameters: reg - The tool registration. Parameters: page - The page in which this tool lives. |
BaseToolConfiguration | protected BaseToolConfiguration(Tool reg, SitePage page)(Code) | | Construct using a tool registration for default information.
Parameters: reg - The tool registration. Parameters: page - The page in which this tool lives. |
BaseToolConfiguration | protected BaseToolConfiguration(String toolId, SitePage page)(Code) | | Construct using a tool id.
Parameters: toolId - The tool id. Parameters: page - The page in which this tool lives. |
BaseToolConfiguration | protected BaseToolConfiguration(Element el, SitePage page)(Code) | | Construct from XML element.
Parameters: el - The XML element. Parameters: page - The page in which this tool lives. |
getMyConfig | protected Properties getMyConfig()(Code) | | Acces the m_config, which is inherited and not visible to this package outside this class -ggolden
|
getPageOrder | public int getPageOrder()(Code) | | |
moveDown | public void moveDown()(Code) | | |
moveUp | public void moveUp()(Code) | | |
parseLayoutHints | public int[] parseLayoutHints()(Code) | | |
setLayoutHints | public void setLayoutHints(String hints)(Code) | | |
|
|