Class DOFPropertyUI

java.lang.Object
org.eclnt.jsfserver.pagebean.PageBean
org.eclnt.jsfserver.pagebean.component.PageBeanComponentBase
org.eclnt.jsfserver.pagebean.component.PageBeanComponent
org.eclnt.ccaddons.dof.pbc.DOFPropertyUI
All Implemented Interfaces:
org.eclnt.jsfserver.elements.IConfiguredByLayout, org.eclnt.jsfserver.pagebean.component.IPageBeanComponent, org.eclnt.jsfserver.pagebean.IPageBean, org.eclnt.jsfserver.util.IPropertyTypeResolver, org.eclnt.jsfserver.util.valuemgmt.IDynamicContentBindingObject
Direct Known Subclasses:
DOFPropertyCalendarFieldUI, DOFPropertyCheckBoxUI, DOFPropertyComboFieldUI, DOFPropertyFieldUI, DOFPropertyFormattedFieldUI, DOFPropertyHtmlEditorUI, DOFPropertyLabelUI, DOFPropertyListUI, DOFPropertyObjectUI, DOFPropertyTextAreaUI

public abstract class DOFPropertyUI extends org.eclnt.jsfserver.pagebean.component.PageBeanComponent implements org.eclnt.jsfserver.util.IPropertyTypeResolver
  • Constructor Details

  • Method Details

    • getRootExpressionUsedInPage

      public String getRootExpressionUsedInPage()
      Specified by:
      getRootExpressionUsedInPage in interface org.eclnt.jsfserver.pagebean.IPageBean
      Specified by:
      getRootExpressionUsedInPage in class org.eclnt.jsfserver.pagebean.PageBean
    • getLayoutPath

      protected String getLayoutPath()
      Overrides:
      getLayoutPath in class org.eclnt.jsfserver.pagebean.component.PageBeanComponentBase
    • setFormatHelper

      public void setFormatHelper(IFormatHelper helper)
    • getEditMode

      public DOFENUMEditMode getEditMode()
    • setEditMode

      public void setEditMode(DOFENUMEditMode editMode)
    • getEnabled

      public boolean getEnabled()
    • resolveType

      public Class resolveType(String propertyName)
      Specified by:
      resolveType in interface org.eclnt.jsfserver.util.IPropertyTypeResolver
    • getBgpaint

      public String getBgpaint()
    • getAsGridCell

      public boolean getAsGridCell()
    • setAsGridCell

      public void setAsGridCell(boolean asGridCell)
    • getLabelWidth

      public String getLabelWidth()
    • getLabelText

      public String getLabelText()
    • getLabelRendered

      public boolean getLabelRendered()
    • getControlWidth

      public String getControlWidth()
    • setControlWidth

      public void setControlWidth(String controlWidth)
    • getControlHeight

      public String getControlHeight()
    • setControlHeight

      public void setControlHeight(String controlHeight)
    • setValue

      public void setValue(Object value)
    • getValue

      public Object getValue()
    • setTextValue

      public void setTextValue(Object value)
    • getTextValue

      public Object getTextValue()
    • getAlign

      public String getAlign()
    • setAlign

      public void setAlign(String align)
    • getTimeZone

      public String getTimeZone()
    • getFormat

      public String getFormat()
    • setFormat

      public void setFormat(String value)
    • getFlush

      public boolean getFlush()
    • getConfigurationDragSend

      public String getConfigurationDragSend()
    • getConfigurationDropReceive

      public String getConfigurationDropReceive()
    • setFormatMask

      public void setFormatMask(String value)
    • getFormatMask

      public String getFormatMask()
    • getMaxLength

      public Integer getMaxLength()
    • getPaneWidth

      public String getPaneWidth()
    • getPaneHeight

      public String getPaneHeight()
    • getDescription

      public String getDescription()
    • onAction

      public void onAction(org.eclnt.jsfserver.base.faces.event.ActionEvent event)
    • onConfigureAction

      public void onConfigureAction(org.eclnt.jsfserver.base.faces.event.ActionEvent event)
    • getPopupMenu

      public String getPopupMenu()
    • getFont

      public String getFont()
    • getBackground

      public String getBackground()