Class ComplexValueEditor

All Implemented Interfaces:
IConfiguredByLayout, IPageBeanComponent, IPageBean, IDynamicContentBindingObject
Direct Known Subclasses:
ROWComplexValueEditor

public class ComplexValueEditor extends PageBeanComponent
  • Constructor Details

    • ComplexValueEditor

      public ComplexValueEditor()
  • Method Details

    • getRootExpressionUsedInPage

      public String getRootExpressionUsedInPage()
      Description copied from interface: IPageBean
      Inside 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:
      getRootExpressionUsedInPage in interface IPageBean
      Specified by:
      getRootExpressionUsedInPage in class PageBean
    • prepare

      public void prepare(List<String> attributeNames, String complexValue, ComplexValueEditor.IListener listener)
    • initializePageBean

      public void initializePageBean(Map<String,String> initData)
      Description copied from interface: IPageBeanComponent
      Pass initialization parameters from JSP definition into the page bean. The values of attribute PAGEBEANINITDATA are passed as map of strings.
      Specified by:
      initializePageBean in interface IPageBeanComponent
      Overrides:
      initializePageBean in class PageBeanComponent
    • getDynContent

      public ROWDYNAMICCONTENTBinding getDynContent()
    • getLines

      public List<ComplexValueEditor.LineInfo> getLines()
    • getWidth

      public String getWidth()
    • setWidth

      public void setWidth(String width)
    • getHeight

      public String getHeight()
    • setHeight

      public void setHeight(String height)
    • getLabelwidth

      public String getLabelwidth()
    • setLabelwidth

      public void setLabelwidth(String labelwidth)
    • getFieldwidth

      public String getFieldwidth()
    • setFieldwidth

      public void setFieldwidth(String fieldwidth)
    • getPadding

      public String getPadding()
    • setPadding

      public void setPadding(String padding)
    • getBorder

      public String getBorder()
    • setBorder

      public void setBorder(String border)
    • getWithButtons

      public boolean getWithButtons()
    • setWithButtons

      public void setWithButtons(boolean withButtons)
    • getComplexValue

      public String getComplexValue()
    • onOKAction

      public void onOKAction(javax.faces.event.ActionEvent event)
    • onCancelAction

      public void onCancelAction(javax.faces.event.ActionEvent event)