Example usage for org.apache.wicket.behavior Behavior subclass-usage

List of usage examples for org.apache.wicket.behavior Behavior subclass-usage

Introduction

In this page you can find the example usage for org.apache.wicket.behavior Behavior subclass-usage.

Usage

From source file org.devgateway.eudevfin.ui.common.validators.Field8CodeValidator.java

/**
 * @author mihai Advance Questionnaire Multilateral ODA 8/9. 
 * Channel and Code of Delivery Name only the following code and its subcodes 40000
 */
public class Field8CodeValidator extends Behavior implements IValidator<Category> {

From source file org.devgateway.eudevfin.ui.common.validators.FinancialAmountBigDecimalValidator.java

/**
 * @author mihai
 * Validates Amounts
 */
public class FinancialAmountBigDecimalValidator extends Behavior implements IValidator<BigDecimal> {

From source file org.devgateway.eudevfin.ui.common.validators.MarkersValidator.java

/**
 * @author mihai
 * 
 *         Rio Markers validator.
 *         {@link CategoryConstants.Markers#MARKER_3} is valid only for desertification
 *        

From source file org.devgateway.eudevfin.ui.common.validators.MultilateralField10CodeValidator.java

/**
 * @author mihai
 * 
 *         ODAEU-35: Multilateral ODA, Advance Questionnaire and CRS++ forms
 *         Type of flow allowed = 2
 */

From source file org.devgateway.eudevfin.ui.common.validators.MultilateralField10TypeOfAidCodeValidator.java

/**
 * @author mihai
 * 
 *         ODAEU-35: Multilateral ODA, Advance Questionnaire and CRS++ forms
 *         Type of flow allowed = 2
 */

From source file org.devgateway.eudevfin.ui.common.validators.PurposeField15CodeValidator.java

public class PurposeField15CodeValidator extends Behavior implements IValidator<Category> {

    private static final long serialVersionUID = 2399353497790191290L;

    private String transactionType;

From source file org.devgateway.eudevfin.ui.common.validators.TypeOfAidField13ChannelCodeValidator.java

/**
 * @author mihai Bilateral and Multilateral ODA forms, Advance Questionnaire,
 *         CRS++ and FSS forms 13. Type of aid only the code B01 (Core support
 *         to NGOs, other private bodies, PPPs and research institutes could be
 *         chosen) should be allowed If in the field 8/9 Channel the codes 2xxxx
 *         are chosen; 13. Type of aid Bilateral form If B01: Core support to

From source file org.devgateway.eudevfin.ui.common.validators.TypeOfFinanceField12TypeOfAidCodeValidator.java

/**
 * @author mihai
 * 
 *         12. Type of Finance correlated with Type of Aid both forms Types of
 *         finance 600 must be associated with type of aid F01 (Debt relief)'
 */

From source file org.devgateway.toolkit.forms.wicket.components.AutofocusBehavior.java

/**
 * A behavior that adds a autofocus attribute support for an input components.
 */
public class AutofocusBehavior extends Behavior {

    private static final long serialVersionUID = 4562919169661259730L;

From source file org.devgateway.toolkit.forms.wicket.components.PlaceholderBehavior.java

/**
 * A behavior that adds a placeholder attribute support for an input components.
 */
public class PlaceholderBehavior extends Behavior {

    private static final long serialVersionUID = -5721230717164734414L;