Uses of Class
com.helger.commons.error.ErrorTextProvider.EField
-
Packages that use ErrorTextProvider.EField Package Description com.helger.commons.error -
-
Uses of ErrorTextProvider.EField in com.helger.commons.error
Methods in com.helger.commons.error that return ErrorTextProvider.EField Modifier and Type Method Description ErrorTextProvider.EFieldErrorTextProvider.FormattableItem. getField()ErrorTextProvider.EFieldErrorTextProvider.IFormattableItem. getField()static ErrorTextProvider.EFieldErrorTextProvider.EField. getFromIDOrNull(String sID)static ErrorTextProvider.EFieldErrorTextProvider.EField. valueOf(String name)Returns the enum constant of this type with the specified name.static ErrorTextProvider.EField[]ErrorTextProvider.EField. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.helger.commons.error with parameters of type ErrorTextProvider.EField Modifier and Type Method Description ErrorTextProviderErrorTextProvider. addItem(ErrorTextProvider.EField eField, String sText)Add an error item to be disabled.Constructors in com.helger.commons.error with parameters of type ErrorTextProvider.EField Constructor Description FormattableItem(ErrorTextProvider.EField eField, String sText)
-