org.apache.myfaces.custom.dynaForm.guiBuilder.impl.myfaces
Class MyFacesGuiBuilder

java.lang.Object
  extended by org.apache.myfaces.custom.dynaForm.guiBuilder.GuiBuilder
      extended by org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilder
          extended by org.apache.myfaces.custom.dynaForm.guiBuilder.impl.myfaces.MyFacesGuiBuilder

public class MyFacesGuiBuilder
extends JsfGuiBuilder

use myfaces goodies


Field Summary
 
Fields inherited from class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilder
SEARCH_ENTITY_BINDING, SEARCH_ENTITY_TYPE
 
Constructor Summary
MyFacesGuiBuilder()
           
 
Method Summary
 void createInputDate(FieldInterface field)
          input date
 javax.faces.convert.Converter doCreateConverter(FieldInterface field)
           
 javax.faces.component.html.HtmlInputText doCreateInputDateComponent(FieldInterface field)
           
 javax.faces.component.UIComponent doCreateSearchFor(FieldInterface field)
           
 
Methods inherited from class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilder
addElementBuilder, attachLengthValidator, attachRangeValidator, buildField, cloneComponent, createInputBoolean, createInputNumber, createInputText, createLabelFor, createNative, createOutputText, createParameter, createSearchFor, createSearchForSelectMenu, createSelectOneMenu, createValueBindingString, doCreateCommandLink, doCreateCommandLinkComponent, doCreateDateConverter, doCreateInputBoolean, doCreateInputBooleanComponent, doCreateInputDate, doCreateInputNumber, doCreateInputText, doCreateInputTextComponent, doCreateNative, doCreateOutputLabel, doCreateOutputLabelComponent, doCreateOutputText, doCreateOutputText, doCreateOutputTextComponent, doCreatePanelGroupComponent, doCreateSearchForSelectMenu, doCreateSelectManyListbox, doCreateSelectManyListboxComponent, doCreateSelectOneMenu, doCreateSelectOneMenuComponent, findInputComponent, fireNewComponent, getBackingBeanPrefix, getBackingEntityPrefix, getCleanedNameForId, getContext, getNewComponentListener, iniCommandDefaults, initConverter, initDefaults, initInputDefaults, initInputDefaults, initOutputDefaults, initSelections, initValueBinding, setBackingBeanPrefix, setBackingEntityPrefix, setContext, setNewComponentListener
 
Methods inherited from class org.apache.myfaces.custom.dynaForm.guiBuilder.GuiBuilder
getLabelBundle, isDisplayOnly, setDisplayOnly, setLabelBundle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MyFacesGuiBuilder

public MyFacesGuiBuilder()
Method Detail

doCreateConverter

public javax.faces.convert.Converter doCreateConverter(FieldInterface field)
Overrides:
doCreateConverter in class JsfGuiBuilder

doCreateInputDateComponent

public javax.faces.component.html.HtmlInputText doCreateInputDateComponent(FieldInterface field)
Overrides:
doCreateInputDateComponent in class JsfGuiBuilder

createInputDate

public void createInputDate(FieldInterface field)
Description copied from class: GuiBuilder
input date

Overrides:
createInputDate in class JsfGuiBuilder

doCreateSearchFor

public javax.faces.component.UIComponent doCreateSearchFor(FieldInterface field)
Overrides:
doCreateSearchFor in class JsfGuiBuilder


Copyright © 2011. All Rights Reserved.