Make Suite App more configurable.
[gpl/argeo-suite.git] / org.argeo.suite.ui / src / org / argeo / suite / ui / SuiteStyle.java
index 2251e67d6eeaaf250f18f680269723e15d32b099..e3ae0c7832c55c67af641f42d74d3b792d21663f 100644 (file)
@@ -5,9 +5,21 @@ import org.argeo.cms.ui.util.CmsStyle;
 /** Styles used by Argeo Suite work UI. */
 public enum SuiteStyle implements CmsStyle {
        // Header
-       header,headerTitle,
+       header, headerTitle, headerMenu, headerMenuItem,
+       // Recent items
+       recentItems,
        // Lead pane
-       leadPane;
+       leadPane, leadPaneItem, leadPaneSectionTitle, leadPaneSubSectionTitle,
+       // Group composite
+       titleContainer, titleLabel, subTitleLabel, formLine, formColumn, navigationBar, navigationTitle, navigationButton,
+       // Forms elements
+       simpleLabel, simpleText, simpleInput,
+       // table
+       titleCell,
+       // tabbed area
+       mainTabBody, mainTabSelected, mainTab,
+       // Buttons
+       inlineButton;
 
        @Override
        public String getClassPrefix() {