001/*
002 * #%L
003 * GwtMaterial
004 * %%
005 * Copyright (C) 2015 - 2017 GwtMaterialDesign
006 * %%
007 * Licensed under the Apache License, Version 2.0 (the "License");
008 * you may not use this file except in compliance with the License.
009 * You may obtain a copy of the License at
010 * 
011 *      http://www.apache.org/licenses/LICENSE-2.0
012 * 
013 * Unless required by applicable law or agreed to in writing, software
014 * distributed under the License is distributed on an "AS IS" BASIS,
015 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
016 * See the License for the specific language governing permissions and
017 * limitations under the License.
018 * #L%
019 */
020//
021// Source code recreated from a .class file by IntelliJ IDEA
022// (powered by Fernflower decompiler)
023//
024
025package gwt.material.design.addins.client.base.constants;
026
027public interface AddinsCssName {
028    String AUTOCOMPLETE = "autocomplete";
029    String MULTIVALUESUGGESTBOX_LIST = "multiValueSuggestBox-list";
030    String MULTIVALUESUGGESTBOX_INPUT_TOKEN = "multiValueSuggestBox-input-token";
031    String MULTIVALUESUGGESTBOX_TOKEN = "multiValueSuggestBox-token";
032    String BUBBLE = "bubble";
033    String TRIANGLE = "triangle";
034    String COMBOBOX = "combobox";
035    String SELECT2LABEL = "select2label";
036    String MATERIAL_CUTOUT = "material-cutout";
037    String MATERIAL_CUTOUT_FOCUS = "material-cutout-focus";
038    String FILEUPLOADER = "fileuploader";
039    String PREVIEWS = "previews";
040    String ZDROP = "zdrop";
041    String CLEARHACK = "clearhack";
042    String ITEM_TEMPLATE = "item-template";
043    String ZDROP_TEMPLATE = "zdrop-template";
044    String PV = "pv";
045    String ZDROP_INFO = "zdrop-info";
046    String PREVIEW_ICON = "preview-icon";
047    String DZ_ERROR_MESSAGE = "dz-error-message";
048    String ERROR_MESSAGE = "error-message";
049    String DZ_REMOVE = "dz-remove";
050    String HEADER = "header";
051    String UPLOAD_CLOSE = "upload-close";
052    String UPLOAD_COLAPS = "upload-colaps";
053    String NO_UPLOADED_FILES = "no-uploaded-files";
054    String UPLOAD_LABEL = "upload-label";
055    String PREVIEW_CONTAINER = "preview-container";
056    String ANIM_CONTAINER = "anim-container";
057    String ICONS = "icons";
058    String SOURCE = "source";
059    String TARGET = "target";
060    String MASONRY = "masonry";
061    String COL_SIZER = "col-sizer";
062    String MENU_BAR = "menu-bar";
063    String OVERLAY_PANEL = "overlay-panel";
064    String POPUP_MENU = "popup-menu";
065    String EDGE_LEFT = "edge-left";
066    String EDGE_BOTTOM = "edge-bottom";
067    String MATERIAL_RATING = "material-rating";
068    String MATERIAL_RATING_UNSELECTED = "material-rating-unselected";
069    String MATERIAL_RATING_SELECTED = "material-rating-selected";
070    String EDITOR = "editor";
071    String STEP = "step";
072    String LINE = "line";
073    String BODY = "body";
074    String DESCRIPTION = "description";
075    String SUCCESS = "success";
076    String ERROR = "error";
077    String STEPPER = "stepper";
078    String FEEDBACK = "feedback";
079    String SUBHEADER = "subheader";
080    String CONTAINER1 = "container1";
081    String SWIPEABLE = "swipeable";
082    String TIMEPICKER = "timepicker";
083    String TREE = "tree";
084    String TREE_ITEM = "tree-item";
085    String TREE_HEADER = "tree-header";
086    String SELECTED = "selected";
087    String WATERFALL = "waterfall";
088    String MAXIMIZE = "maximize";
089    String OPEN = "open";
090    String WINDOW_OVERLAY = "window-overlay";
091    String WINDOW = "window";
092    String CONTENT = "content";
093    String WINDOW_TOOLBAR = "window-toolbar";
094    String WINDOW_TITLE = "window-title";
095    String WINDOW_ACTION = "window-action";
096    String IGNORED = "swipe-ignored";
097    String TOTAL_UPLOAD_PROGRESS = "total-upload-progress";
098    String PH = "ph";
099    String EMPTY_STATE = "empty-state";
100}