001/*
002 * This library is part of OpenCms -
003 * the Open Source Content Management System
004 *
005 * Copyright (c) Alkacon Software GmbH & Co. KG (http://www.alkacon.com)
006 *
007 * This library is free software; you can redistribute it and/or
008 * modify it under the terms of the GNU Lesser General Public
009 * License as published by the Free Software Foundation; either
010 * version 2.1 of the License, or (at your option) any later version.
011 *
012 * This library is distributed in the hope that it will be useful,
013 * but WITHOUT ANY WARRANTY; without even the implied warranty of
014 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
015 * Lesser General Public License for more details.
016 *
017 * For further information about Alkacon Software, please see the
018 * company website: http://www.alkacon.com
019 *
020 * For further information about OpenCms, please see the
021 * project website: http://www.opencms.org
022 *
023 * You should have received a copy of the GNU Lesser General Public
024 * License along with this library; if not, write to the Free Software
025 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
026 */
027
028package org.opencms.gwt.client.ui.css;
029
030import com.google.gwt.core.client.GWT;
031import com.google.gwt.resources.client.ClientBundle;
032import com.google.gwt.resources.client.CssResource;
033import com.google.gwt.resources.client.CssResource.Import;
034import com.google.gwt.resources.client.CssResource.ImportedWithPrefix;
035import com.google.gwt.resources.client.CssResource.Shared;
036
037/**
038 * Resource bundle to access CSS and image resources.
039 *
040 * @since 8.0.0
041 */
042public interface I_CmsLayoutBundle extends ClientBundle {
043
044    /** The context menu CSS classes. */
045    public interface I_CmsAvailabilityCss extends CssResource {
046
047        /**
048         * Access method.<p>
049         *
050         * @return the CSS class name
051         */
052        String checkBox();
053
054        /**
055         * Access method.<p>
056         *
057         * @return the CSS class name
058         */
059        String dateBox();
060
061        /**
062         * Access method.<p>
063         *
064         * @return the CSS class name
065         */
066        String fieldsetSpacer();
067
068        /**
069         * Access method.<p>
070         *
071         * @return the CSS class name
072         */
073        String inlineBlock();
074
075        /**
076         * Access method.<p>
077         *
078         * @return the CSS class name
079         */
080        String inputCombination();
081
082        /**
083         * Access method.<p>
084         *
085         * @return the CSS class name
086         */
087        String labelColumn();
088
089        /**
090         * Access method.<p>
091         *
092         * @return the CSS class name
093         */
094        String principalIcon();
095
096        /**
097         * Access method.<p>
098         *
099         * @return the CSS class name
100         */
101        String responsabilityLabel();
102    }
103
104    /** Button CSS. */
105    @ImportedWithPrefix("buttons")
106    interface I_CmsButtonCss extends I_CmsStateCss {
107
108        /**
109         *  Access method.<p>
110         *
111         * @return the CSS class name
112         */
113        String blue();
114
115        /**
116         *  Access method.<p>
117         *
118         * @return the CSS class name
119         */
120        String cmsButtonBig();
121
122        /**
123         *  Access method.<p>
124         *
125         * @return the CSS class name
126         */
127        String cmsButtonMedium();
128
129        /**
130         *  Access method.<p>
131         *
132         * @return the CSS class name
133         */
134        String cmsButtonSmall();
135
136        /**
137         *  Access method.<p>
138         *
139         * @return the CSS class name
140         */
141        String cmsFontIconButton();
142
143        /**
144         *  Access method.<p>
145         *
146         * @return the CSS class name
147         */
148        String cmsMenuButton();
149
150        /**
151         * Access method.<p>
152         *
153         * @return the CSS class name
154         */
155        String cmsMinWidth();
156
157        /**
158         * Access method.<p>
159         *
160         * @return the CSS class name
161         */
162        String cmsPushButton();
163
164        /**
165         *  Access method.<p>
166         *
167         * @return the CSS class name
168         */
169        String cmsTextButton();
170
171        /**
172         *  Access method.<p>
173         *
174         * @return the CSS class name
175         */
176        String cmsTransparentButton();
177
178        /**
179         *  Access method.<p>
180         *
181         * @return the CSS class name
182         */
183        String gray();
184
185        /**
186         *  Access method.<p>
187         *
188         * @return the CSS class name
189         */
190        String green();
191
192        /**
193         *  Access method.<p>
194         *
195         * @return the CSS class name
196         */
197        String helpIcon();
198
199        /**
200         *  Access method.<p>
201         *
202         * @return the CSS class name
203         */
204        String hoverBlack();
205
206        /**
207         *  Access method.<p>
208         *
209         * @return the CSS class name
210         */
211        String red();
212
213        /**
214         * Access method.<p>
215         *
216         * @return the CSS class name
217         */
218        String resizeButton();
219
220        /**
221         *  Access method.<p>
222         *
223         * @return the CSS class name
224         */
225        String spacerLeft();
226
227        /**
228         *  Access method.<p>
229         *
230         * @return the CSS class name
231         */
232        String spacerRight();
233    }
234
235    /** The category CSS. */
236    interface I_CmsCategoryDialogCss extends CssResource {
237
238        /** Access method.<p>
239         *
240         * @return the CSS class name
241         */
242        String criteriaList();
243
244        /** Access method.<p>
245         *
246         * @return the CSS class name
247         */
248        String infoLabel();
249
250        /** Access method.<p>
251         *
252         * @return the CSS class name
253         */
254        String tabOptions();
255    }
256
257    /** THe color selector CSS classes.  */
258    public interface I_CmsColorSelector extends CssResource {
259
260        /**
261         * Css class reader.<p>
262         *
263         * @return the css class
264         */
265        String colorSelectorWidget();
266
267        /**
268         * Css class reader.<p>
269         *
270         * @return the css class
271         */
272        String sliderMap();
273
274        /**
275         * Css class reader.<p>
276         *
277         * @return the css class
278         */
279        String sliderMapOverlay();
280
281        /**
282         * Css class reader.<p>
283         *
284         * @return the css class
285         */
286        String sliderMapSlider();
287
288        /**
289         * Css class reader.<p>
290         *
291         * @return the css class
292         */
293        String sliderMapUnderlay();
294
295        /**
296         * Css class reader.<p>
297         *
298         * @return the css class
299         */
300        String tableField();
301
302    }
303
304    /** The content editor dialog CSS. */
305    interface I_CmsContentEditorCss extends CssResource {
306
307        /** Access method.<p>
308         *
309         * @return the CSS class name
310         */
311        String contentEditor();
312
313        /**
314         * Access method.<p>
315         *
316         * @return the CSS class name
317         */
318        String dataViewItem();
319    }
320
321    /** The context menu CSS classes. */
322    public interface I_CmsContextmenuCss extends I_CmsPopupCss, I_CmsContextmenuItemCss {
323
324        /**
325         * Access method.<p>
326         *
327         * @return the CSS class name
328         */
329        String cmsMenuBar();
330
331        /**
332         * Access method.<p>
333         *
334         * @return the CSS class name
335         */
336        String iconBox();
337
338        /**
339         * Access method.<p>
340         *
341         * @return the CSS class name
342         */
343        String menuInfoLabel();
344
345        /**
346         * Access method.<p>
347         *
348         * @return the CSS class name
349         */
350        String menuItemSeparator();
351
352        /**
353         * Access method.<p>
354         *
355         * @return the CSS class name
356         */
357        String menuPanel();
358
359    }
360
361    /** The context menu item CSS classes. */
362    @Shared
363    public interface I_CmsContextmenuItemCss extends CssResource {
364
365        /**
366         * Access method.<p>
367         *
368         * @return the CSS class name
369         */
370        String arrow();
371
372        /**
373         * Access method.<p>
374         *
375         * @return the CSS class name
376         */
377        String cmsMenuItem();
378
379        /**
380         * Access method.<p>
381         *
382         * @return the CSS class name
383         */
384        String disabled();
385
386        /**
387         * Access method.<p>
388         *
389         * @return the CSS class name
390         */
391        String label();
392
393        /**
394         * Access method.<p>
395         *
396         * @return the CSS class name
397         */
398        String selected();
399    }
400
401    /** DateBox css. */
402    public interface I_CmsDateBoxCss extends CssResource {
403
404        /**
405         * Access method.<p>
406         *
407         * @return the CSS class name
408         */
409        String ampm();
410
411        /**
412         * Access method.<p>
413         *
414         * @return the CSS class name
415         */
416        String dateTime();
417
418        /**
419         * Access method.<p>
420         *
421         * @return the CSS class name
422         */
423        String time();
424    }
425
426    /** Dialog CSS. */
427    @Shared
428    @ImportedWithPrefix("dialog")
429    interface I_CmsDialogCss extends I_CmsPopupCss {
430
431        /**
432         * Access method.<p>
433         *
434         * @return the CSS class name
435         */
436        String alertBottomContent();
437
438        /**
439         * Access method.<p>
440         *
441         * @return the CSS class name
442         */
443        String alertMainContent();
444
445        /**
446         * Access method.<p>
447         *
448         * @return the CSS class name
449         */
450        String alertTopContent();
451
452        /**
453         * Access method.<p>
454         *
455         * @return the CSS class name
456         */
457        String borderPadding();
458
459        /**
460         * Access method.<p>
461         *
462         * @return the CSS class name
463         */
464        String caption();
465
466        /**
467         * Access method.<p>
468         *
469         * @return the CSS class name
470         */
471        String closePopup();
472
473        /**
474         * Access method.<p>
475         *
476         * @return the CSS class name
477         */
478        String closePopupImage();
479
480        /**
481         * Access method.<p>
482         *
483         * @return the CSS class name
484         */
485        String contentPadding();
486
487        /**
488         * Access method.<p>
489         *
490         * @return the CSS class name
491         */
492        String contentSpacer();
493
494        /**
495         * Access method.<p>
496         *
497         * @return the CSS class name
498         */
499        String contextMenu();
500
501        /**
502         * Access method.<p>
503         *
504         * @return the CSS class name
505         */
506        String dragging();
507
508        /**
509         * Access method.<p>
510         *
511         * @return the CSS class name
512         */
513        String dragOverlay();
514
515        /**
516         * Access method.<p>
517         *
518         * @return the CSS class name
519         */
520        String embeddedDialogFrame();
521
522        /**
523         * Access method.<p>
524         *
525         * @return the CSS class name
526         */
527        String embeddedDialogFrameHidden();
528
529        /**
530         * Access method.<p>
531         *
532         * @return the CSS class name
533         */
534        String frameDialog();
535
536        /**
537         * Access method.<p>
538         *
539         * @return the CSS class name
540         */
541        String hideButtonPanel();
542
543        /**
544         * Access method.<p>
545         *
546         * @return the CSS class name
547         */
548        String hideCaption();
549
550        /**
551         * Access method.<p>
552         *
553         * @return the CSS class name
554         */
555        String invertClose();
556
557        /**
558         * Access method.<p>
559         *
560         * @return the CSS class name
561         */
562        String leftButtonBox();
563
564        /**
565         * Access method.<p>
566         *
567         * @return the CSS class name
568         */
569        String logReportScrollPanel();
570
571        /**
572         * Access method.<p>
573         *
574         * @return the CSS class name
575         */
576        String menuArrowBottom();
577
578        /**
579         * Access method.<p>
580         *
581         * @return the CSS class name
582         */
583        String menuArrowTop();
584
585        /**
586         * Access method.<p>
587         *
588         * @return the CSS class name
589         */
590        String modelSelectList();
591
592        /**
593         * Access method.<p>
594         *
595         * @return the CSS class name
596         */
597        String popupButtonPanel();
598
599        /**
600         * Access method.<p>
601         *
602         * @return the CSS class name
603         */
604        String popupHead();
605
606        /**
607         * Access method.<p>
608         *
609         * @return the CSS class name
610         */
611        String popupMainContent();
612
613        /**
614         * Access method.<p>
615         *
616         * @return the CSS class name
617         */
618        String popupOverlay();
619    }
620
621    /** The drag and drop CSS used by the base module. */
622    @Shared
623    interface I_CmsDragCss extends CssResource {
624
625        /**
626         * Access method.<p>
627         *
628         * @return the CSS class name
629         */
630        String dragPlaceholder();
631
632        /**
633         * Access method.<p>
634         *
635         * @return the CSS class name
636         */
637        String dragStarted();
638
639        /**
640         * Access method.<p>
641         *
642         * @return the CSS class name
643         */
644        String fullWindowDrag();
645    }
646
647    /** The error dialog CSS classes. */
648    public interface I_CmsErrorDialogCss extends CssResource {
649
650        /**
651         * Access method.<p>
652         *
653         * @return the CSS class name
654         */
655        String details();
656
657        /**
658         * Access method.<p>
659         *
660         * @return the CSS class name
661         */
662        String errorIcon();
663
664        /**
665         * Access method.<p>
666         *
667         * @return the CSS class name
668         */
669        String message();
670    }
671
672    /** The context menu CSS classes. */
673    @ImportedWithPrefix("fieldset")
674    public interface I_CmsFieldsetCss extends CssResource {
675
676        /**
677         * Access method.<p>
678         *
679         * @return the CSS class name
680         */
681        String content();
682
683        /**
684         * Access method.<p>
685         *
686         * @return the CSS class name
687         */
688        String fieldsetInvisible();
689
690        /**
691         * Access method.<p>
692         *
693         * @return the CSS class name
694         */
695        String fieldsetVisible();
696
697        /**
698         * Access method.<p>
699         *
700         * @return the CSS class name
701         */
702        String image();
703
704        /**
705         * Access method.<p>
706         *
707         * @return the CSS class name
708         */
709        String legend();
710    }
711
712    /**
713     * CSS for the filter select box.
714     */
715    interface I_CmsFilterSelectCss extends CssResource {
716
717        /**
718         * Access method.<p>
719         *
720         * @return the CSS class name
721         */
722        String filterInput();
723
724        /**
725         * Access method.<p>
726         *
727         * @return the CSS class name
728         */
729        String filterSelect();
730
731    }
732
733    /** General CSS, used for general re-occurring styles. */
734    @Shared
735    interface I_CmsGeneralCss extends CssResource {
736
737        /**
738         * Access method.<p>
739         *
740         * @return the CSS class name
741         */
742        String border();
743
744        /**
745         * Access method.<p>
746         *
747         * @return the CSS class name
748         */
749        String buttonCornerAll();
750
751        /**
752         * Access method.<p>
753         *
754         * @return the CSS class name
755         */
756        String cellpadding();
757
758        /**
759         * Access method.<p>
760         *
761         * @return the CSS class name
762         */
763        String clearAll();
764
765        /**
766         * Access method.<p>
767         *
768         * @return the CSS class name
769         */
770        String clearFix();
771
772        /**
773         * Access method.<p>
774         *
775         * @return the CSS class name
776         */
777        String clearStyles();
778
779        /**
780         * Access method.<p>
781         *
782         * @return the CSS class name
783         */
784        String cornerAll();
785
786        /**
787         * Access method.<p>
788         *
789         * @return the CSS class name
790         */
791        String cornerBottom();
792
793        /**
794         * Access method.<p>
795         *
796         * @return the CSS class name
797         */
798        String cornerTop();
799
800        /**
801         * Access method.<p>
802         *
803         * @return the CSS class name
804         */
805        String disablingOverlay();
806
807        /**
808         * Access method.<p>
809         *
810         * @return the CSS class name
811         */
812        String header();
813
814        /**
815         * Access method.<p>
816         *
817         * @return the CSS class name
818         */
819        String headerButtons();
820
821        /**
822         * Access method.<p>
823         *
824         * @return the CSS class name
825         */
826        String hideOverlay();
827
828        /**
829         * Access method.<p>
830         *
831         * @return the CSS class name
832         */
833        String inlineBlock();
834
835        /**
836         * Access method.<p>
837         *
838         * @return the CSS class name
839         */
840        String multiLineLabel();
841
842        /**
843         * Access method.<p>
844         *
845         * @return the CSS class name
846         */
847        String opencms();
848
849        /**
850         * Access method.<p>
851         *
852         * @return the CSS class name
853         */
854        String shadow();
855
856        /**
857         * Access method.<p>
858         *
859         * @return the CSS class name
860         */
861        String simpleFormInputBox();
862
863        /**
864         * Access method.<p>
865         *
866         * @return the CSS class name
867         */
868        String simpleFormLabel();
869
870        /**
871         * Access method.<p>
872         *
873         * @return the CSS class name
874         */
875        String simpleFormRow();
876
877        /**
878         * Access method.<p>
879         *
880         * @return the CSS class name
881         */
882        String textBig();
883
884        /**
885         * Access method.<p>
886         *
887         * @return the CSS class name
888         */
889        String textMedium();
890
891        /**
892         * Access method.<p>
893         *
894         * @return the CSS class name
895         */
896        String textSmall();
897
898        /**
899         * Access method.<p>
900         *
901         * @return the CSS class name
902         */
903        String toolTip();
904
905        /**
906         * Access method.<p>
907         *
908         * @return the CSS class name
909         */
910        String truncatingLabel();
911    }
912
913    /** The global widget CSS class. */
914    @Shared
915    public interface I_CmsGlobalWidgetCss extends I_CmsOpenerHoverCss {
916
917        /**
918         * Css class reader.<p>
919         *
920         * @return the css class
921         */
922        String selectBoxPopup();
923
924        /**
925         * Css class reader.<p>
926         *
927         * @return the css class
928         */
929        String selectBoxSelected();
930
931        /**
932         * Css class reader.<p>
933         *
934         * @return the css class
935         */
936        String textAreaBox();
937
938        /**
939         * Css class reader.<p>
940         *
941         * @return the css class
942         */
943        String textAreaBoxPanel();
944    }
945
946    /** Header CSS. */
947    interface I_CmsHeaderCss extends CssResource {
948
949        /**
950         * Access method.<p>
951         *
952         * @return the CSS class name
953         */
954        String h1();
955
956        /**
957         * Access method.<p>
958         *
959         * @return the CSS class name
960         */
961        String h2();
962
963        /**
964         * Access method.<p>
965         *
966         * @return the CSS class name
967         */
968        String h3();
969
970        /**
971         * Access method.<p>
972         *
973         * @return the CSS class name
974         */
975        String h4();
976
977        /**
978         * Access method.<p>
979         *
980         * @return the CSS class name
981         */
982        String h5();
983
984        /**
985         * Access method.<p>
986         *
987         * @return the CSS class name
988         */
989        String h6();
990    }
991
992    /** Highlighting CSS, used within the {@link org.opencms.gwt.client.ui.CmsHighlightingBorder} widget. */
993    interface I_CmsHighlightCss extends CssResource {
994
995        /**
996         * Access method.<p>
997         *
998         * @return the CSS class name
999         */
1000        String animated();
1001
1002        /**
1003         * Access method.<p>
1004         *
1005         * @return the CSS class name
1006         */
1007        String borderBottom();
1008
1009        /**
1010         * Access method.<p>
1011         *
1012         * @return the CSS class name
1013         */
1014        String borderLeft();
1015
1016        /**
1017         * Access method.<p>
1018         *
1019         * @return the CSS class name
1020         */
1021        String borderRight();
1022
1023        /**
1024         * Access method.<p>
1025         *
1026         * @return the CSS class name
1027         */
1028        String borderTop();
1029
1030        /**
1031         * Access method.<p>
1032         *
1033         * @return the CSS class name
1034         */
1035        String colorBlue();
1036
1037        /**
1038         * Access method.<p>
1039         *
1040         * @return the CSS class name
1041         */
1042        String colorGrey();
1043
1044        /**
1045         * Access method.<p>
1046         *
1047         * @return the CSS class name
1048         */
1049        String colorRed();
1050
1051        /**
1052         * Access method.<p>
1053         *
1054         * @return the CSS class name
1055         */
1056        String colorSolidGrey();
1057
1058        /**
1059         * Access method.<p>
1060         *
1061         * @return the CSS class name
1062         */
1063        String highlightBox();
1064    }
1065
1066    /** Link warning panel CSS. */
1067    interface I_CmsLinkWarningCss extends CssResource {
1068
1069        /**
1070         * Access method.<p>
1071         *
1072         * @return the CSS class name
1073         */
1074        String deletedEntryLabel();
1075    }
1076
1077    /**
1078     * CSS for the list item creation dialog.
1079     */
1080    interface I_CmsListAddCss extends CssResource {
1081
1082        /**
1083         * Access method.<p>
1084         *
1085         * @return the CSS class name
1086         */
1087        String labelContainer();
1088
1089        /**
1090         * Access method.<p>
1091         *
1092         * @return the CSS class name
1093         */
1094        String optionContainer();
1095    }
1096
1097    /** List item CSS. */
1098    @Shared
1099    @ImportedWithPrefix("liw")
1100    interface I_CmsListItemWidgetCss extends I_CmsStateCss {
1101
1102        /**
1103         * Access method.<p>
1104         *
1105         * @return the CSS class name
1106         */
1107        String buttonPanel();
1108
1109        /**
1110         * Access method.<p>
1111         *
1112         * @return the CSS class name
1113         */
1114        String changed();
1115
1116        /**
1117         * Access method.<p>
1118         *
1119         * @return the CSS class name
1120         */
1121        String copyModel();
1122
1123        /**
1124         * Access method.<p>
1125         *
1126         * @return the CSS class name
1127         */
1128        String disabledItem();
1129
1130        /**
1131         * Access method.<p>
1132         *
1133         * @return the CSS class name
1134         */
1135        String dragging();
1136
1137        /** Access method.<p>
1138         *
1139         * @return the CSS class name
1140         */
1141        String expired();
1142
1143        /**
1144         * CSS class accessor.<p>
1145         *
1146         * @return a CSS class
1147         **/
1148        String export();
1149
1150        /**
1151         * CSS class accessor.<p>
1152         *
1153         * @return a CSS class
1154         **/
1155        @ClassName("oc-inline-editable")
1156        String inlineEditable();
1157
1158        /**
1159         * Access method.<p>
1160         *
1161         * @return the CSS class name
1162         */
1163        String itemActive();
1164
1165        /**
1166         * Access method.<p>
1167         *
1168         * @return the CSS class name
1169         */
1170        String itemAdditional();
1171
1172        /**
1173         * Access method.<p>
1174         *
1175         * @return the CSS class name
1176         */
1177        String itemAdditionalTitle();
1178
1179        /**
1180         * Access method.<p>
1181         *
1182         * @return the CSS class name
1183         */
1184        String itemAdditionalValue();
1185
1186        /**
1187         * Access method.<p>
1188         *
1189         * @return the CSS class name
1190         */
1191        String itemBlue();
1192
1193        /**
1194         * Access method.<p>
1195         *
1196         * @return the CSS class name
1197         */
1198        String itemContainer();
1199
1200        /**
1201         * Access method.<p>
1202         *
1203         * @return the CSS class name
1204         */
1205        String itemContent();
1206
1207        /**
1208         * Access method.<p>
1209         *
1210         * @return the CSS class name
1211         */
1212        String itemIcon();
1213
1214        /**
1215         * Access method.<p>
1216         *
1217         * @return the CSS class name
1218         */
1219        String itemInfoRow();
1220
1221        /**
1222         * Access method.<p>
1223         *
1224         * @return the CSS class name
1225         */
1226        String itemRed();
1227
1228        /**
1229         * Access method.<p>
1230         *
1231         * @return the CSS class name
1232         */
1233        String itemSubtitle();
1234
1235        /**
1236         * Access method.<p>
1237         *
1238         * @return the CSS class name
1239         */
1240        String itemTitle();
1241
1242        /**
1243         * Access method.<p>
1244         *
1245         * @return the CSS class name
1246         */
1247        String itemYellow();
1248
1249        /**
1250         * CSS class accessor.<p>
1251         *
1252         * @return a CSS class
1253         **/
1254        String lockClosed();
1255
1256        /**
1257         * CSS class accessor.<p>
1258         *
1259         * @return a CSS class
1260         **/
1261        String lockIcon();
1262
1263        /**
1264         * CSS class accessor.<p>
1265         *
1266         * @return a CSS class
1267         **/
1268        String lockOpen();
1269
1270        /**
1271         * CSS class accessor.<p>
1272         *
1273         * @return a CSS class
1274         **/
1275        String lockSharedClosed();
1276
1277        /**
1278         * CSS class accessor.<p>
1279         *
1280         * @return a CSS class
1281         **/
1282        String lockSharedOpen();
1283
1284        /**
1285         * Access method.<p>
1286         *
1287         * @return the CSS class name
1288         */
1289        String open();
1290
1291        /**
1292         * Access method.<p>
1293         *
1294         * @return the CSS class name
1295         */
1296        String pageDetailType();
1297
1298        /**
1299         * Access method.<p>
1300         *
1301         * @return the CSS class name
1302         */
1303        String permaVisible();
1304
1305        /**
1306         * CSS class accessor.<p>
1307         *
1308         * @return a CSS class
1309         **/
1310        String secure();
1311
1312        /**
1313         * CSS class accessor.<p>
1314         *
1315         * @return a CSS class
1316         **/
1317        String stateIcon();
1318
1319        /**
1320         * CSS class accessor.<p>
1321         *
1322         * @return a CSS class
1323         **/
1324        String titleDeleted();
1325
1326        /**
1327         * CSS class accessor.<p>
1328         *
1329         * @return a CSS class
1330         **/
1331        String titleInput();
1332
1333        /**
1334         * Access method.<p>
1335         *
1336         * @return the CSS class name
1337         */
1338        String titleRow();
1339
1340        /**
1341         * Access method.<p>
1342         *
1343         * @return the CSS class name
1344         */
1345        String topRightIcon();
1346
1347        /**
1348         * Access method.<p>
1349         *
1350         * @return the CSS class name
1351         */
1352        String unselectable();
1353
1354    }
1355
1356    /** ListTree CSS. */
1357    interface I_CmsListTreeCss extends CssResource {
1358
1359        /**
1360         * Access method.<p>
1361         *
1362         * @return the CSS class name
1363         */
1364        String bigIndentation();
1365
1366        /**
1367         * Access method.<p>
1368         *
1369         * @return the CSS class name
1370         */
1371        String list();
1372
1373        /**
1374         * Access method.<p>
1375         *
1376         * @return the CSS class name
1377         */
1378        String listScrollable();
1379
1380        /**
1381         * Access method.<p>
1382         *
1383         * @return the CSS class name
1384         */
1385        String listTreeItem();
1386
1387        /**
1388         * Access method.<p>
1389         *
1390         * @return the CSS class name
1391         */
1392        String listTreeItemChildren();
1393
1394        /**
1395         * Access method.<p>
1396         *
1397         * @return the CSS class name
1398         */
1399        String listTreeItemClosed();
1400
1401        /**
1402         * Access method.<p>
1403         *
1404         * @return the CSS class name
1405         */
1406        String listTreeItemContent();
1407
1408        /**
1409         * Access method.<p>
1410         *
1411         * @return the CSS class name
1412         */
1413        String listTreeItemInternal();
1414
1415        /**
1416         * Access method.<p>
1417         *
1418         * @return the CSS class name
1419         */
1420        String listTreeItemLeaf();
1421
1422        /**
1423         * Access method.<p>
1424         *
1425         * @return the CSS class name
1426         */
1427        String listTreeItemNoOpeners();
1428
1429        /**
1430         * Access method.<p>
1431         *
1432         * @return the CSS class name
1433         */
1434        String listTreeItemOpen();
1435
1436        /**
1437         * Access method.<p>
1438         *
1439         * @return the CSS class name
1440         */
1441        String listTreeItemOpener();
1442    }
1443
1444    /** Location picker CSS. */
1445    public interface I_CmsLocationPicker extends I_CmsLocationPickerBase {
1446
1447        /**
1448         * Access method.<p>
1449         *
1450         * @return the CSS class name
1451         */
1452        String buttonBar();
1453
1454        /**
1455         * Access method.<p>
1456         *
1457         * @return the CSS class name
1458         */
1459        String fader();
1460
1461        /**
1462         * Access method.<p>
1463         *
1464         * @return the CSS class name
1465         */
1466        String hasPreview();
1467
1468        /**
1469         * Access method.<p>
1470         *
1471         * @return the CSS class name
1472         */
1473        String inlineField();
1474
1475        /**
1476         * Access method.<p>
1477         *
1478         * @return the CSS class name
1479         */
1480        String inputContainer();
1481
1482        /**
1483         * Access method.<p>
1484         *
1485         * @return the CSS class name
1486         */
1487        String mapCanvas();
1488
1489        /**
1490         * Access method.<p>
1491         *
1492         * @return the CSS class name
1493         */
1494        String opener();
1495    }
1496
1497    /** Base location picker CSS. */
1498    @Shared
1499    public interface I_CmsLocationPickerBase extends CssResource {
1500
1501        /**
1502         * Access method.<p>
1503         *
1504         * @return the CSS class name
1505         */
1506        String displayBox();
1507
1508        /**
1509         * Access method.<p>
1510         *
1511         * @return the CSS class name
1512         */
1513        String locationField();
1514
1515        /**
1516         * Access method.<p>
1517         *
1518         * @return the CSS class name
1519         */
1520        String locationFields();
1521
1522        /**
1523         * Access method.<p>
1524         *
1525         * @return the CSS class name
1526         */
1527        String locationInfo();
1528
1529        /**
1530         * Access method.<p>
1531         *
1532         * @return the CSS class name
1533         */
1534        String locationMainPanel();
1535
1536        /**
1537         * Access method.<p>
1538         *
1539         * @return the CSS class name
1540         */
1541        String mapPreview();
1542    }
1543
1544    /** The menu button CSS. */
1545    public interface I_CmsMenuButton extends CssResource {
1546
1547        /**
1548         *  Access method.<p>
1549         *
1550         * @return the CSS class name
1551         */
1552        String button();
1553
1554        /**
1555         *  Access method.<p>
1556         *
1557         * @return the CSS class name
1558         */
1559        String menu();
1560    }
1561
1562    /** Notification CSS. */
1563    @Shared
1564    interface I_CmsNotificationCss extends I_CmsPopupCss {
1565
1566        /**
1567         * Access method.<p>
1568         *
1569         * @return the CSS class name
1570         */
1571        String blocking();
1572
1573        /**
1574         * Access method.<p>
1575         *
1576         * @return the CSS class name
1577         */
1578        String busy();
1579
1580        /**
1581         * Access method.<p>
1582         *
1583         * @return the CSS class name
1584         */
1585        String closeButton();
1586
1587        /**
1588         * Access method.<p>
1589         *
1590         * @return the CSS class name
1591         */
1592        String loadingAnimation();
1593
1594        /**
1595         * Access method.<p>
1596         *
1597         * @return the CSS class name
1598         */
1599        String messageContent();
1600
1601        /**
1602         * Access method.<p>
1603         *
1604         * @return the CSS class name
1605         */
1606        String messageHead();
1607
1608        /**
1609         * Access method.<p>
1610         *
1611         * @return the CSS class name
1612         */
1613        String messagesPanel();
1614
1615        /**
1616         * Access method.<p>
1617         *
1618         * @return the CSS class name
1619         */
1620        String messageText();
1621
1622        /**
1623         * Access method.<p>
1624         *
1625         * @return the CSS class name
1626         */
1627        String messageTime();
1628
1629        /**
1630         * Access method.<p>
1631         *
1632         * @return the CSS class name
1633         */
1634        String messageWrap();
1635
1636        /**
1637         * Access method.<p>
1638         *
1639         * @return the CSS class name
1640         */
1641        String notificationContainer();
1642
1643        /**
1644         * Access method.<p>
1645         *
1646         * @return the CSS class name
1647         */
1648        String notificationError();
1649
1650        /**
1651         * Access method.<p>
1652         *
1653         * @return the CSS class name
1654         */
1655        String notificationMessage();
1656
1657        /**
1658         * Access method.<p>
1659         *
1660         * @return the CSS class name
1661         */
1662        String notificationNormal();
1663
1664        /**
1665         * Access method.<p>
1666         *
1667         * @return the CSS class name
1668         */
1669        String notificationOverlay();
1670
1671        /**
1672         * Access method.<p>
1673         *
1674         * @return the CSS class name
1675         */
1676        String notificationWarning();
1677    }
1678
1679    /** The opener hover CSS class. */
1680    @Shared
1681    public interface I_CmsOpenerHoverCss extends CssResource {
1682
1683        /**
1684         * Css class reader.<p>
1685         *
1686         * @return the css class
1687         */
1688        String openerHover();
1689
1690        /**
1691         * Css class reader.<p>
1692         *
1693         * @return the css class
1694         */
1695        String openerNoHover();
1696    }
1697
1698    /** Page CSS. */
1699    interface I_CmsPageCss extends CssResource {
1700
1701        /**
1702         * Access method.<p>
1703         *
1704         * @return the CSS class name
1705         */
1706        String page();
1707    }
1708
1709    /** Basic popup CSS classes. */
1710    @Shared
1711    public interface I_CmsPopupCss extends CssResource {
1712
1713        /**
1714         * Access method.<p>
1715         *
1716         * @return the CSS class name
1717         */
1718        String popup();
1719
1720        /**
1721         * Access method.<p>
1722         *
1723         * @return the CSS class name
1724         */
1725        String popupContent();
1726    }
1727
1728    /** The context menu CSS classes. */
1729    public interface I_CmsProgressBarCss extends CssResource {
1730
1731        /**
1732         * Access method.<p>
1733         *
1734         * @return the CSS class name
1735         */
1736        String colorComplete();
1737
1738        /**
1739         * Access method.<p>
1740         *
1741         * @return the CSS class name
1742         */
1743        String colorIncomplete();
1744
1745        /**
1746         * Access method.<p>
1747         *
1748         * @return the CSS class name
1749         */
1750        String meterText();
1751
1752        /**
1753         * Access method.<p>
1754         *
1755         * @return the CSS class name
1756         */
1757        String meterValue();
1758
1759        /**
1760         * Access method.<p>
1761         *
1762         * @return the CSS class name
1763         */
1764        String meterWrap();
1765    }
1766
1767    /** The context menu CSS classes. */
1768    public interface I_CmsResourceStateCss extends CssResource {
1769
1770        /**
1771         * Access method.<p>
1772         *
1773         * @return the CSS class name
1774         */
1775        String noState();
1776
1777        /**
1778         * Access method.<p>
1779         *
1780         * @return the CSS class name
1781         */
1782        String stateChanged();
1783
1784        /**
1785         * Access method.<p>
1786         *
1787         * @return the CSS class name
1788         */
1789        String stateDeleted();
1790
1791        /**
1792         * Access method.<p>
1793         *
1794         * @return the CSS class name
1795         */
1796        String stateNew();
1797    }
1798
1799    /** The scroll bar CSS classes. */
1800    public interface I_CmsScrollBarCss extends I_CmsScrollPanel {
1801
1802        /**
1803         * Access method.<p>
1804         *
1805         * @return the CSS class name
1806         */
1807        String scrollBar();
1808
1809        /**
1810         * Access method.<p>
1811         *
1812         * @return the CSS class name
1813         */
1814        String scrollbarLayer();
1815
1816        /**
1817         * Access method.<p>
1818         *
1819         * @return the CSS class name
1820         */
1821        String scrollKnob();
1822    }
1823
1824    /** The scroll bar CSS classes. */
1825    @Shared
1826    public interface I_CmsScrollPanel extends CssResource {
1827
1828        /**
1829         * Access method.<p>
1830         *
1831         * @return the CSS class name
1832         */
1833        String allwaysShowBars();
1834
1835        /**
1836         * Access method.<p>
1837         *
1838         * @return the CSS class name
1839         */
1840        String hiddenSize();
1841
1842        /**
1843         * Access method.<p>
1844         *
1845         * @return the CSS class name
1846         */
1847        String scrollable();
1848
1849        /**
1850         * Access method.<p>
1851         *
1852         * @return the CSS class name
1853         */
1854        String scrollContainer();
1855
1856        /**
1857         * Access method.<p>
1858         *
1859         * @return the CSS class name
1860         */
1861        String scrollPanel();
1862
1863        /**
1864         * Access method.<p>
1865         *
1866         * @return the CSS class name
1867         */
1868        String showBars();
1869    }
1870
1871    /** The select area CSS. */
1872    public interface I_CmsSelectArea extends CssResource {
1873
1874        /**
1875         *  Access method.<p>
1876         *
1877         * @return the CSS class name
1878         */
1879        String main();
1880
1881        /**
1882         *  Access method.<p>
1883         *
1884         * @return the CSS class name
1885         */
1886        String marker();
1887
1888        /**
1889         *  Access method.<p>
1890         *
1891         * @return the CSS class name
1892         */
1893        String markerBlackBorder();
1894
1895        /**
1896         *  Access method.<p>
1897         *
1898         * @return the CSS class name
1899         */
1900        String markerBorder();
1901
1902        /**
1903         *  Access method.<p>
1904         *
1905         * @return the CSS class name
1906         */
1907        String markerWhiteBorder();
1908
1909        /**
1910         *  Access method.<p>
1911         *
1912         * @return the CSS class name
1913         */
1914        String overlay();
1915
1916        /**
1917         *  Access method.<p>
1918         *
1919         * @return the CSS class name
1920         */
1921        String showSelect();
1922    }
1923
1924    /** The single line list item CSS. */
1925    public interface I_CmsSingleLineItem extends I_CmsFloatDecoratedPanelCss {
1926
1927        /**
1928         * Access method.<p>
1929         *
1930         * @return the CSS class name
1931         */
1932        String itemFace();
1933
1934        /**
1935         * Access method.<p>
1936         *
1937         * @return the CSS class name
1938         */
1939        String singleLineItem();
1940    }
1941
1942    /** General CSS. */
1943    @Shared
1944    interface I_CmsStateCss extends CssResource {
1945
1946        /**
1947         * Access method.<p>
1948         *
1949         * @return the CSS class name
1950         */
1951        String cmsHovering();
1952
1953        /**
1954         * Access method.<p>
1955         *
1956         * @return the CSS class name
1957         */
1958        String cmsState();
1959
1960        /**
1961         * Access method.<p>
1962         *
1963         * @return the CSS class name
1964         */
1965        @ClassName("cmsState-down")
1966        String cmsStateDown();
1967
1968        /**
1969         * Access method.<p>
1970         *
1971         * @return the CSS class name
1972         */
1973        @ClassName("cmsState-down-disabled")
1974        String cmsStateDownDisabled();
1975
1976        /**
1977         * Access method.<p>
1978         *
1979         * @return the CSS class name
1980         */
1981        @ClassName("cmsState-down-hovering")
1982        String cmsStateDownHovering();
1983
1984        /**
1985         * Access method.<p>
1986         *
1987         * @return the CSS class name
1988         */
1989        @ClassName("cmsState-up")
1990        String cmsStateup();
1991
1992        /**
1993         * Access method.<p>
1994         *
1995         * @return the CSS class name
1996         */
1997        @ClassName("cmsState-up-disabled")
1998        String cmsStateUpDisabled();
1999
2000        /**
2001         * Access method.<p>
2002         *
2003         * @return the CSS class name
2004         */
2005        @ClassName("cmsState-up-hovering")
2006        String cmsStateUpHovering();
2007
2008    }
2009
2010    /** Tabbed panel css. */
2011    interface I_CmsTabbedPanelCss extends CssResource {
2012
2013        /**
2014         * Access method.<p>
2015         *
2016         * @return the CSS class name
2017         */
2018        String black();
2019
2020        /**
2021         * Access method.<p>
2022         *
2023         * @return the CSS class name
2024         */
2025        String borderAll();
2026
2027        /**
2028         * Access method.<p>
2029         *
2030         * @return the CSS class name
2031         */
2032        String buttonTabs();
2033
2034        /**
2035         * Access method.<p>
2036         *
2037         * @return the CSS class name
2038         */
2039        String classicTabs();
2040
2041        /**
2042         * Access method.<p>
2043         *
2044         * @return the CSS class name
2045         */
2046        @ClassName("internal-tabbed")
2047        String cmsInternalTab();
2048
2049        /**
2050         * Access method.<p>
2051         *
2052         * @return the CSS class name
2053         */
2054        @ClassName("gwt-TabLayoutPanel")
2055        String cmsTabLayoutPanel();
2056
2057        /**
2058         * Access method.<p>
2059         *
2060         * @return the CSS class name
2061         */
2062        @ClassName("gwt-TabLayoutPanelContent")
2063        String cmsTabLayoutPanelContent();
2064
2065        /**
2066         * Access method.<p>
2067         *
2068         * @return the CSS class name
2069         */
2070        @ClassName("gwt-TabLayoutPanelTab")
2071        String cmsTabLayoutPanelTab();
2072
2073        /**
2074         * Access method.<p>
2075         *
2076         * @return the CSS class name
2077         */
2078        @ClassName("gwt-TabLayoutPanelTabBar")
2079        String cmsTabLayoutPanelTabBar();
2080
2081        /**
2082         * Access method.<p>
2083         *
2084         * @return the CSS class name
2085         */
2086        @ClassName("gwt-TabLayoutPanelTabs")
2087        String cmsTabLayoutPanelTabs();
2088
2089        /**
2090         * Access method.<p>
2091         *
2092         * @return the CSS class name
2093         */
2094        @ClassName("gwt-TabLayoutPanelTab-selected")
2095        String cmsTabLayoutPanelTabSelected();
2096
2097        /**
2098         * Access method.<p>
2099         *
2100         * @return the CSS class name
2101         */
2102        String cornerLeft();
2103
2104        /**
2105         * Access method.<p>
2106         *
2107         * @return the CSS class name
2108         */
2109        String cornerRight();
2110
2111        /**
2112         * Access method.<p>
2113         *
2114         * @return the CSS class name
2115         */
2116        String tabDisabled();
2117
2118        /**
2119         * Access method.<p>
2120         *
2121         * @return the CSS class name
2122         */
2123        String tabLeftMargin();
2124
2125        /**
2126         * Access method.<p>
2127         *
2128         * @return the CSS class name
2129         */
2130        String tabPanel();
2131
2132        /**
2133         * Access method.<p>
2134         *
2135         * @return the CSS class name
2136         */
2137        String wrapTabs();
2138    }
2139
2140    /** Toolbar CSS. */
2141    @Shared
2142    interface I_CmsToolbarCss extends CssResource {
2143
2144        /**
2145         * Access method.<p>
2146         *
2147         * @return the CSS class name
2148         */
2149        String notification();
2150
2151        /**
2152         * Access method.<p>
2153         *
2154         * @return the CSS class name
2155         */
2156        @ClassName("v-button")
2157        String quickButton();
2158
2159        /**
2160         * Access method.<p>
2161         *
2162         * @return the CSS class name
2163         */
2164        @ClassName("v-disabled")
2165        String quickButtonDeactivated();
2166
2167        /**
2168         * Access method.<p>
2169         *
2170         * @return the CSS class name
2171         */
2172        @ClassName("v-button-wrap")
2173        String quickButtonWrap();
2174
2175        /**
2176         * Access method.<p>
2177         *
2178         * @return the CSS class name
2179         */
2180        String quickLaunchContainer();
2181
2182        /**
2183         * Access method.<p>
2184         *
2185         * @return the CSS class name
2186         */
2187        String simpleToolbarShow();
2188
2189        /**
2190         * Access method.<p>
2191         *
2192         * @return the CSS class name
2193         */
2194        String title();
2195
2196        /**
2197         * Access method.<p>
2198         *
2199         * @return the CSS class name
2200         */
2201        @ClassName("oc-toolbar")
2202        String toolbar();
2203
2204        /**
2205         * Access method.<p>
2206         *
2207         * @return the CSS class name
2208         */
2209        String toolbarBackground();
2210
2211        /**
2212         * Access method.<p>
2213         *
2214         * @return the CSS class name
2215         */
2216        String toolbarButtonsLeft();
2217
2218        /**
2219         * Access method.<p>
2220         *
2221         * @return the CSS class name
2222         */
2223        String toolbarButtonsRight();
2224
2225        /**
2226         * Access method.<p>
2227         *
2228         * @return the CSS class name
2229         */
2230        String toolbarCenter();
2231
2232        /**
2233         * Access method.<p>
2234         *
2235         * @return the CSS class name
2236         */
2237        String toolbarContent();
2238
2239        /**
2240         * Access method.<p>
2241         *
2242         * @return the CSS class name
2243         */
2244        String toolbarFontButton();
2245
2246        /**
2247         * Access method.<p>
2248         *
2249         * @return the CSS class name
2250         */
2251        String toolbarHide();
2252
2253        /**
2254         * Access method.<p>
2255         *
2256         * @return the CSS class name
2257         */
2258        String toolbarLogo();
2259
2260        /**
2261         * Access method.<p>
2262         *
2263         * @return the CSS class name
2264         */
2265        String toolbarShow();
2266
2267        /**
2268         * Access method.<p>
2269         *
2270         * @return the CSS class name
2271         */
2272        String userInfo();
2273
2274        /**
2275         * Access method.<p>
2276         *
2277         * @return the CSS class name
2278         */
2279        String userInfoButtons();
2280
2281        /**
2282         * Access method.<p>
2283         *
2284         * @return the CSS class name
2285         */
2286        String userInfoDialog();
2287    }
2288
2289    /** The upload button CSS classes. */
2290    public interface I_CmsUploadButtonCss extends I_CmsPopupCss {
2291
2292        /**
2293         * Access method.<p>
2294         *
2295         * @return the CSS class name
2296         */
2297        String dialogMessage();
2298
2299        /**
2300         * Access method.<p>
2301         *
2302         * @return the CSS class name
2303         */
2304        String dialogMessageImportant();
2305
2306        /**
2307         * Access method.<p>
2308         *
2309         * @return the CSS class name
2310         */
2311        String fileInfoTable();
2312
2313        /**
2314         * Access method.<p>
2315         *
2316         * @return the CSS class name
2317         */
2318        String loadingAnimation();
2319
2320        /**
2321         * Access method.<p>
2322         *
2323         * @return the CSS class name
2324         */
2325        String loadingPanel();
2326
2327        /**
2328         * Access method.<p>
2329         *
2330         * @return the CSS class name
2331         */
2332        String loadingText();
2333
2334        /**
2335         * Access method.<p>
2336         *
2337         * @return the CSS class name
2338         */
2339        String progressInfo();
2340
2341        /**
2342         * Access method.<p>
2343         *
2344         * @return the CSS class name
2345         */
2346        String uploadButton();
2347
2348        /**
2349         * Access method.<p>
2350         *
2351         * @return the CSS class name
2352         */
2353        String uploadDialogButton();
2354
2355        /**
2356         * Access method.<p>
2357         *
2358         * @return the CSS class name
2359         */
2360        String uploadFileInput();
2361
2362        /**
2363         * Access method.<p>
2364         *
2365         * @return the CSS class name
2366         */
2367        String warningMessage();
2368    }
2369
2370    /** The bundle instance. */
2371    I_CmsLayoutBundle INSTANCE = GWT.create(I_CmsLayoutBundle.class);
2372
2373    /**
2374     * Access method.
2375     *
2376     * @return the attribute editor CSS
2377     */
2378    @Source("attributeEditor.gss")
2379    @Import(value = {I_CmsInputCss.class, I_CmsDialogCss.class})
2380    I_CmsAttributeEditorCss attributeEditorCss();
2381
2382    /**
2383     * Access method.<p>
2384     *
2385     * @return the availability dialog CSS
2386     */
2387    @Source("availability.gss")
2388    I_CmsAvailabilityCss availabilityCss();
2389
2390    /**
2391     * Access method.<p>
2392     *
2393     * @return the button CSS
2394     */
2395    @Source("button.gss")
2396    I_CmsButtonCss buttonCss();
2397
2398    /**
2399     * Access method.<p>
2400     *
2401     * @return the gallery dialog CSS
2402     */
2403    @Source("categorydialog.gss")
2404    I_CmsCategoryDialogCss categoryDialogCss();
2405
2406    /**
2407     * Access method.<p>
2408     *
2409     * @return the gallery dialog CSS
2410     */
2411    @Source("colorSelector.gss")
2412    I_CmsColorSelector colorSelectorCss();
2413
2414    /**
2415     * The CSS constants bundle.<p>
2416     *
2417     * @return a bundle of CSS constants
2418     */
2419    I_CmsConstantsBundle constants();
2420
2421    /**
2422     * Access method.<p>
2423     *
2424     * @return the content editor dialog CSS
2425     */
2426    @Source("contentEditor.gss")
2427    @CssResource.NotStrict
2428    I_CmsContentEditorCss contentEditorCss();
2429
2430    /**
2431     * Access method.<p>
2432     *
2433     * @return the constants CSS
2434     */
2435    @Source("contextmenu.gss")
2436    I_CmsContextmenuCss contextmenuCss();
2437
2438    /**
2439     * Access method.<p>
2440     *
2441     * @return the CSS class name
2442     */
2443    I_CmsImageBundle coreImages();
2444
2445    /**
2446     * Access method.<p>
2447     *
2448     * @return the constants CSS
2449     */
2450    @Source("datebox.gss")
2451    I_CmsDateBoxCss dateBoxCss();
2452
2453    /**
2454     * Access method.<p>
2455     *
2456     * @return the dialog CSS
2457     */
2458    @Source("dialog.gss")
2459    @Import(value = {I_CmsInputCss.class})
2460    I_CmsDialogCss dialogCss();
2461
2462    /**
2463     * Access method.<p>
2464     *
2465     * @return the dialog CSS
2466     */
2467    @Source("directedit.gss")
2468    I_CmsDirectEditCss directEditCss();
2469
2470    /**
2471     * Access method.<p>
2472     *
2473     * @return the drag and drop CSS
2474     */
2475    @Source("dragdrop.gss")
2476    I_CmsDragCss dragdropCss();
2477
2478    /**
2479     * Access method.<p>
2480     *
2481     * @return the error dialog CSS
2482     */
2483    @Source("elementSettingsDialog.gss")
2484    @Import(value = {I_CmsInputCss.class, I_CmsDialogCss.class})
2485    I_CmsElementSettingsDialogCss elementSettingsDialogCss();
2486
2487    /**
2488     * Access method.<p>
2489     *
2490     * @return the error dialog CSS
2491     */
2492    @Source("errorDialog.gss")
2493    I_CmsErrorDialogCss errorDialogCss();
2494
2495    /**
2496     * Access method.<p>
2497     *
2498     * @return the constants CSS
2499     */
2500    @Source("fieldset.gss")
2501    I_CmsFieldsetCss fieldsetCss();
2502
2503    /**
2504     * Access method.<p>
2505     *
2506     * @return the filter select CSS
2507     */
2508    @Source("filterselect.gss")
2509    @Import(value = {I_CmsInputCss.class})
2510    I_CmsFilterSelectCss filterSelectCss();
2511
2512    /**
2513     * Access method.<p>
2514     *
2515     * @return the toolbar CSS
2516     */
2517    @Source("floatDecoratedPanel.gss")
2518    I_CmsFloatDecoratedPanelCss floatDecoratedPanelCss();
2519
2520    /**
2521     * Access method.<p>
2522     *
2523     * @return the general CSS
2524     */
2525    @Source("general.gss")
2526    I_CmsGeneralCss generalCss();
2527
2528    /**
2529     * Access method.<p>
2530     *
2531     * @return the upload button CSS
2532     */
2533    @Source("globalWidget.gss")
2534    I_CmsGlobalWidgetCss globalWidgetCss();
2535
2536    /**
2537     * Access method.<p>
2538     *
2539     * @return the highlight CSS
2540     */
2541    @Source("highlight.gss")
2542    I_CmsHighlightCss highlightCss();
2543
2544    /**
2545     * Access method.<p>
2546     *
2547     * @return the list item CSS
2548     */
2549    @Source("linkWarning.gss")
2550    I_CmsLinkWarningCss linkWarningCss();
2551
2552    /**
2553     * Access method.<p>
2554     *
2555     * @return the CSS for the list add dialog
2556     */
2557    @Source("listadd.css")
2558    @Import(value = {I_CmsListItemWidgetCss.class})
2559    I_CmsListAddCss listAddCss();
2560
2561    /**
2562     * Access method.<p>
2563     *
2564     * @return the list item CSS
2565     */
2566    @Source("listItemWidget.gss")
2567    @CssResource.NotStrict
2568    I_CmsListItemWidgetCss listItemWidgetCss();
2569
2570    /**
2571     * Access method.<p>
2572     *
2573     * @return the list tree CSS
2574     */
2575    @Source("listtree.gss")
2576    I_CmsListTreeCss listTreeCss();
2577
2578    /**
2579     * Access method.<p>
2580     *
2581     * @return the location picker CSS
2582     */
2583    @Source("locationPicker.gss")
2584    I_CmsLocationPicker locationPickerCss();
2585
2586    /**
2587     * Access method.<p>
2588     *
2589     * @return the menu button CSS
2590     */
2591    @Source("menuButton.gss")
2592    I_CmsMenuButton menuButtonCss();
2593
2594    /**
2595     * Access method.<p>
2596     *
2597     * @return the list item CSS
2598     */
2599    @Source("notification.gss")
2600    I_CmsNotificationCss notificationCss();
2601
2602    /**
2603     * Access method.<p>
2604     *
2605     * @return the upload button CSS
2606     */
2607    @Source("openerHoverWidget.gss")
2608    I_CmsOpenerHoverCss openerHoverCss();
2609
2610    /**
2611     * Access method.<p>
2612     *
2613     * @return the constants CSS
2614     */
2615    @Source("progressbar.gss")
2616    I_CmsProgressBarCss progressBarCss();
2617
2618    /**
2619     * Access method.<p>
2620     *
2621     * @return the page CSS
2622     */
2623    @Source("properties.gss")
2624    I_CmsPropertiesCss propertiesCss();
2625
2626    /**
2627     * Access method.<p>
2628     *
2629     * @return the list item CSS
2630     */
2631    @Source("resourceState.gss")
2632    I_CmsResourceStateCss resourceStateCss();
2633
2634    /**
2635     * Access method.<p>
2636     *
2637     * @return the constants CSS
2638     */
2639    @Source("scrollBar.gss")
2640    I_CmsScrollBarCss scrollBarCss();
2641
2642    /**
2643     * Access method.<p>
2644     *
2645     * @return the select area CSS
2646     */
2647    @Source("selectArea.gss")
2648    I_CmsSelectArea selectAreaCss();
2649
2650    /**
2651     * Access method.<p>
2652     *
2653     * @return the single line list item CSS
2654     */
2655    @Source("singleLineItem.gss")
2656    I_CmsSingleLineItem singleLineItemCss();
2657
2658    /**
2659     * Access method. These CSS classes are used to indicate the state of ui items, use them within a dedicated CSS resources.
2660     * Do not inject this CSS, as it contains no style information.<p>
2661     *
2662     * @return the state CSS
2663     */
2664    @Source("state.gss")
2665    I_CmsStateCss stateCss();
2666
2667    /**
2668     * Access method.<p>
2669     *
2670     * @return tabbed panel CSS
2671     */
2672    @Source("tabbedPanel.gss")
2673    I_CmsTabbedPanelCss tabbedPanelCss();
2674
2675    /**
2676     * Access method.<p>
2677     *
2678     * @return the toolbar CSS
2679     */
2680    @Source("toolbar.gss")
2681    I_CmsToolbarCss toolbarCss();
2682
2683    /**
2684     * Access method.<p>
2685     *
2686     * @return the upload button CSS
2687     */
2688    @Source("uploadButton.gss")
2689    I_CmsUploadButtonCss uploadButton();
2690}