Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.2)

E22562-02

oracle.apps.fnd.applcore.flex.dynamic.factories
Class DateInputTextFactory

java.lang.Object
  extended by oracle.apps.fnd.applcore.flex.dynamic.BaseDynamicComponentFactory
      extended by oracle.apps.fnd.applcore.flex.dynamic.factories.UIXEditableValueFactory
          extended by oracle.apps.fnd.applcore.flex.dynamic.factories.InputTextFactory
              extended by oracle.apps.fnd.applcore.flex.dynamic.factories.DateInputTextFactory
All Implemented Interfaces:
java.io.Serializable, DynamicComponentFactory

public class DateInputTextFactory
extends InputTextFactory

See Also:
Serialized Form

Field Summary
 
Fields inherited from class oracle.apps.fnd.applcore.flex.dynamic.BaseDynamicComponentFactory
_additionalParameters, _attrDef, _bindingNameSuffix, _canEdit, _context, _isTable, _iterator, _localeContext, _parent, _parentId
 
Constructor Summary
DateInputTextFactory()
           
 
Method Summary
protected  void configureComponent(javax.faces.application.Application application, java.lang.String bindingName, org.apache.myfaces.trinidad.component.UIXComponent component)
           
 org.apache.myfaces.trinidad.component.UIXComponent createFormComponent()
           
protected  java.lang.String getComponentType()
           
 java.lang.String getType()
          component type suppored by this factory
 
Methods inherited from class oracle.apps.fnd.applcore.flex.dynamic.BaseDynamicComponentFactory
create, createControlBinding, createDefinition, createExpression, createHintExpression, createReverseExpression, createTableComponent, getAccessor, getAttrDef, getBindingName, getBindingNameSuffix, getBingindStartString, getControlDefType, getDefClass, getELValidationExpression, getFormELValidationExpression, getId, getIterator, getLocaleContext, getNamespace, getTableELValidationExpression, getValueChangeListener, initialize, initializeDefinitionMap, isAutoSubmit, isDisabled, isReadOnly, isTable, setId, setupComponentExpression, setupComponentExpression
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DateInputTextFactory

public DateInputTextFactory()
Method Detail

getComponentType

protected java.lang.String getComponentType()
Overrides:
getComponentType in class InputTextFactory

getType

public java.lang.String getType()
Description copied from interface: DynamicComponentFactory
component type suppored by this factory

Specified by:
getType in interface DynamicComponentFactory
Overrides:
getType in class InputTextFactory
Returns:

configureComponent

protected void configureComponent(javax.faces.application.Application application,
                                  java.lang.String bindingName,
                                  org.apache.myfaces.trinidad.component.UIXComponent component)
Overrides:
configureComponent in class InputTextFactory

createFormComponent

public org.apache.myfaces.trinidad.component.UIXComponent createFormComponent()
Overrides:
createFormComponent in class InputTextFactory

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.2)

E22562-02

Copyright © 2011 Oracle. All Rights Reserved.