Package org.exoplatform.wiki.webui
Class UIWikiPageInfoArea
- java.lang.Object
-
- org.exoplatform.webui.core.UIComponent
-
- org.exoplatform.webui.core.UIContainer
-
- org.exoplatform.wiki.webui.core.UIWikiContainer
-
- org.exoplatform.wiki.webui.UIWikiPageInfoArea
-
public class UIWikiPageInfoArea extends UIWikiContainer
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUIWikiPageInfoArea.CompareRevisionActionListenerstatic classUIWikiPageInfoArea.PermalinkActionListenerstatic classUIWikiPageInfoArea.ShowRevisionActionListenerstatic classUIWikiPageInfoArea.ToggleAttachmentsActionListener
-
Field Summary
Fields Modifier and Type Field Description static StringCOMPARE_REVISIONstatic StringPERMALINK_ACTIONstatic StringSHOW_REVISIONstatic StringTOGGLE_ATTACHMENTS_ACTION-
Fields inherited from class org.exoplatform.wiki.webui.core.UIWikiContainer
accept_Modes
-
-
Constructor Summary
Constructors Constructor Description UIWikiPageInfoArea()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.exoplatform.wiki.mow.api.PagegetCurrentWikiPage()protected intgetNumberOfAttachments(org.exoplatform.wiki.mow.api.Page page)protected intgetNumberOfVersions(org.exoplatform.wiki.mow.api.Page page)protected booleanisPagePublic(org.exoplatform.wiki.mow.api.Page page)-
Methods inherited from class org.exoplatform.wiki.webui.core.UIWikiContainer
getAccept_Modes, getCurrentMode, processRender, setAccept_Modes
-
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, buildModelObject, 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
-
-
-
-
Field Detail
-
TOGGLE_ATTACHMENTS_ACTION
public static String TOGGLE_ATTACHMENTS_ACTION
-
SHOW_REVISION
public static String SHOW_REVISION
-
COMPARE_REVISION
public static String COMPARE_REVISION
-
PERMALINK_ACTION
public static final String PERMALINK_ACTION
- See Also:
- Constant Field Values
-
-