Interface ControlButtonContainer

  • All Known Subinterfaces:
    Style
    All Known Implementing Classes:
    AbstractStyle, WrapperStyle

    public interface ControlButtonContainer
    Implemented by objects that handle navigation functionality. All Style instances implement this interface, but a FormComponent can also implement it. In that case, the interface methods are only called if the form component is used in a style. If a form component only wants to handle a single control button type, it should implement ControlButtonType instead.