public interface OptionFormatter
Select.Select(java.util.Collection, java.util.Set, String, BasePage, OptionFormatter)
and so the Select will call formatOption(Option, BasePage) for each entry that is displayed, after it
had applies the default substitutions.| Modifier and Type | Method and Description |
|---|---|
void |
formatOption(Option<?,?> option,
BasePage p)
Callback function that further processes each Option.
|