Package org.togglz.console.model
Class ParameterModel
java.lang.Object
org.togglz.console.model.ParameterModel
-
Constructor Summary
ConstructorsConstructorDescriptionParameterModel(int index, org.togglz.core.activation.Parameter parameter, StrategyModel strategy) -
Method Summary
Modifier and TypeMethodDescriptiongetId()getLabel()intgetValue()booleanbooleanbooleanbooleanisValid()booleanvoidreadValueFrom(jakarta.servlet.http.HttpServletRequest request) voidreadValueFrom(org.togglz.core.repository.FeatureState featureState) void
-
Constructor Details
-
ParameterModel
public ParameterModel(int index, org.togglz.core.activation.Parameter parameter, StrategyModel strategy)
-
-
Method Details
-
readValueFrom
public void readValueFrom(org.togglz.core.repository.FeatureState featureState) -
readValueFrom
public void readValueFrom(jakarta.servlet.http.HttpServletRequest request) -
getValidationError
-
isValid
public boolean isValid() -
getLabel
-
getInputId
-
getId
-
getValue
-
setValue
-
getStrategyIndex
public int getStrategyIndex() -
isVisible
public boolean isVisible() -
getDescription
-
isHasDescription
public boolean isHasDescription() -
isLargeText
public boolean isLargeText() -
isHasValue
public boolean isHasValue()
-