Class WidestComboPopupPrototype<T>

java.lang.Object
org.pushingpixels.radiance.theming.api.combo.WidestComboPopupPrototype<T>
All Implemented Interfaces:
ComboPopupPrototypeCallback<T>

public class WidestComboPopupPrototype<T> extends Object implements ComboPopupPrototypeCallback<T>
Sample core implementation of ComboPopupPrototypeCallback interface that returns the widest combo entry. This class is part of officially supported API.
  • Constructor Details

    • WidestComboPopupPrototype

      public WidestComboPopupPrototype()
  • Method Details