All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.richfaces.component.AjaxProps Maven / Gradle / Ivy

There is a newer version: 4.3.7.Final
Show newest version
package org.richfaces.component;

import org.richfaces.cdk.annotations.Attribute;
import org.richfaces.cdk.annotations.EventName;

public interface AjaxProps {

    @Attribute
    Object getExecute();

    @Attribute
    Object getRender();

    @Attribute(defaultValue = "false")
    boolean isLimitRender();

    @Attribute
    String getStatus();

    @Attribute
    Object getData();

    @Attribute(events = @EventName("begin"))
    String getOnbegin();

    @Attribute(events = @EventName("beforedomupdate"))
    String getOnbeforedomupdate();

    @Attribute(events = @EventName("complete"))
    String getOncomplete();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy