Package adalid.jee2.constants
Class FA
- java.lang.Object
-
- adalid.jee2.constants.FA
-
public class FA extends Object
CSS Classes of Font Awesome Icons- Author:
- Jorge Campins
- See Also:
- https://fontawesome.com/v4.7.0/cheatsheet/
-
-
Field Summary
Fields Modifier and Type Field Description static StringCHECKstatic StringCHECK_CIRCLEstatic StringCHECK_CIRCLE_Ostatic StringCHECK_SQUAREstatic StringCHECK_SQUARE_Ostatic StringEXCLAMATIONstatic StringEXCLAMATION_CIRCLEstatic StringEXCLAMATION_TRIANGLEstatic StringINFOstatic StringINFO_CIRCLEstatic StringMISSING_VALUEstatic StringNULL_VALUEstatic StringQUESTIONstatic StringQUESTION_CIRCLEstatic StringQUESTION_CIRCLE_Ostatic StringTIMESstatic StringTIMES_CIRCLEstatic StringTIMES_CIRCLE_Ostatic StringUNNECESSARY_VALUEstatic StringWITH_FIXED_WIDTHstatic StringWITH_FLIP_HORIZONTALstatic StringWITH_FLIP_VERTICALstatic StringWITH_PULSEstatic StringWITH_ROTATION_090static StringWITH_ROTATION_180static StringWITH_ROTATION_270static StringWITH_SIZE_2Xstatic StringWITH_SIZE_3Xstatic StringWITH_SIZE_4Xstatic StringWITH_SIZE_5Xstatic StringWITH_SIZE_LGstatic StringWITH_SPIN
-
Constructor Summary
Constructors Constructor Description FA()
-
-
-
Field Detail
-
CHECK
public static final String CHECK
- See Also:
- Constant Field Values
-
CHECK_CIRCLE
public static final String CHECK_CIRCLE
- See Also:
- Constant Field Values
-
CHECK_CIRCLE_O
public static final String CHECK_CIRCLE_O
- See Also:
- Constant Field Values
-
CHECK_SQUARE
public static final String CHECK_SQUARE
- See Also:
- Constant Field Values
-
CHECK_SQUARE_O
public static final String CHECK_SQUARE_O
- See Also:
- Constant Field Values
-
EXCLAMATION
public static final String EXCLAMATION
- See Also:
- Constant Field Values
-
EXCLAMATION_CIRCLE
public static final String EXCLAMATION_CIRCLE
- See Also:
- Constant Field Values
-
EXCLAMATION_TRIANGLE
public static final String EXCLAMATION_TRIANGLE
- See Also:
- Constant Field Values
-
INFO
public static final String INFO
- See Also:
- Constant Field Values
-
INFO_CIRCLE
public static final String INFO_CIRCLE
- See Also:
- Constant Field Values
-
QUESTION
public static final String QUESTION
- See Also:
- Constant Field Values
-
QUESTION_CIRCLE
public static final String QUESTION_CIRCLE
- See Also:
- Constant Field Values
-
QUESTION_CIRCLE_O
public static final String QUESTION_CIRCLE_O
- See Also:
- Constant Field Values
-
TIMES
public static final String TIMES
- See Also:
- Constant Field Values
-
TIMES_CIRCLE
public static final String TIMES_CIRCLE
- See Also:
- Constant Field Values
-
TIMES_CIRCLE_O
public static final String TIMES_CIRCLE_O
- See Also:
- Constant Field Values
-
WITH_FIXED_WIDTH
public static final String WITH_FIXED_WIDTH
- See Also:
- Constant Field Values
-
WITH_FLIP_HORIZONTAL
public static final String WITH_FLIP_HORIZONTAL
- See Also:
- Constant Field Values
-
WITH_FLIP_VERTICAL
public static final String WITH_FLIP_VERTICAL
- See Also:
- Constant Field Values
-
WITH_PULSE
public static final String WITH_PULSE
- See Also:
- Constant Field Values
-
WITH_ROTATION_090
public static final String WITH_ROTATION_090
- See Also:
- Constant Field Values
-
WITH_ROTATION_180
public static final String WITH_ROTATION_180
- See Also:
- Constant Field Values
-
WITH_ROTATION_270
public static final String WITH_ROTATION_270
- See Also:
- Constant Field Values
-
WITH_SIZE_2X
public static final String WITH_SIZE_2X
- See Also:
- Constant Field Values
-
WITH_SIZE_3X
public static final String WITH_SIZE_3X
- See Also:
- Constant Field Values
-
WITH_SIZE_4X
public static final String WITH_SIZE_4X
- See Also:
- Constant Field Values
-
WITH_SIZE_5X
public static final String WITH_SIZE_5X
- See Also:
- Constant Field Values
-
WITH_SIZE_LG
public static final String WITH_SIZE_LG
- See Also:
- Constant Field Values
-
WITH_SPIN
public static final String WITH_SPIN
- See Also:
- Constant Field Values
-
MISSING_VALUE
public static final String MISSING_VALUE
- See Also:
- Constant Field Values
-
NULL_VALUE
public static final String NULL_VALUE
- See Also:
- Constant Field Values
-
UNNECESSARY_VALUE
public static final String UNNECESSARY_VALUE
- See Also:
- Constant Field Values
-
-