Refactor DocBook attributes.
[gpl/argeo-suite.git] / org.argeo.suite.ui / src / org / argeo / suite / ui / SuiteStyle.java
index 75f2aeb0f24ff6242dee4522073604e72a58db48..5183fa464a1dd6d4a62daccb741fdc2e7878f2f1 100644 (file)
@@ -5,20 +5,24 @@ import org.argeo.cms.ui.util.CmsStyle;
 /** Styles used by Argeo Suite work UI. */
 public enum SuiteStyle implements CmsStyle {
        // Header
-       header,headerTitle,headerMenu,headerMenuItem,
+       header, headerTitle, headerMenu, headerMenuItem,
        // Recent items
        recentItems,
        // Lead pane
-       leadPane,leadPaneItem,
+       leadPane, leadPaneItem, leadPaneSectionTitle, leadPaneSubSectionTitle,
        // Group composite
-       titleContainer,titleLabel,subTitleLabel,
+       titleContainer, titleLabel, subTitleLabel, formLine, formColumn, navigationBar, navigationTitle, navigationButton,
        // Forms elements
-       simpleLabel, simpleText,
+       simpleLabel, simpleText, simpleInput,
        // table
        titleCell,
+       // layers
+       workArea,
+       // tabbed area
+       mainTabBody, mainTabSelected, mainTab,
        // Buttons
        inlineButton;
-       
+
        @Override
        public String getClassPrefix() {
                return "argeo-suite";