Class ChoosableProperty

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
Action.FormProperty, Action.TargetProperty, AliasRefProperty, Expression.ExpressionValueProperty, FactBinding.FactPathProperty

public class ChoosableProperty extends TranslatedProperty
A Choosable property can be chosen using a Choice tree
See Also:
  • Constructor Details

  • Method Details

    • getTranslatedValue

      public String getTranslatedValue()
      Subclasses should override.
      Overrides:
      getTranslatedValue in class TranslatedProperty
      Returns:
      ""
    • forceSync

      public void forceSync()
    • getChoices

      public List<Choice> getChoices()
      return forest of valid choices
    • getChoices

      public List<Choice> getChoices(String pattern)
      The pattern is compared with the translated value of the choice. This comparison is case insensitive The returned list contains matching choices only. If a choice matches the pattern, it's children are not filtered. Otherwise they are.
      Parameters:
      pattern -
      Returns:
      a filtered forest of valid choices
    • getChoice

      public Choice getChoice()
      get current choice
    • setChoice

      public void setChoice(Choice choice)
      set current choice setting to null sets the property value to ""
    • getTranslatedOptions

      public String[] getTranslatedOptions()
      Description copied from class: TranslatedProperty
      Get the translated values for the property
      Overrides:
      getTranslatedOptions in class TranslatedProperty
      Returns:
      String[] of valid values
    • getOptions

      public String[] getOptions(boolean translate)
    • setTranslatedValue

      public void setTranslatedValue(String translatedValue)
      Set translated property value. The translation must exist the following code fragment is always a no-op: setTranslatedValue(getValue(true))
      Overrides:
      setTranslatedValue in class TranslatedProperty
      Parameters:
      translatedValue -