Package org.opencms.ui.sitemap
Interface I_CmsLocaleCompareContext
- All Known Implementing Classes:
CmsLocaleComparePanel
public interface I_CmsLocaleCompareContext
Provides information about the current state of the locale comparison editor.
-
Method Summary
Modifier and TypeMethodDescriptionGets the comparison locale.Gets the locale group of the root resource.getRoot()
Gets the root resource.Gets the root locale.void
Refreshes everything.
-
Method Details
-
getComparisonLocale
Gets the comparison locale.- Returns:
- the comparison locale
-
getLocaleGroup
Gets the locale group of the root resource.- Returns:
- the locale group of the root resource
-
getRoot
Gets the root resource.- Returns:
- the root resource
-
getRootLocale
Gets the root locale.- Returns:
- the root locale
-
refreshAll
void refreshAll()Refreshes everything.
-