Class ComplexValueEditor
java.lang.Object
org.eclnt.jsfserver.pagebean.PageBean
org.eclnt.jsfserver.pagebean.component.PageBeanComponentBase
org.eclnt.jsfserver.pagebean.component.PageBeanComponent
org.eclnt.jsfserver.util.pagebeancomponents.ComplexValueEditor
- All Implemented Interfaces:
IConfiguredByLayout,IPageBeanComponent,IPageBean,IDynamicContentBindingObject
- Direct Known Subclasses:
ROWComplexValueEditor
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceclassNested classes/interfaces inherited from class org.eclnt.jsfserver.pagebean.component.PageBeanComponent
PageBeanComponent.ILiteralResolver, PageBeanComponent.LitMap -
Field Summary
Fields inherited from class org.eclnt.jsfserver.pagebean.PageBean
m_pageModifier -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLines()Inside the page definition the bean is addressed via a certain root expression - e.g.getWidth()booleanvoidinitializePageBean(Map<String, String> initData) Pass initialization parameters from JSP definition into the page bean.voidonCancelAction(ActionEvent event) voidonOKAction(ActionEvent event) voidprepare(List<String> attributeNames, String complexValue, ComplexValueEditor.IListener listener) voidvoidsetFieldwidth(String fieldwidth) voidvoidsetLabelwidth(String labelwidth) voidsetPadding(String padding) voidvoidsetWithButtons(boolean withButtons) Methods inherited from class org.eclnt.jsfserver.pagebean.component.PageBeanComponent
getLit, initializePageBeanConfigItemsMethods 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, onBeforeRendering, 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, onBeforeRendering, openModalPopup, openModelessPopup, setActualRootExpressionMethods inherited from interface org.eclnt.jsfserver.pagebean.component.IPageBeanComponent
initializePageBeanFinished, initializePageBeanPassComponent, initializePageBeanStarted, isInitialized
-
Constructor Details
-
ComplexValueEditor
public ComplexValueEditor()
-
-
Method Details
-
getRootExpressionUsedInPage
Description copied from interface:IPageBeanInside the page definition the bean is addressed via a certain root expression - e.g. "#{d.XYZBean}". The page bean management requires this expression in order to execute certain expression replacements when loading the page at runtime.- Specified by:
getRootExpressionUsedInPagein interfaceIPageBean- Specified by:
getRootExpressionUsedInPagein classPageBean
-
prepare
public void prepare(List<String> attributeNames, String complexValue, ComplexValueEditor.IListener listener) -
initializePageBean
Description copied from interface:IPageBeanComponentPass initialization parameters from JSP definition into the page bean. The values of attribute PAGEBEANINITDATA are passed as map of strings.- Specified by:
initializePageBeanin interfaceIPageBeanComponent- Overrides:
initializePageBeanin classPageBeanComponent
-
getDynContent
-
getLines
-
getWidth
-
setWidth
-
getHeight
-
setHeight
-
getLabelwidth
-
setLabelwidth
-
getFieldwidth
-
setFieldwidth
-
getPadding
-
setPadding
-
getBorder
-
setBorder
-
getWithButtons
public boolean getWithButtons() -
setWithButtons
public void setWithButtons(boolean withButtons) -
getComplexValue
-
onOKAction
-
onCancelAction
-