![JAR search and dependency download from the Maven repository](/logo.png)
org.gwtbootstrap3.extras.select.client.constants.DataAttributes Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gwtbootstrap3-extras Show documentation
Show all versions of gwtbootstrap3-extras Show documentation
Extra, third-party widgets/components for GwtBootstrap3
package org.gwtbootstrap3.extras.select.client.constants;
/*
* #%L
* GwtBootstrap3
* %%
* Copyright (C) 2013 - 2014 GwtBootstrap3
* %%
* 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%
*/
/**
* @author godi
*/
public class DataAttributes {
public static final String DATA_DIVIDER = "data-divider";
public static final String DATA_HEADER = "data-header";
public static final String DATA_LIVE_SEARCH = "data-live-search";
public static final String DATA_SELECTED_TEXT_FORMAT = "data-selected-text-format";
public static final String DATA_SIZE = "data-size";
public static final String DATA_ICON = "data-icon";
public static final String DATA_STYLE = "data-style";
public static final String DATA_SHOW_SUBTEXT = "data-show-subtext";
public static final String DATA_SUBTEXT = "data-subtext";
public static final String DATA_WIDTH = "data-width";
public static final String DATA_MAX_OPTION = "data-max-option";
public static final String DATA_MOBILE = "data-mobile";
public static final String DATA_HIDDEN = "data-hidden";
public static final String DISABLED = "disabled";
public static final String MULTIPLE = "multiple";
public static final String NAME = "name";
public static final String VALUE = "value";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy