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

org.dominokit.domino.ui.timepicker.TimePickerStyles Maven / Gradle / Ivy

/*
 * Copyright © 2019 Dominokit
 *
 * 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.
 */
package org.dominokit.domino.ui.timepicker;

/** Constants class for time picker components css classes names */
public class TimePickerStyles {
  public static final String PICKER_WIDTH = "270px";
  public static final String TIME_PICKER = "time-picker";
  public static final String TIME_PANEL = "time-panel";
  public static final String HOUR_TEXT = "hour-text";
  public static final String MINUTE_TEXT = "minute-text";
  public static final String SECOND_TEXT = "second-text";
  public static final String AM_PM_CONTAINER = "am-pm-container";
  public static final String AM_PM_TEXT = "am-pm-text";
  public static final String AM_PM_TOP = "am-pm-top";
  public static final String AM_PM_BOTTOM = "am-pm-bottom";
  public static final String TIME_DISPLAY_LARGE = "time-display-large";
  public static final String TIME_FOOTER = "time-footer";
  public static final String CLEAR_BUTTON = "clear-button";
  public static final String NOW_BUTTON = "now-button";
  public static final String CLOSE_BUTTON = "close-button";
  public static final String NAVIGATE = "navigate";
  public static final String NAVIGATE_LEFT = "navigate-left";
  public static final String NAVIGATE_RIGHT = "navigate-right";
  public static final String PICKER_CONTENT = "picker-content";
  public static final String CLOCK_PICKER = "clock-picker";
  public static final String HOUR = "hour";
  public static final String SMALL_HOUR = "small-hour";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy