|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.sofp.forms.FormBean
public abstract class FormBean
Clase abstracta de la que deben extender e implementar los formbeans Contiene el método PoblarClaseFormulario que se utiliza para poblar automáticamente el formbean a partir de los valores del formulario HTML de la vista que invoca al comando el mapeo y la asignación de valores se realiza de forma automática, deben existir concordancia entre los campos del formulario HTML y los atributos del formbean correspondiente
Constructor Summary | |
---|---|
FormBean()
|
Method Summary | |
---|---|
void |
poblarClaseFormulario(Contexto commandContext)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FormBean()
Method Detail |
---|
public final void poblarClaseFormulario(Contexto commandContext) throws CampoNoEncontradoExcepcion, java.lang.NumberFormatException, java.lang.IllegalArgumentException, java.lang.IllegalAccessException
CampoNoEncontradoExcepcion
java.lang.NumberFormatException
java.lang.IllegalArgumentException
java.lang.IllegalAccessException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |