Class OptionLookupValue

    • Constructor Detail

      • OptionLookupValue

        public OptionLookupValue​(CharSequence value,
                                 Node optionsNode)
        Creates a option lookup renderable for the given value that uses the given options node to find the corresponding option value.
        Parameters:
        value - the CharSequence value.
        optionsNode - the options node. During render it is searched for a tag option with attribute value equals to the value parameter, and the text context of such tag is localized and used.
        Since:
        4.0.4