org.richfaces.renderkit
Class ComponentAttribute
java.lang.Object
org.richfaces.renderkit.ComponentAttribute
- All Implemented Interfaces:
- java.lang.Comparable<ComponentAttribute>
public class ComponentAttribute
- extends java.lang.Object
- implements java.lang.Comparable<ComponentAttribute>
- Author:
- Nick Belaevski
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ComponentAttribute
public ComponentAttribute(java.lang.String htmlAttributeName)
createMap
public static final java.util.Map<java.lang.String,ComponentAttribute> createMap(ComponentAttribute... attributes)
getHtmlAttributeName
public java.lang.String getHtmlAttributeName()
- Returns:
- the name
getComponentAttributeName
public java.lang.String getComponentAttributeName()
- Returns:
- the componentAttributeName
setComponentAttributeName
public ComponentAttribute setComponentAttributeName(java.lang.String componentAttributeName)
- Parameters:
componentAttributeName
- the componentAttributeName to set
- Returns:
getEventNames
public java.lang.String[] getEventNames()
- Returns:
- the eventNames
setEventNames
public ComponentAttribute setEventNames(java.lang.String[] eventNames)
- Parameters:
eventNames
- the eventNames to set
- Returns:
compareTo
public int compareTo(ComponentAttribute o)
- Specified by:
compareTo
in interface java.lang.Comparable<ComponentAttribute>
Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.