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