org.richfaces.renderkit
Class ComponentAttribute
java.lang.Object
org.richfaces.renderkit.ComponentAttribute
- All Implemented Interfaces:
- Comparable<ComponentAttribute>
public class ComponentAttribute
- extends Object
- implements 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(String htmlAttributeName)
getDefaultValue
public Object getDefaultValue()
-
- Returns:
- the defaultValue
setDefaultValue
public void setDefaultValue(Object dafaultValue)
-
- Parameters:
defaultValue
- the defaultValue to set
getKind
public ComponentAttribute.Kind getKind()
-
- Returns:
- the kind
setKind
public void setKind(ComponentAttribute.Kind kind)
-
- Parameters:
kind
- the kind to set
createMap
public static final Map<String,ComponentAttribute> createMap(ComponentAttribute... attributes)
getHtmlAttributeName
public String getHtmlAttributeName()
- Returns:
- the name
getComponentAttributeName
public String getComponentAttributeName()
- Returns:
- the componentAttributeName
setComponentAttributeName
public ComponentAttribute setComponentAttributeName(String componentAttributeName)
- Parameters:
componentAttributeName
- the componentAttributeName to set
- Returns:
getEventNames
public String[] getEventNames()
- Returns:
- the eventNames
setEventNames
public ComponentAttribute setEventNames(String... eventNames)
- Parameters:
eventNames
- the eventNames to set
- Returns:
compareTo
public int compareTo(ComponentAttribute o)
- Specified by:
compareTo
in interface Comparable<ComponentAttribute>
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.