Package org.eclnt.ccaddons.diagram.pbc
Class ShapePageBeanUI
java.lang.Object
org.eclnt.jsfserver.pagebean.PageBean
org.eclnt.jsfserver.pagebean.component.PageBeanComponentBase
org.eclnt.jsfserver.pagebean.component.PageBeanComponent
org.eclnt.ccaddons.diagram.pbc.ShapePageBeanUI
- All Implemented Interfaces:
Serializable
,IContainedPageBean
,ITextDecorator
,ITextProvider
,org.eclnt.jsfserver.elements.IConfiguredByLayout
,org.eclnt.jsfserver.pagebean.component.IPageBeanComponent
,org.eclnt.jsfserver.pagebean.IPageBean
,org.eclnt.jsfserver.util.valuemgmt.IDynamicContentBindingObject
public class ShapePageBeanUI
extends org.eclnt.jsfserver.pagebean.component.PageBeanComponent
implements Serializable, IContainedPageBean, ITextProvider, ITextDecorator
- See Also:
-
Nested Class Summary
Nested 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 TypeMethodDescriptiondecorateText
(String text) int
getActualHeight
(int height) int
getActualWidth
(int width) getText()
boolean
void
onExecuteAction
(org.eclnt.jsfserver.base.faces.event.ActionEvent event) void
prepare
(IChartingAreaUI owner, ChartShapeInstance csi) void
reactOnShapePositionSizeChanged
(int newX, int newY, int newWidth, int newHeight) void
setEditable
(boolean editable) void
void
void
Methods inherited from class org.eclnt.jsfserver.pagebean.component.PageBeanComponent
getLit, initializePageBean, initializePageBeanConfigItems
Methods inherited from class org.eclnt.jsfserver.pagebean.component.PageBeanComponentBase
addConfiguredByLayoutListener, findLiteralResourceName, getClassDefiningPageBean, getLayoutPath, getLiteralResolver, getPageName, initializePageBeanFinished, initializePageBeanPassComponent, initializePageBeanStarted, isInitialized, readLiteral, readLiteralByOwnResourceBundle, removeConfiguredByLayoutListener, setLiteralResolver
Methods inherited from class org.eclnt.jsfserver.pagebean.PageBean
buildContentReplaceString, closePopup, getActualRootExpression, getModalModelessPopupForPopupPageBean, getPageModifier, getPopups, getStamp, initializePageModifier, onBeforeRendering, openModalPopup, openModelessPopup, pbx, readPageLayoutXML, setActualRootExpression
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclnt.jsfserver.elements.IConfiguredByLayout
addConfiguredByLayoutListener, removeConfiguredByLayoutListener
Methods inherited from interface org.eclnt.jsfserver.pagebean.IPageBean
closePopup, getActualRootExpression, getPageModifier, getPageName, getStamp, onBeforeRendering, openModalPopup, openModelessPopup, setActualRootExpression
Methods inherited from interface org.eclnt.jsfserver.pagebean.component.IPageBeanComponent
initializePageBeanFinished, initializePageBeanPassComponent, initializePageBeanStarted, isInitialized
-
Constructor Details
-
ShapePageBeanUI
public ShapePageBeanUI()
-
-
Method Details
-
getRootExpressionUsedInPage
- Specified by:
getRootExpressionUsedInPage
in interfaceorg.eclnt.jsfserver.pagebean.IPageBean
- Specified by:
getRootExpressionUsedInPage
in classorg.eclnt.jsfserver.pagebean.PageBean
-
prepare
- Specified by:
prepare
in interfaceIContainedPageBean
-
writeApplicationData
- Specified by:
writeApplicationData
in interfaceIContainedPageBean
-
getActualHeight
public int getActualHeight(int height) - Specified by:
getActualHeight
in interfaceIContainedPageBean
-
getActualWidth
public int getActualWidth(int width) - Specified by:
getActualWidth
in interfaceIContainedPageBean
-
getText
- Specified by:
getText
in interfaceITextProvider
-
setText
- Specified by:
setText
in interfaceITextProvider
-
decorateText
- Specified by:
decorateText
in interfaceITextDecorator
-
onExecuteAction
public void onExecuteAction(org.eclnt.jsfserver.base.faces.event.ActionEvent event) - Specified by:
onExecuteAction
in interfaceIContainedPageBean
-
showActions
public void showActions() -
setEditable
public void setEditable(boolean editable) - Specified by:
setEditable
in interfaceIContainedPageBean
-
isEditable
public boolean isEditable() -
reactOnShapePositionSizeChanged
public void reactOnShapePositionSizeChanged(int newX, int newY, int newWidth, int newHeight) - Specified by:
reactOnShapePositionSizeChanged
in interfaceIContainedPageBean
-
getBoundedShapeIds
- Specified by:
getBoundedShapeIds
in interfaceIContainedPageBean
-