com.creamtec.ajaxswing.support
Interface TextAreaSupport


public interface TextAreaSupport

JTextArea subclasses can implement this interface to provide additional information to AjaxSwing


Method Summary
 boolean isPlainText()
          Provides rendering hints to WYSIWYGEditor.
This method is only used when WYSIWYGEditor is set as renderer, when it is not set, JTextArea is always rendered as plain text
 

Method Detail

isPlainText

boolean isPlainText()
Provides rendering hints to WYSIWYGEditor.
This method is only used when WYSIWYGEditor is set as renderer, when it is not set, JTextArea is always rendered as plain text

Returns:
true when this JTextArea should be rendered with DefaultJTextAreaRenderer, false - when WYSIWYGEditor is used


Copyright © 2000-2008 CreamTec LLC. All Rights Reserved.