org.apache.myfaces.custom.inputHtml

Class InputHtml

public class InputHtml extends HtmlInputText

HTML Editor using the kupu library. http://kupu.oscom.org/

Version: $Revision: 279389 $ $Date: 2005-09-07 19:58:12 +0200 (Wed, 07 Sep 2005) $

Author: Sylvain Vieujot (latest modification by $Author: svieujot $)

Field Summary
static StringCOMPONENT_TYPE
static StringDEFAULT_RENDERER_TYPE
Constructor Summary
InputHtml()
Method Summary
StringgetFallback()
StringgetFamily()
StringgetStyle()
StringgetStyleClass()
StringgetType()
StringgetValueAsHtmlDocument(FacesContext context)
StringgetValueFromDocument(String text)
booleanisAddKupuLogo()
booleanisAllowEditSource()
booleanisAllowExternalLinks()
booleanisShowAllToolBoxes()
booleanisShowAnyToolBox()
booleanisShowCleanupExpressionsToolBox()
booleanisShowDebugToolBox()
booleanisShowImagesToolBox()
booleanisShowLinksToolBox()
booleanisShowPropertiesToolBox()
booleanisShowTablesToolBox()
booleanisTypeDocument()
voidrestoreState(FacesContext context, Object state)
ObjectsaveState(FacesContext context)
voidsetAddKupuLogo(boolean addKupuLogo)
voidsetAllowEditSource(boolean allowEditSource)
voidsetAllowExternalLinks(boolean allowExternalLinks)
voidsetFallback(String _fallback)
voidsetShowAllToolBoxes(boolean showAllToolBoxes)
voidsetShowCleanupExpressionsToolBox(boolean showCleanupExpressionsToolBox)
voidsetShowDebugToolBox(boolean showTablesToolBox)
voidsetShowImagesToolBox(boolean showImagesToolBox)
voidsetShowLinksToolBox(boolean showLinksToolBox)
voidsetShowPropertiesToolBox(boolean showPropertiesToolBox)
voidsetShowTablesToolBox(boolean showTablesToolBox)
voidsetStyle(String style)
voidsetStyleClass(String styleClass)
voidsetType(String _type)

Field Detail

COMPONENT_TYPE

public static final String COMPONENT_TYPE

DEFAULT_RENDERER_TYPE

public static final String DEFAULT_RENDERER_TYPE

Constructor Detail

InputHtml

public InputHtml()

Method Detail

getFallback

public String getFallback()

getFamily

public String getFamily()

getStyle

public String getStyle()

getStyleClass

public String getStyleClass()

getType

public String getType()

getValueAsHtmlDocument

public String getValueAsHtmlDocument(FacesContext context)

getValueFromDocument

public String getValueFromDocument(String text)

isAddKupuLogo

public boolean isAddKupuLogo()

isAllowEditSource

public boolean isAllowEditSource()

isAllowExternalLinks

public boolean isAllowExternalLinks()

isShowAllToolBoxes

public boolean isShowAllToolBoxes()

isShowAnyToolBox

public boolean isShowAnyToolBox()

isShowCleanupExpressionsToolBox

public boolean isShowCleanupExpressionsToolBox()

isShowDebugToolBox

public boolean isShowDebugToolBox()

isShowImagesToolBox

public boolean isShowImagesToolBox()

isShowLinksToolBox

public boolean isShowLinksToolBox()

isShowPropertiesToolBox

public boolean isShowPropertiesToolBox()

isShowTablesToolBox

public boolean isShowTablesToolBox()

isTypeDocument

public boolean isTypeDocument()

restoreState

public void restoreState(FacesContext context, Object state)

saveState

public Object saveState(FacesContext context)

setAddKupuLogo

public void setAddKupuLogo(boolean addKupuLogo)

setAllowEditSource

public void setAllowEditSource(boolean allowEditSource)

setAllowExternalLinks

public void setAllowExternalLinks(boolean allowExternalLinks)

setFallback

public void setFallback(String _fallback)

setShowAllToolBoxes

public void setShowAllToolBoxes(boolean showAllToolBoxes)

setShowCleanupExpressionsToolBox

public void setShowCleanupExpressionsToolBox(boolean showCleanupExpressionsToolBox)

setShowDebugToolBox

public void setShowDebugToolBox(boolean showTablesToolBox)

setShowImagesToolBox

public void setShowImagesToolBox(boolean showImagesToolBox)

setShowLinksToolBox

public void setShowLinksToolBox(boolean showLinksToolBox)

setShowPropertiesToolBox

public void setShowPropertiesToolBox(boolean showPropertiesToolBox)

setShowTablesToolBox

public void setShowTablesToolBox(boolean showTablesToolBox)

setStyle

public void setStyle(String style)

setStyleClass

public void setStyleClass(String styleClass)

setType

public void setType(String _type)