org.exoplatform.social.webui.profile
Class UITitleBar

java.lang.Object
  extended by org.exoplatform.webui.core.UIComponent
      extended by org.exoplatform.social.webui.profile.UITitleBar

public class UITitleBar
extends org.exoplatform.webui.core.UIComponent

Component that manages title bar of profile management section.


Field Summary
 
Fields inherited from class org.exoplatform.webui.core.UIComponent
AJAX_ASYNC, config, OBJECTID, UICOMPONENT, uiparent
 
Constructor Summary
UITitleBar()
           
 
Method Summary
 String event(String name, String beanId)
          Overrides event method of UIComponent.
 String getTranlationKey()
          Gets the name of parent component.
 boolean isEditable()
          Checks the current user is right edit permission.
 boolean isEditMode()
          Checks the current display of title bar is can be edit.
 
Methods inherited from class org.exoplatform.webui.core.UIComponent
broadcast, createEvent, createUIComponent, createUIComponent, createUIComponent, doAsync, event, event, findComponentById, findComponentOfType, findFirstComponentOfType, getAncestorOfType, getApplicationComponent, getComponentConfig, getId, getName, getParent, getTemplate, getTemplateResourceResolver, getUIComponentName, isRendered, loadConfirmMesssage, processAction, processDecode, processRender, 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
 

Constructor Detail

UITitleBar

public UITitleBar()
Method Detail

event

public String event(String name,
                    String beanId)
             throws Exception
Overrides event method of UIComponent.

Overrides:
event in class org.exoplatform.webui.core.UIComponent
Returns:
event of title bar component.
Throws:
Exception

getTranlationKey

public String getTranlationKey()
Gets the name of parent component.

Returns:
name of parent component.

isEditable

public boolean isEditable()
Checks the current user is right edit permission.

Returns:
true if current user has permission.

isEditMode

public boolean isEditMode()
Checks the current display of title bar is can be edit.

Returns:
true if title bar is in edit mode.


Copyright © 2003–2014 eXo Platform SAS. All rights reserved.