Class InputEditInformationHelper
java.lang.Object
ch.tocco.nice2.optional.qualification.impl.resources.inputedit.InputEditInformationHelper
-
Method Summary
Modifier and TypeMethodDescriptionprotected static InputEditResource.InputEditInformation
getDropGradeInformation
(TextResources textResources, Input input) protected static InputEditResource.InputEditInformation
getEventInformation
(TextResources textResources, EntityList inputEntities) protected static InputEditResource.InputEditInformation
getGradeScaleInformation
(TextResources textResources, EvaluationNode evaluationNode) protected static InputEditResource.InputEditInformation
getGradeScaleInformation
(TextResources textResources, BigDecimal min, BigDecimal max) protected static InputEditResource.InputEditInformation
getInputNodeInformation
(TextResources textResources, InputNode inputNode) protected static InputEditResource.InputEditInformation
getInputStatus
(TextResources textResources, EntityList inputEntities) protected static InputEditResource.InputEditInformation
getInputTypeInformation
(TextResources textResources, InputNode inputNode) protected static InputEditResource.InputEditInformation
getPointsMaxInformation
(TextResources textResources, InputNode inputNode) protected static InputEditResource.InputEditInformation
getRoundingInformation
(TextResources textResources, Input input)
-
Method Details
-
getInputStatus
protected static InputEditResource.InputEditInformation getInputStatus(TextResources textResources, EntityList inputEntities) -
getEventInformation
protected static InputEditResource.InputEditInformation getEventInformation(TextResources textResources, EntityList inputEntities) -
getInputNodeInformation
protected static InputEditResource.InputEditInformation getInputNodeInformation(TextResources textResources, InputNode inputNode) -
getInputTypeInformation
protected static InputEditResource.InputEditInformation getInputTypeInformation(TextResources textResources, InputNode inputNode) -
getPointsMaxInformation
protected static InputEditResource.InputEditInformation getPointsMaxInformation(TextResources textResources, InputNode inputNode) -
getGradeScaleInformation
protected static InputEditResource.InputEditInformation getGradeScaleInformation(TextResources textResources, EvaluationNode evaluationNode) -
getGradeScaleInformation
protected static InputEditResource.InputEditInformation getGradeScaleInformation(TextResources textResources, BigDecimal min, BigDecimal max) -
getRoundingInformation
protected static InputEditResource.InputEditInformation getRoundingInformation(TextResources textResources, Input input) -
getDropGradeInformation
protected static InputEditResource.InputEditInformation getDropGradeInformation(TextResources textResources, Input input)
-