public class DynFormComponentBuilder
extends java.lang.Object
Constructor and Description |
---|
DynFormComponentBuilder() |
DynFormComponentBuilder(DynFormFactory factory) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<javax.faces.component.UIComponent,DynFormField> |
getComponentFieldMap() |
int |
getMaxDropDownWidth() |
int |
getMaxFieldWidth() |
int |
getMaxImageWidth() |
int |
getMaxLabelWidth() |
int |
getMaxTextValueWidth() |
boolean |
hasOnlyCheckboxes() |
com.sun.rave.web.ui.component.Calendar |
makeCalendar(DynFormField input) |
com.sun.rave.web.ui.component.Checkbox |
makeCheckbox(DynFormField input) |
DocComponent |
makeDocumentField(DynFormField input,
com.sun.rave.web.ui.component.Label label) |
com.sun.rave.web.ui.component.DropDown |
makeEnumeratedList(DynFormField input) |
com.sun.rave.web.ui.component.StaticText |
makeHeaderText(java.lang.String text,
java.lang.String defText) |
DynFormComponentList |
makeInputField(DynFormField input) |
com.sun.rave.web.ui.component.Label |
makeLabel(DynFormField input) |
DynFormComponentList |
makePeripheralComponents(DynFormField input,
boolean above) |
com.sun.rave.web.ui.component.RadioButton |
makeRadioButton(DynFormField input) |
com.sun.rave.web.ui.component.Label |
makeSimpleLabel(java.lang.String text) |
SubPanel |
makeSubPanel(DynFormField field,
SubPanelController spc) |
com.sun.rave.web.ui.component.TextArea |
makeTextArea(DynFormField input) |
com.sun.rave.web.ui.component.TextField |
makeTextField(DynFormField input) |
com.sun.rave.web.ui.component.Time |
makeTime(DynFormField input) |
boolean |
setFocus(javax.faces.component.UIComponent component) |
void |
setMaxImageWidth(int width) |
public DynFormComponentBuilder()
public DynFormComponentBuilder(DynFormFactory factory)
public SubPanel makeSubPanel(DynFormField field, SubPanelController spc)
public DynFormComponentList makeInputField(DynFormField input)
public DynFormComponentList makePeripheralComponents(DynFormField input, boolean above)
public com.sun.rave.web.ui.component.Label makeLabel(DynFormField input)
public com.sun.rave.web.ui.component.Label makeSimpleLabel(java.lang.String text)
public com.sun.rave.web.ui.component.StaticText makeHeaderText(java.lang.String text, java.lang.String defText)
public com.sun.rave.web.ui.component.Checkbox makeCheckbox(DynFormField input)
public com.sun.rave.web.ui.component.Calendar makeCalendar(DynFormField input)
public com.sun.rave.web.ui.component.Time makeTime(DynFormField input)
public com.sun.rave.web.ui.component.DropDown makeEnumeratedList(DynFormField input)
public com.sun.rave.web.ui.component.TextArea makeTextArea(DynFormField input)
public com.sun.rave.web.ui.component.TextField makeTextField(DynFormField input)
public DocComponent makeDocumentField(DynFormField input, com.sun.rave.web.ui.component.Label label)
public com.sun.rave.web.ui.component.RadioButton makeRadioButton(DynFormField input)
public boolean setFocus(javax.faces.component.UIComponent component)
public int getMaxLabelWidth()
public int getMaxDropDownWidth()
public int getMaxTextValueWidth()
public void setMaxImageWidth(int width)
public int getMaxImageWidth()
public boolean hasOnlyCheckboxes()
public int getMaxFieldWidth()
public java.util.Map<javax.faces.component.UIComponent,DynFormField> getComponentFieldMap()
Copyright © 2004-2014 The YAWL Foundation.