MinistryIconConstants.java
package com.hack23.cia.web.impl.ui.application.views.user.goverment.pagemode;
import com.vaadin.icons.VaadinIcons;
/**
* The Interface MinistryIconConstants.
*/
public interface MinistryIconConstants {
/** The info icon. */
// Basic Icons
VaadinIcons INFO_ICON = VaadinIcons.INFO_CIRCLE;
/** The flag icon. */
VaadinIcons FLAG_ICON = VaadinIcons.FLAG;
/** The group icon. */
VaadinIcons GROUP_ICON = VaadinIcons.GROUP;
/** The chart icon. */
// Chart Icons
VaadinIcons CHART_ICON = VaadinIcons.CHART;
/** The chart line. */
VaadinIcons CHART_LINE = VaadinIcons.CHART_LINE;
/** The calendar icon. */
// Time Icons
VaadinIcons CALENDAR_ICON = VaadinIcons.CALENDAR;
/** The calendar clock. */
VaadinIcons CALENDAR_CLOCK = VaadinIcons.CALENDAR_CLOCK;
/** The clock icon. */
VaadinIcons CLOCK_ICON = VaadinIcons.CLOCK;
/** The file icon. */
// Document Icons
VaadinIcons FILE_ICON = VaadinIcons.FILE_TEXT;
/** The file o icon. */
VaadinIcons FILE_O_ICON = VaadinIcons.FILE_O;
/** The file presentation. */
VaadinIcons FILE_PRESENTATION = VaadinIcons.FILE_PRESENTATION;
/** The file text o. */
VaadinIcons FILE_TEXT_O = VaadinIcons.FILE_TEXT_O;
/** The tasks icon. */
// Task Icons
VaadinIcons TASKS_ICON = VaadinIcons.TASKS;
/** The task icon. */
VaadinIcons TASK_ICON = VaadinIcons.TASKS;
}