Package org.primefaces.behavior.base
Interface BehaviorAttribute
- All Known Implementing Classes:
AjaxBehavior.PropertyKeys,ClientValidator.PropertyKeys,ConfirmBehavior.PropertyKeys,PrinterBehavior.PropertyKeys
public interface BehaviorAttribute
-
Method Details
-
getExpectedType
Class<?> getExpectedType()Holds the type which ought to be passed toTagAttribute.getObject(javax.faces.view.facelets.FaceletContext, java.lang.Class)when creating the behavior.- Returns:
- the expectedType the expected object type
-
getName
Gets name of tag attribute- Returns:
- name of tag attribute
-