Added documenatation

Signed-off-by: asharani-murugesh <asharani.murugesh@in.bosch.com>
This commit is contained in:
asharani-murugesh
2016-03-04 14:24:03 +01:00
parent 3854061d4f
commit a9eaacb8b9
2 changed files with 38 additions and 4 deletions

View File

@@ -265,7 +265,7 @@ public class RolloutGroupListGrid extends AbstractGrid {
break;
case RUNNING:
result = HawkbitCommonUtil.getStatusLabelDetailsInString(
Integer.toString(FontAwesome.ADJUST.getCodepoint()), SPUIStyleDefinitions.STATUS_ICON_LIGHT_YELLOW,
Integer.toString(FontAwesome.ADJUST.getCodepoint()), SPUIStyleDefinitions.STATUS_ICON_YELLOW,
SPUIComponetIdProvider.ROLLOUT_GROUP_STATUS_LABEL_ID);
break;
case READY:

View File

@@ -248,16 +248,50 @@ public final class SPUIStyleDefinitions {
* Target filter search progress indicator style.
*/
public static final String TARGET_FILTER_SEARCH_PROGRESS_INDICATOR_STYLE = "target-filter-spinner";
/**
* Status icon style - red color.
*/
public static final String STATUS_ICON_RED = "statusIconRed";
/**
* Status icon style - green color.
*/
public static final String STATUS_ICON_GREEN = "statusIconGreen";
/**
* Status icon style - blue color.
*/
public static final String STATUS_ICON_BLUE = "statusIconBlue";
/**
* Status icon spinner style - yellow color.
*/
public static final String STATUS_SPINNER_YELLOW = "yellowSpinner";
/**
* Status icon style - light blue color.
*/
public static final String STATUS_ICON_LIGHT_BLUE = "statusIconLightBlue";
/**
* Status icon spinner style - grey color.
*/
public static final String STATUS_SPINNER_GREY = "greySpinner";
/**
* Status icon spinner style - blue color.
*/
public static final String STATUS_SPINNER_BLUE = "blueSpinner";
public static final String STATUS_ICON_LIGHT_YELLOW = "statusIconYellow";
/**
* Status icon style - yellow color.
*/
public static final String STATUS_ICON_YELLOW = "statusIconYellow";
/**
* Status pending icon.
*/
public static final String STATUS_ICON_PENDING = "statusIconPending";
/**