public class RadioMapper extends SelectMapper
SelectMapper.DefaultOptionsProviderLoadableDetachableModelIWicketComponentMapper.HintKey<T>| Constructor and Description |
|---|
RadioMapper() |
| Modifier and Type | Method and Description |
|---|---|
void |
adjustJSEvents(org.apache.wicket.Component comp)
Filtra os eventos (validate e process) garantindo que somente um será disparado
|
org.apache.wicket.Component |
appendInput(WicketBuildContext ctx,
BSControls formGroup,
org.apache.wicket.model.IModel<String> labelModel) |
getChoicesDetachableModel, getReadOnlyFormattedTextappendReadOnlyInput, buildView, configureLabel, findAjaxComponentsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddAjaxUpdatepublic org.apache.wicket.Component appendInput(WicketBuildContext ctx, BSControls formGroup, org.apache.wicket.model.IModel<String> labelModel)
appendInput in class SelectMapperpublic void adjustJSEvents(org.apache.wicket.Component comp)
AbstractControlsFieldComponentMapperQuando algum blur acontecer, verifica se algum change está agendado, caso não esteja, agenda um blur Quando algum change acontecer, verifica se algum blur está agendado, caso tenha limpa o blur dando dando prioridade ao change
adjustJSEvents in interface IWicketComponentMapperadjustJSEvents in class AbstractControlsFieldComponentMappercomp - o Componente a ser configurado.Copyright © 2017. All rights reserved.