Make Suite App more configurable.
[gpl/argeo-suite.git] / org.argeo.suite.ui / src / org / argeo / suite / ui / SuiteStyle.java
index 6e8f4c5d1f5f02a646328175cab36beab3a11454..e3ae0c7832c55c67af641f42d74d3b792d21663f 100644 (file)
@@ -5,11 +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() {