List of usage examples for com.vaadin.server FontAwesome GAVEL
FontAwesome GAVEL
To view the source code for com.vaadin.server FontAwesome GAVEL.
Click Source Link
From source file:org.eclipse.hawkbit.ui.rollout.rollout.RolloutListGrid.java
License:Open Source License
private StatusFontIcon createApprovalButtonMetadata(final RolloutStatus rolloutStatus) { final boolean isDisabled = hasToBeDisabled(rolloutStatus, APPROVE_BUTTON_ENABLED); return new StatusFontIcon(FontAwesome.GAVEL, null, i18n.getMessage(UIMessageIdProvider.TOOLTIP_ROLLOUT_APPROVE), UIComponentIdProvider.ROLLOUT_APPROVAL_BUTTON_ID, isDisabled); }