|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of FieldInterface in org.apache.myfaces.custom.dynaForm.guiBuilder |
---|
Methods in org.apache.myfaces.custom.dynaForm.guiBuilder with parameters of type FieldInterface | |
---|---|
protected boolean |
GuiBuilder.buildField(FieldInterface field)
actuallly build the fields gui component |
abstract void |
GuiBuilder.createInputBoolean(FieldInterface field)
select a boolean |
abstract void |
GuiBuilder.createInputDate(FieldInterface field)
input date |
abstract void |
GuiBuilder.createInputNumber(FieldInterface field)
enter a number |
abstract void |
GuiBuilder.createInputText(FieldInterface field)
input field |
abstract void |
GuiBuilder.createNative(FieldInterface field)
this is when the user passed in a component to use for the this field |
abstract void |
GuiBuilder.createOutputText(FieldInterface field)
output text using the field as value provider |
abstract void |
GuiBuilder.createSearchFor(FieldInterface field)
search for component |
abstract void |
GuiBuilder.createSearchForSelectMenu(FieldInterface field)
search for component |
abstract void |
GuiBuilder.createSelectOneMenu(FieldInterface field)
select one menu |
Uses of FieldInterface in org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf |
---|
Methods in org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf with parameters of type FieldInterface | |
---|---|
boolean |
JsfGuiElementBuilder.buildElement(JsfGuiBuilder builder,
FieldInterface field)
|
protected boolean |
JsfGuiBuilder.buildField(FieldInterface field)
|
protected boolean |
JsfGuiBuilderDecorator.buildField(FieldInterface field)
|
void |
JsfGuiBuilder.createInputBoolean(FieldInterface field)
|
void |
JsfGuiBuilderDecorator.createInputBoolean(FieldInterface field)
|
void |
JsfGuiBuilder.createInputDate(FieldInterface field)
|
void |
JsfGuiBuilderDecorator.createInputDate(FieldInterface field)
|
void |
JsfGuiBuilder.createInputNumber(FieldInterface field)
|
void |
JsfGuiBuilderDecorator.createInputNumber(FieldInterface field)
|
void |
JsfGuiBuilder.createInputText(FieldInterface field)
|
void |
JsfGuiBuilderDecorator.createInputText(FieldInterface field)
|
void |
JsfGuiBuilder.createNative(FieldInterface field)
|
void |
JsfGuiBuilderDecorator.createNative(FieldInterface field)
|
void |
JsfGuiBuilder.createOutputText(FieldInterface field)
|
void |
JsfGuiBuilderDecorator.createOutputText(FieldInterface field)
|
void |
JsfGuiBuilder.createSearchFor(FieldInterface field)
|
void |
JsfGuiBuilderDecorator.createSearchFor(FieldInterface field)
|
void |
JsfGuiBuilder.createSearchForSelectMenu(FieldInterface field)
|
void |
JsfGuiBuilder.createSelectOneMenu(FieldInterface field)
|
void |
JsfGuiBuilderDecorator.createSelectOneMenu(FieldInterface field)
|
protected java.lang.String |
JsfGuiBuilder.createValueBindingString(FieldInterface field)
|
javax.faces.component.html.HtmlCommandLink |
JsfGuiBuilder.doCreateCommandLink(FieldInterface field)
|
javax.faces.component.html.HtmlCommandLink |
JsfGuiBuilderDecorator.doCreateCommandLink(FieldInterface field)
|
javax.faces.convert.Converter |
JsfGuiBuilder.doCreateConverter(FieldInterface field)
|
javax.faces.convert.DateTimeConverter |
JsfGuiBuilder.doCreateDateConverter(FieldInterface field)
|
javax.faces.convert.DateTimeConverter |
JsfGuiBuilderDecorator.doCreateDateConverter(FieldInterface field)
|
javax.faces.component.UISelectBoolean |
JsfGuiBuilder.doCreateInputBoolean(FieldInterface field)
|
javax.faces.component.UISelectBoolean |
JsfGuiBuilderDecorator.doCreateInputBoolean(FieldInterface field)
|
javax.faces.component.html.HtmlInputText |
JsfGuiBuilder.doCreateInputDate(FieldInterface field)
|
javax.faces.component.html.HtmlInputText |
JsfGuiBuilderDecorator.doCreateInputDate(FieldInterface field)
|
javax.faces.component.html.HtmlInputText |
JsfGuiBuilder.doCreateInputDateComponent(FieldInterface field)
|
javax.faces.component.html.HtmlInputText |
JsfGuiBuilderDecorator.doCreateInputDateComponent(FieldInterface field)
|
javax.faces.component.html.HtmlInputText |
JsfGuiBuilder.doCreateInputNumber(FieldInterface field)
|
javax.faces.component.html.HtmlInputText |
JsfGuiBuilderDecorator.doCreateInputNumber(FieldInterface field)
|
javax.faces.component.html.HtmlInputText |
JsfGuiBuilder.doCreateInputText(FieldInterface field)
|
javax.faces.component.html.HtmlInputText |
JsfGuiBuilderDecorator.doCreateInputText(FieldInterface field)
|
void |
JsfGuiBuilder.doCreateNative(FieldInterface field,
javax.faces.component.UIComponent uicomponent)
|
void |
JsfGuiBuilderDecorator.doCreateNative(FieldInterface field,
javax.faces.component.UIComponent uicomponent)
|
javax.faces.component.html.HtmlOutputText |
JsfGuiBuilder.doCreateOutputText(FieldInterface field)
|
javax.faces.component.html.HtmlOutputText |
JsfGuiBuilderDecorator.doCreateOutputText(FieldInterface field)
|
javax.faces.component.UIComponent |
JsfGuiBuilder.doCreateSearchFor(FieldInterface field)
|
javax.faces.component.UIComponent |
JsfGuiBuilderDecorator.doCreateSearchFor(FieldInterface field)
|
javax.faces.component.UIInput |
JsfGuiBuilder.doCreateSearchForSelectMenu(FieldInterface field)
|
javax.faces.component.html.HtmlSelectManyListbox |
JsfGuiBuilder.doCreateSelectManyListbox(FieldInterface field)
|
javax.faces.component.html.HtmlSelectOneMenu |
JsfGuiBuilder.doCreateSelectOneMenu(FieldInterface field)
|
javax.faces.component.html.HtmlSelectOneMenu |
JsfGuiBuilderDecorator.doCreateSelectOneMenu(FieldInterface field)
|
void |
JsfGuiBuilder.fireNewComponent(FieldInterface field,
javax.faces.component.UIComponent cmp)
jo, we made a component, create a possible label and fire its creation. |
void |
JsfGuiBuilderDecorator.fireNewComponent(FieldInterface field,
javax.faces.component.UIComponent cmp)
|
void |
JsfGuiBuilder.iniCommandDefaults(javax.faces.component.UICommand cmp,
FieldInterface field,
java.lang.String action,
java.lang.String actionListener)
init defaults specifically for commands |
void |
JsfGuiBuilderDecorator.iniCommandDefaults(javax.faces.component.UICommand cmp,
FieldInterface field,
java.lang.String action,
java.lang.String actionListener)
|
void |
JsfGuiBuilder.initConverter(javax.faces.component.UIOutput cmp,
FieldInterface field)
setup a converter if required |
void |
JsfGuiBuilder.initDefaults(javax.faces.component.UIComponent cmp,
FieldInterface field)
init global defaults like id |
void |
JsfGuiBuilderDecorator.initDefaults(javax.faces.component.UIComponent cmp,
FieldInterface field)
|
void |
JsfGuiBuilder.initInputDefaults(javax.faces.component.html.HtmlInputText cmp,
FieldInterface field)
setup all the validators, maxlength, size, ... |
void |
JsfGuiBuilderDecorator.initInputDefaults(javax.faces.component.html.HtmlInputText cmp,
FieldInterface field)
|
void |
JsfGuiBuilder.initInputDefaults(javax.faces.component.UIInput cmp,
FieldInterface field)
setup defaults for input fields like required |
void |
JsfGuiBuilderDecorator.initInputDefaults(javax.faces.component.UIInput cmp,
FieldInterface field)
|
void |
JsfGuiBuilder.initOutputDefaults(javax.faces.component.UIOutput cmp,
FieldInterface field)
init global defaults for output fields |
void |
JsfGuiBuilderDecorator.initOutputDefaults(javax.faces.component.UIOutput cmp,
FieldInterface field)
|
void |
JsfGuiBuilder.initSelections(FieldInterface field,
javax.faces.component.UIComponent cmp)
insert possible selection items |
void |
JsfGuiBuilderDecorator.initSelections(FieldInterface field,
javax.faces.component.UIComponent cmp)
|
void |
JsfGuiBuilder.initValueBinding(javax.faces.component.UIComponent cmp,
FieldInterface field)
init the default value binding |
void |
JsfGuiBuilderDecorator.initValueBinding(javax.faces.component.UIComponent cmp,
FieldInterface field)
|
Uses of FieldInterface in org.apache.myfaces.custom.dynaForm.guiBuilder.impl.myfaces |
---|
Methods in org.apache.myfaces.custom.dynaForm.guiBuilder.impl.myfaces with parameters of type FieldInterface | |
---|---|
void |
MyFacesGuiBuilder.createInputDate(FieldInterface field)
|
javax.faces.convert.Converter |
MyFacesGuiBuilder.doCreateConverter(FieldInterface field)
|
javax.faces.component.html.HtmlInputText |
MyFacesGuiBuilder.doCreateInputDateComponent(FieldInterface field)
|
javax.faces.component.UIComponent |
MyFacesGuiBuilder.doCreateSearchFor(FieldInterface field)
|
Uses of FieldInterface in org.apache.myfaces.custom.dynaForm.metadata |
---|
Classes in org.apache.myfaces.custom.dynaForm.metadata that implement FieldInterface | |
---|---|
static class |
MetaData.FieldImpl
Metadata for a field |
Methods in org.apache.myfaces.custom.dynaForm.metadata that return FieldInterface | |
---|---|
FieldInterface |
MetaDataInterface.getField(java.lang.String name)
get the field by name |
FieldInterface |
MetaData.getField(java.lang.String name)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |