public class FormManager extends Object
Modifier and Type | Class and Description |
---|---|
class |
FormManager.ValidationButton
ButtonValidation
|
Modifier and Type | Field and Description |
---|---|
Map<String,GWTPropertyParams> |
hPropertyParams |
Constructor and Description |
---|
FormManager()
FormManager used in property group mode
|
FormManager(HasPropertyHandler propertyHandler)
FormManager used in search mode
|
FormManager(HasWorkflow workflow)
FormManager used in workflow mode
|
Modifier and Type | Method and Description |
---|---|
void |
addPropertyParam(GWTPropertyParams propertyParam)
addPropertyParam
|
void |
buildValidators()
buildValidators
|
void |
draw()
draw
|
void |
draw(boolean readOnly)
draw
|
void |
edit()
Edit values
|
com.google.gwt.user.client.ui.Widget |
getDrawEditFormElement(GWTFormElement gwtFormElement,
HasPropertyHandler propertyHandler)
getDrawEditFormElement
Called externally by file browser to draw form element, really used to do not reply draw logic and use actual
Use with caution table elements will be removed after executed this method
|
com.google.gwt.user.client.ui.Widget |
getDrawFormElement(GWTFormElement gwtFormElement)
getDrawedFormElement
Called externally by file browser to draw form element, really used to do not reply draw logic and use actual
Use with caution table elements will be removed after executed this method
|
Collection<FileToUpload> |
getFilesToUpload(String transition)
getFilesToUpload
|
List<GWTFormElement> |
getFormElements()
updateFormElements
|
Map<String,GWTPropertyParams> |
getPropertyParams()
getPropertyParams
|
Map<String,String> |
getStringMapValues()
Gets a string map values
|
com.google.gwt.user.client.ui.FlexTable |
getTable()
getTable
|
eu.maydu.gwt.validation.client.ValidationProcessor |
getValidationProcessor() |
boolean |
hasFileUploadFormElement()
hasFileUploadFormElement
|
void |
loadDataFromPropertyGroupVariables(Map<String,GWTFormElement> map)
loadDataFromPropertyGroupVariables
|
void |
loadDataFromWorkflowVariables(Map<String,Object> map) |
void |
setFormElements(List<GWTFormElement> formElementList)
setFormElements
|
void |
setIsMassiveUpdate(HasPropertyHandler propertyHandler)
setIsMassiveUpdate
|
void |
setSubmitFormButton(com.google.gwt.user.client.ui.Button submitForm) |
void |
setTaskInstance(GWTTaskInstance taskInstance) |
void |
updateFilesToUpload(Collection<FileToUpload> filesToUpload)
updateFilesToUpload
|
List<GWTFormElement> |
updateFormElementsValuesWithNewer()
updateFormElementsWithNewer
|
public Map<String,GWTPropertyParams> hPropertyParams
public FormManager(HasWorkflow workflow)
public FormManager(HasPropertyHandler propertyHandler)
public FormManager()
public void setIsMassiveUpdate(HasPropertyHandler propertyHandler)
public com.google.gwt.user.client.ui.FlexTable getTable()
public com.google.gwt.user.client.ui.Widget getDrawFormElement(GWTFormElement gwtFormElement)
gwtFormElement
- public com.google.gwt.user.client.ui.Widget getDrawEditFormElement(GWTFormElement gwtFormElement, HasPropertyHandler propertyHandler)
gwtFormElement
- public void edit()
public void buildValidators()
public void setFormElements(List<GWTFormElement> formElementList)
formElementList
- public void addPropertyParam(GWTPropertyParams propertyParam)
public void draw()
public void draw(boolean readOnly)
public List<GWTFormElement> getFormElements()
public Map<String,GWTPropertyParams> getPropertyParams()
public List<GWTFormElement> updateFormElementsValuesWithNewer()
public boolean hasFileUploadFormElement()
public Collection<FileToUpload> getFilesToUpload(String transition)
public void updateFilesToUpload(Collection<FileToUpload> filesToUpload)
public void loadDataFromPropertyGroupVariables(Map<String,GWTFormElement> map)
public void setSubmitFormButton(com.google.gwt.user.client.ui.Button submitForm)
public void setTaskInstance(GWTTaskInstance taskInstance)
public eu.maydu.gwt.validation.client.ValidationProcessor getValidationProcessor()
Copyright © 2016. All rights reserved.