Package org.eclnt.ccaddons.pbc.simplexml
Class CCSimpleXMLEditor
java.lang.Object
org.eclnt.jsfserver.pagebean.PageBean
org.eclnt.jsfserver.pagebean.component.PageBeanComponentBase
org.eclnt.jsfserver.pagebean.component.PageBeanComponent
org.eclnt.ccaddons.pbc.simplexml.CCSimpleXMLEditor
- All Implemented Interfaces:
Serializable,org.eclnt.jsfserver.elements.IConfiguredByLayout,org.eclnt.jsfserver.pagebean.component.IPageBeanComponent,org.eclnt.jsfserver.pagebean.IPageBean,org.eclnt.jsfserver.util.valuemgmt.IDynamicContentBindingObject
- Direct Known Subclasses:
CCSimpleXMLEditorTabLayout
public class CCSimpleXMLEditor
extends org.eclnt.jsfserver.pagebean.component.PageBeanComponent
implements Serializable
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic interfaceNested classes/interfaces inherited from class org.eclnt.jsfserver.pagebean.component.PageBeanComponent
org.eclnt.jsfserver.pagebean.component.PageBeanComponent.ILiteralResolver, org.eclnt.jsfserver.pagebean.component.PageBeanComponent.LitMap -
Field Summary
Fields inherited from class org.eclnt.jsfserver.pagebean.PageBean
m_pageModifier -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddNewElement(org.eclnt.ccee.simplexml.SimpleXMLElement parent, org.eclnt.ccee.simplexml.SimpleXMLElement newChild) protected voidbooleanvoidvoiddeleteSelectedNodes(boolean withListenerEvents) booleanbooleanbooleanSet<org.eclnt.ccee.simplexml.SimpleXMLElement>org.eclnt.ccee.simplexml.SimpleXMLElementorg.eclnt.jsfserver.elements.util.TriggerbooleanbooleangetXml()voidinitializePageBean(Map<String, String> initData) voidinitializePageBeanConfigItems(List<org.eclnt.jsfserver.pagebean.PageBeanConfigItem> configItems) voidvoidprepare(SXMLMetaData metaData, String xml, CCSimpleXMLEditor.IListener listener) voidprepare(SXMLMetaData metaData, org.eclnt.ccee.simplexml.SimpleXMLElement sxml, CCSimpleXMLEditor.IListener listener) voidselectXMLElement(org.eclnt.ccee.simplexml.SimpleXMLElement xmlElement) voidselectXMLElements(Set<org.eclnt.ccee.simplexml.SimpleXMLElement> xmlElements) voidsetAnimationType(String value) voidsetBackgroundContent(String value) voidsetSizeLeft(String value) voidsetSizeRight(String value) voidsetWithAttributeArea(boolean withAttributeArea) voidsetWithTreeArea(boolean withTreeArea) Methods inherited from class org.eclnt.jsfserver.pagebean.component.PageBeanComponent
getLitMethods inherited from class org.eclnt.jsfserver.pagebean.component.PageBeanComponentBase
addConfiguredByLayoutListener, findLiteralResourceName, getClassDefiningPageBean, getLayoutPath, getLiteralResolver, getPageName, initializePageBeanFinished, initializePageBeanPassComponent, initializePageBeanStarted, isInitialized, readLiteral, readLiteralByOwnResourceBundle, removeConfiguredByLayoutListener, setLiteralResolverMethods inherited from class org.eclnt.jsfserver.pagebean.PageBean
buildContentReplaceString, closePopup, getActualRootExpression, getModalModelessPopupForPopupPageBean, getPageModifier, getPopups, getStamp, initializePageModifier, openModalPopup, openModelessPopup, pbx, readPageLayoutXML, setActualRootExpressionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclnt.jsfserver.elements.IConfiguredByLayout
addConfiguredByLayoutListener, removeConfiguredByLayoutListenerMethods inherited from interface org.eclnt.jsfserver.pagebean.IPageBean
closePopup, getActualRootExpression, getPageModifier, getPageName, getStamp, openModalPopup, openModelessPopup, setActualRootExpressionMethods inherited from interface org.eclnt.jsfserver.pagebean.component.IPageBeanComponent
initializePageBeanFinished, initializePageBeanPassComponent, initializePageBeanStarted, isInitialized
-
Constructor Details
-
CCSimpleXMLEditor
public CCSimpleXMLEditor()
-
-
Method Details
-
getRootExpressionUsedInPage
- Specified by:
getRootExpressionUsedInPagein interfaceorg.eclnt.jsfserver.pagebean.IPageBean- Specified by:
getRootExpressionUsedInPagein classorg.eclnt.jsfserver.pagebean.PageBean
-
prepare
-
prepare
public void prepare(SXMLMetaData metaData, org.eclnt.ccee.simplexml.SimpleXMLElement sxml, CCSimpleXMLEditor.IListener listener) -
initializePageBean
- Specified by:
initializePageBeanin interfaceorg.eclnt.jsfserver.pagebean.component.IPageBeanComponent- Overrides:
initializePageBeanin classorg.eclnt.jsfserver.pagebean.component.PageBeanComponent
-
initializePageBeanConfigItems
public void initializePageBeanConfigItems(List<org.eclnt.jsfserver.pagebean.PageBeanConfigItem> configItems) - Specified by:
initializePageBeanConfigItemsin interfaceorg.eclnt.jsfserver.pagebean.component.IPageBeanComponent- Overrides:
initializePageBeanConfigItemsin classorg.eclnt.jsfserver.pagebean.component.PageBeanComponent
-
onBeforeRendering
public void onBeforeRendering()- Specified by:
onBeforeRenderingin interfaceorg.eclnt.jsfserver.pagebean.IPageBean- Overrides:
onBeforeRenderingin classorg.eclnt.jsfserver.pagebean.PageBean
-
getAttributesUI
-
getTreeUI
-
getSimpleXml
public org.eclnt.ccee.simplexml.SimpleXMLElement getSimpleXml() -
getXml
-
getBackgroundContent
-
setBackgroundContent
-
getHiddenContent
public boolean getHiddenContent() -
getRenderedAttributeArea
public boolean getRenderedAttributeArea() -
getRendererLayoutTree
public boolean getRendererLayoutTree() -
selectXMLElement
public void selectXMLElement(org.eclnt.ccee.simplexml.SimpleXMLElement xmlElement) -
selectXMLElements
-
getAnimationType
-
setAnimationType
-
getTriggerAnimation
public org.eclnt.jsfserver.elements.util.Trigger getTriggerAnimation() -
getSizeRight
-
setSizeRight
-
getWithTreeArea
public boolean getWithTreeArea() -
setWithTreeArea
public void setWithTreeArea(boolean withTreeArea) -
getWithAttributeArea
public boolean getWithAttributeArea() -
setWithAttributeArea
public void setWithAttributeArea(boolean withAttributeArea) -
getSizeLeft
-
setSizeLeft
-
addNewElement
public void addNewElement(org.eclnt.ccee.simplexml.SimpleXMLElement parent, org.eclnt.ccee.simplexml.SimpleXMLElement newChild) -
checkIfElementIsSelected
public boolean checkIfElementIsSelected() -
getSelectedElements
-
deleteSelectedNodes
public void deleteSelectedNodes() -
deleteSelectedNodes
public void deleteSelectedNodes(boolean withListenerEvents) -
animate
-