org.apache.myfaces.examples.inputhtmlexample
Class EditorFace

java.lang.Object
  extended by org.apache.myfaces.examples.inputhtmlexample.EditorFace

public class EditorFace
extends Object

Version:
$Revision: 673833 $ $Date: 2008-07-03 16:58:05 -0500 (Thu, 03 Jul 2008) $
Author:
Sylvain Vieujot (latest modification by $Author: skitching $)

Constructor Summary
EditorFace()
           
 
Method Summary
 String getText()
           
 boolean isAllowEditSource()
           
 boolean isShowCleanupExpressionsToolBox()
           
 boolean isShowDebugToolBox()
           
 boolean isShowImagesToolBox()
           
 boolean isShowLinksToolBox()
           
 boolean isShowPropertiesToolBox()
           
 boolean isShowTablesToolBox()
           
 void setAllowEditSource(boolean allowEditSource)
           
 void setShowCleanupExpressionsToolBox(boolean showCleanupExpressionsToolBox)
           
 void setShowDebugToolBox(boolean showDebugToolBox)
           
 void setShowImagesToolBox(boolean showImagesToolBox)
           
 void setShowLinksToolBox(boolean showLinksToolBox)
           
 void setShowPropertiesToolBox(boolean showPropertiesToolBox)
           
 void setShowTablesToolBox(boolean showTablesToolBox)
           
 void setText(String text)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditorFace

public EditorFace()
Method Detail

getText

public String getText()

setText

public void setText(String text)

isAllowEditSource

public boolean isAllowEditSource()

setAllowEditSource

public void setAllowEditSource(boolean allowEditSource)

isShowImagesToolBox

public boolean isShowImagesToolBox()

setShowImagesToolBox

public void setShowImagesToolBox(boolean showImagesToolBox)

isShowLinksToolBox

public boolean isShowLinksToolBox()

setShowLinksToolBox

public void setShowLinksToolBox(boolean showLinksToolBox)

isShowPropertiesToolBox

public boolean isShowPropertiesToolBox()

setShowPropertiesToolBox

public void setShowPropertiesToolBox(boolean showPropertiesToolBox)

isShowTablesToolBox

public boolean isShowTablesToolBox()

setShowTablesToolBox

public void setShowTablesToolBox(boolean showTablesToolBox)

isShowCleanupExpressionsToolBox

public boolean isShowCleanupExpressionsToolBox()

setShowCleanupExpressionsToolBox

public void setShowCleanupExpressionsToolBox(boolean showCleanupExpressionsToolBox)

isShowDebugToolBox

public boolean isShowDebugToolBox()

setShowDebugToolBox

public void setShowDebugToolBox(boolean showDebugToolBox)


Copyright © 2010 The Apache Software Foundation. All Rights Reserved.