X-Git-Url: https://git.argeo.org/?a=blobdiff_plain;f=org.argeo.suite.ui%2Fsrc%2Forg%2Fargeo%2Fsuite%2Fui%2FSuiteStyle.java;h=345ae304737419f2cafb10308621fad25f82dafc;hb=41e9998f7f1c87c747c57f60c6bec65fa20757a6;hp=398248117073436d5348e12101336e568957bd07;hpb=da58e5c3ff5d3bb51a55da3d457dbbe23c7a991d;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 3982481..345ae30 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 @@ -1,24 +1,30 @@ package org.argeo.suite.ui; -import org.argeo.cms.ui.util.CmsStyle; +import org.argeo.api.cms.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,formLine,formColumn,navigationBar,navigationTitle,navigationButton, - // 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