|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.alogient.cameleon.extension.wicket.util.CameleonFormHelper
public final class CameleonFormHelper
| Method Summary | |
|---|---|
static org.apache.wicket.markup.html.WebMarkupContainer |
createFormConfirmPanel(String id,
com.alogient.cameleon.sdk.form.vo.formelement.AbstractElementVo element)
Used to create a panel with the label and field of a certain AbstractElementVo |
static org.apache.wicket.markup.html.WebMarkupContainer |
createFormFieldPanel(String id,
com.alogient.cameleon.sdk.form.vo.formelement.AbstractElementVo element)
Used to create a panel with the label and field of a certain AbstractElementVo |
static org.apache.wicket.markup.html.WebMarkupContainer |
createListFormConfirmPanel(String id,
com.alogient.cameleon.sdk.form.vo.formelement.AbstractElementVo element)
Used to create a panel with the label and field of a certain AbstractElementVo |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static org.apache.wicket.markup.html.WebMarkupContainer createFormFieldPanel(String id,
com.alogient.cameleon.sdk.form.vo.formelement.AbstractElementVo element)
id - the panel idelement - the element
public static org.apache.wicket.markup.html.WebMarkupContainer createFormConfirmPanel(String id,
com.alogient.cameleon.sdk.form.vo.formelement.AbstractElementVo element)
id - the panel idelement - the element
public static org.apache.wicket.markup.html.WebMarkupContainer createListFormConfirmPanel(String id,
com.alogient.cameleon.sdk.form.vo.formelement.AbstractElementVo element)
id - the panel idelement - the element
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||