All Downloads are FREE. Search and download functionalities are using the official Maven repository.

gwt.material.design.addins.client.base.constants.AddinsCssName Maven / Gradle / Ivy

There is a newer version: 2.8.3
Show newest version
/*
 * #%L
 * GwtMaterial
 * %%
 * Copyright (C) 2015 - 2017 GwtMaterialDesign
 * %%
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 * 
 *      http://www.apache.org/licenses/LICENSE-2.0
 * 
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * #L%
 */
//
// Source code recreated from a .class file by IntelliJ IDEA
// (powered by Fernflower decompiler)
//

package gwt.material.design.addins.client.base.constants;

public interface AddinsCssName {
    String AUTOCOMPLETE = "autocomplete";
    String MULTIVALUESUGGESTBOX_LIST = "multiValueSuggestBox-list";
    String MULTIVALUESUGGESTBOX_INPUT_TOKEN = "multiValueSuggestBox-input-token";
    String MULTIVALUESUGGESTBOX_TOKEN = "multiValueSuggestBox-token";
    String BUBBLE = "bubble";
    String TRIANGLE = "triangle";
    String COMBOBOX = "combobox";
    String SELECT2LABEL = "select2label";
    String MATERIAL_CUTOUT = "material-cutout";
    String MATERIAL_CUTOUT_FOCUS = "material-cutout-focus";
    String FILEUPLOADER = "fileuploader";
    String PREVIEWS = "previews";
    String ZDROP = "zdrop";
    String CLEARHACK = "clearhack";
    String ITEM_TEMPLATE = "item-template";
    String ZDROP_TEMPLATE = "zdrop-template";
    String PV = "pv";
    String ZDROP_INFO = "zdrop-info";
    String PREVIEW_ICON = "preview-icon";
    String DZ_ERROR_MESSAGE = "dz-error-message";
    String ERROR_MESSAGE = "error-message";
    String DZ_REMOVE = "dz-remove";
    String HEADER = "header";
    String UPLOAD_CLOSE = "upload-close";
    String UPLOAD_COLAPS = "upload-colaps";
    String NO_UPLOADED_FILES = "no-uploaded-files";
    String UPLOAD_LABEL = "upload-label";
    String PREVIEW_CONTAINER = "preview-container";
    String ANIM_CONTAINER = "anim-container";
    String ICONS = "icons";
    String SOURCE = "source";
    String TARGET = "target";
    String MASONRY = "masonry";
    String COL_SIZER = "col-sizer";
    String MENU_BAR = "menu-bar";
    String OVERLAY_PANEL = "overlay-panel";
    String POPUP_MENU = "popup-menu";
    String EDGE_LEFT = "edge-left";
    String EDGE_BOTTOM = "edge-bottom";
    String MATERIAL_RATING = "material-rating";
    String MATERIAL_RATING_UNSELECTED = "material-rating-unselected";
    String MATERIAL_RATING_SELECTED = "material-rating-selected";
    String EDITOR = "editor";
    String STEP = "step";
    String LINE = "line";
    String BODY = "body";
    String DESCRIPTION = "description";
    String SUCCESS = "success";
    String ERROR = "error";
    String STEPPER = "stepper";
    String FEEDBACK = "feedback";
    String SUBHEADER = "subheader";
    String CONTAINER1 = "container1";
    String SWIPEABLE = "swipeable";
    String TIMEPICKER = "timepicker";
    String TREE = "tree";
    String TREE_ITEM = "tree-item";
    String TREE_HEADER = "tree-header";
    String SELECTED = "selected";
    String WATERFALL = "waterfall";
    String MAXIMIZE = "maximize";
    String OPEN = "open";
    String WINDOW_OVERLAY = "window-overlay";
    String WINDOW = "window";
    String CONTENT = "content";
    String WINDOW_TOOLBAR = "window-toolbar";
    String WINDOW_TITLE = "window-title";
    String WINDOW_ACTION = "window-action";
    String IGNORED = "swipe-ignored";
    String TOTAL_UPLOAD_PROGRESS = "total-upload-progress";
    String PH = "ph";
    String CAROUSEL_NEXT_ARROW = "carousel-next-arrow";
    String CAROUSEL_PREV_ARROW = "carousel-prev-arrow";
    String MATERIAL_CAROUSEL = "material-carousel";
    String MATERIAL_CAROUSEL_CONTAINER = "material-carousel-container";
    String HIDDEN = "hidden";
    String LEAN_OVERLAY = "lean-overlay";
    String MINIMIZE_ICON = "minimize-icon";
    String CLOSE = "close";
    String OVERLAY_TAB_INDICATOR = "overlay-tab-activator";
    String OVERLAY_TAB = "overlay-tab";
    String MATERIAL_NOTE = "material-note";
    String CIRCULAR_PROGRESS = "circular-progress";
    String EMPTY_STATE = "empty-state";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy