Package org.eclnt.ccaddons.dof.pbc
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
-
Nested Class Summary
Nested ClassesNested 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
ConstructorsConstructorDescriptionDOFPropertyUI
(DOFPropertyUI.IListener objectUI, DOFPropertyType propertyType) -
Method Summary
Modifier and TypeMethodDescriptiongetAlign()
boolean
boolean
boolean
getFlush()
getFont()
boolean
protected String
getValue()
void
onAction
(org.eclnt.jsfserver.base.faces.event.ActionEvent event) void
onConfigureAction
(org.eclnt.jsfserver.base.faces.event.ActionEvent event) resolveType
(String propertyName) void
void
setAsGridCell
(boolean asGridCell) void
setControlHeight
(String controlHeight) void
setControlWidth
(String controlWidth) void
setEditMode
(DOFENUMEditMode editMode) void
void
setFormatHelper
(IFormatHelper helper) void
setFormatMask
(String value) void
setTextValue
(Object value) 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, 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
-
DOFPropertyUI
-
-
Method Details
-
getRootExpressionUsedInPage
- Specified by:
getRootExpressionUsedInPage
in interfaceorg.eclnt.jsfserver.pagebean.IPageBean
- Specified by:
getRootExpressionUsedInPage
in classorg.eclnt.jsfserver.pagebean.PageBean
-
getLayoutPath
- Overrides:
getLayoutPath
in classorg.eclnt.jsfserver.pagebean.component.PageBeanComponentBase
-
setFormatHelper
-
getEditMode
-
setEditMode
-
getEnabled
public boolean getEnabled() -
resolveType
- Specified by:
resolveType
in interfaceorg.eclnt.jsfserver.util.IPropertyTypeResolver
-
getBgpaint
-
getAsGridCell
public boolean getAsGridCell() -
setAsGridCell
public void setAsGridCell(boolean asGridCell) -
getLabelWidth
-
getLabelText
-
getLabelRendered
public boolean getLabelRendered() -
getControlWidth
-
setControlWidth
-
getControlHeight
-
setControlHeight
-
setValue
-
getValue
-
setTextValue
-
getTextValue
-
getAlign
-
setAlign
-
getTimeZone
-
getFormat
-
setFormat
-
getFlush
public boolean getFlush() -
getConfigurationDragSend
-
getConfigurationDropReceive
-
setFormatMask
-
getFormatMask
-
getMaxLength
-
getPaneWidth
-
getPaneHeight
-
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
-
getFont
-
getBackground
-