Make Suite App more configurable.
[gpl/argeo-suite.git] / org.argeo.suite.ui / src / org / argeo / suite / ui / SuiteStyle.java
index 2d15248301fec30c61a370c6d6fe650db7d819f5..e3ae0c7832c55c67af641f42d74d3b792d21663f 100644 (file)
@@ -5,15 +5,21 @@ 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,
-       // Groups composite
-       titleLabel,subTitleLabel,
+       leadPane, leadPaneItem, leadPaneSectionTitle, leadPaneSubSectionTitle,
+       // Group composite
+       titleContainer, titleLabel, subTitleLabel, formLine, formColumn, navigationBar, navigationTitle, navigationButton,
        // Forms elements
-       simpleLabel, simpleText;
+       simpleLabel, simpleText, simpleInput,
+       // table
+       titleCell,
+       // tabbed area
+       mainTabBody, mainTabSelected, mainTab,
+       // Buttons
+       inlineButton;
 
        @Override
        public String getClassPrefix() {