X-Git-Url: https://git.argeo.org/?a=blobdiff_plain;f=org.argeo.suite.ui%2Fsrc%2Forg%2Fargeo%2Fsuite%2Fui%2FSuiteStyle.java;h=0b26852eabf0cb51a3ab643f49079c34f4335bed;hb=26204f48e2c40e98cc5b85757779b8a291edaa6a;hp=4e825ece20f7add51df43e3b6deefd27eec8660f;hpb=a91a037c1d7d94a47e356918952a106b5071cf5c;p=gpl%2Fargeo-suite.git diff --git a/org.argeo.suite.ui/src/org/argeo/suite/ui/SuiteStyle.java b/org.argeo.suite.ui/src/org/argeo/suite/ui/SuiteStyle.java index 4e825ec..0b26852 100644 --- a/org.argeo.suite.ui/src/org/argeo/suite/ui/SuiteStyle.java +++ b/org.argeo.suite.ui/src/org/argeo/suite/ui/SuiteStyle.java @@ -4,21 +4,27 @@ import org.argeo.cms.ui.util.CmsStyle; /** Styles used by Argeo Suite work UI. */ public enum SuiteStyle implements CmsStyle { - // Header + // header header, headerTitle, headerMenu, headerMenuItem, - // Recent items + // footer + footer, + // recent items recentItems, - // Lead pane - leadPane, leadPaneItem, - // Group composite - titleContainer, titleLabel, subTitleLabel, - // Forms elements - simpleLabel, simpleText, + // lead pane + leadPane, leadPaneItem, leadPaneSectionTitle, leadPaneSubSectionTitle, + // entry area + entryArea, + // group composite + titleContainer, titleLabel, subTitleLabel, formLine, formColumn, navigationBar, navigationTitle, navigationButton, + // forms elements + simpleLabel, simpleText, simpleInput, // table titleCell, + // layers + workArea, // tabbed area - mainTabBody,mainTabSelected, mainTab, - // Buttons + mainTabBody, mainTabSelected, mainTab, + // buttons inlineButton; @Override