Interface IWysiwygToolbar

  • All Known Implementing Classes:
    DefaultWysiwygToolbar

    public interface IWysiwygToolbar
    Specifies a toolbar to be used by a WysiwygEditor
    Author:
    sebfz1, solomax, andunslg
    • Method Detail

      • attachToEditor

        void attachToEditor​(org.apache.wicket.Component editor)
        Attaches the IWysiwygToolbar to the editor Component
        Parameters:
        editor - the Component to attach the IWysiwygToolbar to