org.exoplatform.wiki.webui
Class UIWikiPageTitleControlArea

java.lang.Object
  extended by org.exoplatform.webui.core.UIComponent
      extended by org.exoplatform.webui.core.UIContainer
          extended by org.exoplatform.wiki.webui.core.UIExtensionContainer
              extended by org.exoplatform.wiki.webui.control.UIWikiExtensionContainer
                  extended by org.exoplatform.wiki.webui.UIWikiPageTitleControlArea

public class UIWikiPageTitleControlArea
extends UIWikiExtensionContainer


Nested Class Summary
 
Nested classes/interfaces inherited from class org.exoplatform.webui.core.UIContainer
org.exoplatform.webui.core.UIContainer.SelectTabActionListener
 
Field Summary
static String CHANGE_TITLEMODE
           
static String EXTENSION_TYPE
           
static String FIELD_EDITABLE
           
static String FIELD_TITLEINFO
           
static String FIELD_TITLEINPUT
           
 
Fields inherited from class org.exoplatform.wiki.webui.control.UIWikiExtensionContainer
extensionSize, log
 
Fields inherited from class org.exoplatform.webui.core.UIComponent
AJAX_ASYNC, config, OBJECTID, UICOMPONENT, uiparent
 
Constructor Summary
UIWikiPageTitleControlArea()
           
 
Method Summary
 String getExtensionType()
           
 String getTitle()
           
 org.exoplatform.webui.form.UIFormInputInfo getUIFormInputInfo()
           
 org.exoplatform.webui.form.UIFormStringInput getUIStringInput()
           
protected  boolean isAddMode()
           
 boolean isInfoMode()
           
 void processRender(org.exoplatform.webui.application.WebuiRequestContext context)
           
 void saveTitle(String newTitle, org.exoplatform.webui.event.Event event)
           
 void toInfoMode()
           
 void toInputMode()
           
 
Methods inherited from class org.exoplatform.wiki.webui.core.UIExtensionContainer
checkModificationContext
 
Methods inherited from class org.exoplatform.webui.core.UIContainer
addChild, addChild, findComponentById, findComponentOfType, findFirstComponentOfType, getChild, getChild, getChildById, getChildren, hasChildren, removeChild, removeChildById, renderChild, renderChild, renderChild, renderChild, renderChildren, renderChildren, renderUIComponent, replaceChild, replaceChild, setChildren, setRenderedChild, setRenderedChild, setRenderedChildrenOfTypes
 
Methods inherited from class org.exoplatform.webui.core.UIComponent
broadcast, createEvent, createUIComponent, createUIComponent, createUIComponent, doAsync, event, event, event, getAncestorOfType, getApplicationComponent, getComponentConfig, getId, getName, getParent, getTemplate, getTemplateResourceResolver, getUIComponentName, isRendered, loadConfirmMesssage, processAction, processDecode, renderEventURL, setComponentConfig, setComponentConfig, setId, setParent, setRendered, setRenderSibling, url, url, url
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EXTENSION_TYPE

public static final String EXTENSION_TYPE
See Also:
Constant Field Values

FIELD_TITLEINFO

public static final String FIELD_TITLEINFO
See Also:
Constant Field Values

FIELD_TITLEINPUT

public static final String FIELD_TITLEINPUT
See Also:
Constant Field Values

FIELD_EDITABLE

public static final String FIELD_EDITABLE
See Also:
Constant Field Values

CHANGE_TITLEMODE

public static final String CHANGE_TITLEMODE
See Also:
Constant Field Values
Constructor Detail

UIWikiPageTitleControlArea

public UIWikiPageTitleControlArea()
                           throws Exception
Throws:
Exception
Method Detail

processRender

public void processRender(org.exoplatform.webui.application.WebuiRequestContext context)
                   throws Exception
Overrides:
processRender in class UIWikiExtensionContainer
Throws:
Exception

getExtensionType

public String getExtensionType()
Specified by:
getExtensionType in class UIWikiExtensionContainer

getUIFormInputInfo

public org.exoplatform.webui.form.UIFormInputInfo getUIFormInputInfo()

getUIStringInput

public org.exoplatform.webui.form.UIFormStringInput getUIStringInput()

toInfoMode

public void toInfoMode()

toInputMode

public void toInputMode()

isInfoMode

public boolean isInfoMode()

saveTitle

public void saveTitle(String newTitle,
                      org.exoplatform.webui.event.Event event)
               throws Exception
Throws:
Exception

isAddMode

protected boolean isAddMode()

getTitle

public String getTitle()


Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.