List of usage examples for org.apache.wicket.markup.html.form HiddenField subclass-usage
From source file com.vaynberg.wicket.select2.AbstractSelect2Choice.java
/**
* Base class for Select2 components
*
* @author igor
*
* @param <T>
From source file de.invesdwin.nowicket.component.palette.component.Recorder.java
/**
* Component to keep track of selections on the html side. Also used for encoding and decoding those selections between
* html and java.
*
* @param <T>
* Type of the palette
From source file net.unbewaff.wicketcrudr.providers.editor.Palette.java
/**
* Component to keep track of selections on the html side. Also used for
* encoding and decoding those selections between html and java.
*
* Based on the Recorder Component by Igor Vaynberg ( ivaynberg )
*
From source file org.obiba.onyx.quartz.core.wicket.layout.impl.simplified.AnswerValidatorField.java
/** * A hidden field that performs the validation of answers on form submit. */ public class AnswerValidatorField extends HiddenField { private static final long serialVersionUID = 1L;
From source file org.wicketstuff.select2.AbstractSelect2Choice.java
/**
* Base class for Select2 components
*
* @param <T> type of choice object
* @param <M> type of model object
* @author igor