Class UIFormWYSIWYGInput

All Implemented Interfaces:
UIFormInput<String>

public class UIFormWYSIWYGInput extends UIFormInputBase<String>
The Class UIFormWYSIWYGInput.
  • Field Details

    • BASIC_TOOLBAR

      public static final String BASIC_TOOLBAR
    • DEFAULT_TOOLBAR

      public static final String DEFAULT_TOOLBAR
  • Constructor Details

    • UIFormWYSIWYGInput

      @Deprecated public UIFormWYSIWYGInput(String name, String bindingField, String value, boolean isBasic)
      Deprecated.
      Instantiates a new uI form wysiwyg input.
      Parameters:
      name - the name
      bindingField - the binding field
      value - the value
      isBasic - the is basic
    • UIFormWYSIWYGInput

      public UIFormWYSIWYGInput(String name, String bindingField, String value)
  • Method Details

    • getFCKConfig

      public FCKEditorConfig getFCKConfig()
      Gets the fCK config.
      Returns:
      the fCK config
    • setFCKConfig

      public void setFCKConfig(FCKEditorConfig config)
      Sets the fCK config.
      Parameters:
      config - the new fCK config
    • getSourceModeOnStartup

      public boolean getSourceModeOnStartup()
    • setSourceModeOnStartup

      public void setSourceModeOnStartup(boolean b)
    • getToolBarName

      public String getToolBarName()
    • setToolBarName

      public void setToolBarName(String name)
    • getWidth

      public String getWidth()
    • setWidth

      public void setWidth(String s)
    • getHeight

      public String getHeight()
    • setHeight

      public void setHeight(String s)
    • decode

      public void decode(Object input, WebuiRequestContext context)
      Specified by:
      decode in class UIFormInputBase<String>
    • processRender

      public void processRender(WebuiRequestContext context) throws Exception
      Overrides:
      processRender in class UIComponent
      Throws:
      Exception