Package org.exoplatform.wiki.webui
Class UIWikiLocationContainer
- java.lang.Object
-
- org.exoplatform.webui.core.UIComponent
-
- org.exoplatform.webui.core.UIContainer
-
- org.exoplatform.wiki.webui.UIWikiLocationContainer
-
public class UIWikiLocationContainer extends org.exoplatform.webui.core.UIContainer
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUIWikiLocationContainer.ChangeNewLocationActionListener
-
Field Summary
Fields Modifier and Type Field Description static StringCHANGE_NEWLOCATIONstatic StringCURRENT_LOCATIONstatic StringNEW_LOCATION
-
Constructor Summary
Constructors Constructor Description UIWikiLocationContainer()
-
Method Summary
-
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, processRender, renderEventURL, setComponentConfig, setComponentConfig, setId, setParent, setRendered, setRenderSibling, url, url, url
-
-
-
-
Field Detail
-
CURRENT_LOCATION
public static final String CURRENT_LOCATION
- See Also:
- Constant Field Values
-
NEW_LOCATION
public static final String NEW_LOCATION
- See Also:
- Constant Field Values
-
CHANGE_NEWLOCATION
public static final String CHANGE_NEWLOCATION
- See Also:
- Constant Field Values
-
-