com.alogient.cameleon.extension.wicket.util
Class CameleonFormHelper

java.lang.Object
  extended by com.alogient.cameleon.extension.wicket.util.CameleonFormHelper

public final class CameleonFormHelper
extends Object

Author:
alord

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

createFormFieldPanel

public 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

Parameters:
id - the panel id
element - the element
Returns:
the resulting markup

createFormConfirmPanel

public 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

Parameters:
id - the panel id
element - the element
Returns:
the resulting markup

createListFormConfirmPanel

public 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

Parameters:
id - the panel id
element - the element
Returns:
the resulting markup


Copyright © 2011 Alogient. All Rights Reserved.