Class WidestComboPopupPrototype<T>
java.lang.Object
org.pushingpixels.radiance.theming.api.combo.WidestComboPopupPrototype<T>
- All Implemented Interfaces:
ComboPopupPrototypeCallback<T>
Sample core implementation of
ComboPopupPrototypeCallback interface
that returns the widest combo entry. This class is part of officially
supported API.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the prototype entry for combo popup of the specified combobox.
-
Constructor Details
-
WidestComboPopupPrototype
public WidestComboPopupPrototype()
-
-
Method Details
-
getPopupPrototypeDisplayValue
Description copied from interface:ComboPopupPrototypeCallbackReturns the prototype entry for combo popup of the specified combobox.- Specified by:
getPopupPrototypeDisplayValuein interfaceComboPopupPrototypeCallback<T>- Parameters:
jc- Combo box.- Returns:
- Prototype entry for combo popup of the specified combobox.
-