org.richfaces.event
Interface AttributeHolder

All Known Implementing Classes:
AttributedEvent, ScrollableGridViewEvent, ScrollEvent, SortEvent

public interface AttributeHolder

Base interface holding attributes that can lately be applied on UIComponent

Author:
Maksim Kaszynski

Method Summary
 void applyAttributes(javax.faces.component.UIComponent component)
          Copy attributes from event map to component
 java.lang.Object getAttribute(java.lang.String name)
           
 void setAttribute(java.lang.String name, java.lang.Object value)
           
 

Method Detail

setAttribute

void setAttribute(java.lang.String name,
                  java.lang.Object value)
Parameters:
name -
value -

getAttribute

java.lang.Object getAttribute(java.lang.String name)
Parameters:
name -
Returns:

applyAttributes

void applyAttributes(javax.faces.component.UIComponent component)
Copy attributes from event map to component

Parameters:
component -


Copyright © 2010. All Rights Reserved.