Modifier and Type | Method and Description |
---|---|
Section |
NavigationManager.doGetCurrentSection() |
protected Section |
NavigationManager.getCurrentPageFromCache() |
Section |
NavigationManager.getCurrentSection()
Get the current page, repositioning the navigation in case it is not correct.
|
Section |
NavigationPoint.getPage() |
Section |
Dashboard.getSection() |
Modifier and Type | Method and Description |
---|---|
static LayoutRegionStatus |
SessionManager.getRegionStatus(Section section,
LayoutRegion region)
Returns the section status object for a given region.
|
protected void |
NavigationManager.pageLeft(Section oldSection) |
void |
NavigationManager.setCurrentSection(Section section) |
void |
Dashboard.setSection(Section newSection) |
Modifier and Type | Method and Description |
---|---|
Section |
DashboardFilterProperty.getDrillDownPage() |
Modifier and Type | Method and Description |
---|---|
boolean |
DashboardHandler.containsKPIs(Section section)
Check if the specified section is a dashboard.
|
void |
SectionsHandler.deleteSection(WorkspaceImpl workspace,
Section section) |
Dashboard |
DashboardHandler.getDashboard(Section section)
Get the dashboard for the specified page.
|
String |
URLMarkupGenerator.getLinkToPage(Section page,
boolean allowFriendly)
Get an absolute url that leads to a given page
|
String |
URLMarkupGenerator.getLinkToPage(Section page,
boolean allowFriendly,
String lang)
Get an absolute url that leads to a given page in a given lang
|
protected StringBuffer |
URLMarkupGenerator.getRelativeLinkToPage(Section page,
boolean allowFriendly,
String lang) |
Modifier and Type | Method and Description |
---|---|
List<Section> |
ExportHandler.getSectionsWithKPIs(WorkspaceImpl workspace) |
Set<Section> |
ExportHandler.getSelectedSections(WorkspaceImpl workspace) |
Modifier and Type | Method and Description |
---|---|
protected void |
TreeShortcutHandler.setWorkspaceValuesFromTree(WorkspaceImpl workspace,
Section section,
Panel panel) |
Modifier and Type | Method and Description |
---|---|
Section |
HomePagesHandler.getDefaultSectionForRole(Role role) |
Modifier and Type | Method and Description |
---|---|
Section |
SectionPropertiesHandler.getSection() |
Modifier and Type | Method and Description |
---|---|
void |
SectionPropertiesHandler.setSection(Section section) |
Modifier and Type | Method and Description |
---|---|
protected List<Section> |
SectionsPropertiesFormatter.initSections(String preffix,
WorkspaceImpl workspace) |
Modifier and Type | Method and Description |
---|---|
boolean |
SectionsPropertiesHandler.checkMoveLoop(Section newParent,
Section sectionToMove) |
protected String |
SectionsPropertiesHandler.getSectionIds(Section section) |
protected String |
SectionsPropertiesFormatter.getTitle(Section section) |
void |
SectionsPropertiesFormatter.initSections(Section rootSection,
String indent,
String preffix) |
Modifier and Type | Method and Description |
---|---|
Section |
SectionNode.getSection() |
Modifier and Type | Method and Description |
---|---|
protected SectionNode |
SectionNode.getNewSectionNode(Section section) |
protected SectionNode |
SectionsNode.getNewSectionNode(Section section) |
Modifier and Type | Field and Description |
---|---|
protected Section |
RegionFormatter.currentSection |
Modifier and Type | Method and Description |
---|---|
protected Comparator<Section> |
ExportFormatter.newSectionComparatorByName() |
Modifier and Type | Method and Description |
---|---|
protected String |
RenderIndentedSectionsFormatter.getPageUrl(javax.servlet.http.HttpServletRequest request,
Section section,
boolean permanent) |
protected String |
RenderIndentedSectionsFormatter.getTitle(Section section) |
protected void |
RenderNestedSectionsFormatter.renderSection(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Section section,
List visibleIds,
List checkedIds,
List selectableIds,
boolean checkPermissions,
boolean showHiddenPages) |
Modifier and Type | Method and Description |
---|---|
protected String |
LinkToSectionTag.getLink(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Section section) |
Modifier and Type | Method and Description |
---|---|
protected Section |
Formatter.getSection() |
Modifier and Type | Method and Description |
---|---|
Section |
CopyManagerImpl.copy(Section section,
WorkspaceImpl workspace,
SectionCopyOption sco) |
Section |
CopyManager.copy(Section section,
WorkspaceImpl workspace,
SectionCopyOption sco)
Copies this section and all panels inside to another workspace.
|
Section[] |
WorkspaceImpl.getAllChildSections(Long sectionId)
Returns all the children for a given section
|
Section[] |
WorkspaceImpl.getAllRootSections()
Returns all the root sections
|
Section[] |
WorkspaceImpl.getAllSections()
Returns all the sections sorted.
|
Section[] |
WorkspaceImpl.getAllUnsortedSections()
Returns all the sections, but unsorted
|
Section |
WorkspaceImpl.getDefaultHomePageForRole(String role) |
Section |
Section.getParent() |
Section |
Section.getRoot() |
Section |
Panel.getSection() |
Section |
SectionRegion.getSection() |
Section |
Workspace.getSection(Long id) |
Section |
WorkspaceImpl.getSection(Long id)
Returns a given section according to its identifier
|
Section |
SectionsManagerImpl.getSectionByDbId(Long dbid) |
Section |
SectionsManager.getSectionByDbId(Long dbid)
Retrieves a section by identifier.
|
Section |
WorkspaceImpl.getSectionByUrl(String friendlyUrl)
Returns a given section according to its url
|
Modifier and Type | Method and Description |
---|---|
List<Section> |
Section.getChildren() |
List<Section> |
Section.getHierarchy() |
Set<Section> |
WorkspaceImpl.getSections() |
Modifier and Type | Method and Description |
---|---|
void |
WorkspaceImpl.addSection(Section section)
Adds a section, either to regular sections or to system sections
|
int |
Section.compareTo(Section other) |
Panel |
CopyManagerImpl.copy(Panel panel,
Section section,
LayoutRegion region) |
Panel |
CopyManager.copy(Panel panel,
Section section,
LayoutRegion region)
Copies this panel to another section.
|
Panel |
CopyManagerImpl.copy(Panel panel,
Section section,
LayoutRegion region,
PanelInstance instance) |
Panel |
CopyManager.copy(Panel panel,
Section section,
LayoutRegion region,
PanelInstance instance)
Copies this panel to another section.
|
Section |
CopyManagerImpl.copy(Section section,
WorkspaceImpl workspace,
SectionCopyOption sco) |
Section |
CopyManager.copy(Section section,
WorkspaceImpl workspace,
SectionCopyOption sco)
Copies this section and all panels inside to another workspace.
|
protected void |
CopyManagerImpl.copyPermissions(Section section,
Section sectionCopy)
Clones Section permissions.
|
protected void |
CopyManagerImpl.copyResources(Section section,
Section sectionClone) |
void |
SectionsManagerImpl.delete(Section section)
Removes a workspace section from the system
|
void |
SectionsManager.delete(Section section)
Removes a workspace section
|
static Map |
WorkspaceImpl.getSectionArray(WorkspaceImpl workspace,
Section parent) |
static String |
WorkspaceImpl.getSectionTree(WorkspaceImpl workspace,
Section parent,
String locale) |
boolean |
Section.isAncestor(Section section) |
void |
Section.moveDown(Section section)
Changes the order of a section belonging to this workspace
|
void |
WorkspaceImpl.moveDown(Section section)
Changes the order of a section belonging to this workspace
|
void |
Section.moveUp(Section section)
Changes the order of a section, putting it before it was
|
void |
WorkspaceImpl.moveUp(Section section)
Changes the order of a section, putting it before it was
|
void |
WorkspaceImpl.removeSection(Section section)
Removes a section according to its identifier
|
void |
WorkspaceImpl.reorderSections(Section root,
int startIndex) |
void |
Section.setParent(Section parent) |
void |
Panel.setSection(Section section) |
void |
SectionsManagerImpl.store(Section section)
Stores workspace section state in database
|
void |
SectionsManager.store(Section section)
Persist section to database
|
Modifier and Type | Method and Description |
---|---|
void |
WorkspaceImpl.setSections(Set<Section> sections) |
Constructor and Description |
---|
SectionRegion(Section section,
LayoutRegion layoutRegion,
List<Panel> panels) |
Modifier and Type | Method and Description |
---|---|
protected void |
WorkspaceBuilder.createPanel(CreateResult result,
Section section,
XMLNode node,
Map attributes) |
Object |
WorkspaceVisitor.visitSection(Section section) |
Object |
ExportVisitor.visitSection(Section section) |
Copyright © 2012–2016 JBoss by Red Hat. All rights reserved.