public class PropertyBean extends AttributeBean
| Constructor and Description |
|---|
PropertyBean() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAliasOf()
Returns the alias of this property.
|
String |
getFieldPropertyName()
Returns the field name of this property, when not generating Trinidad components
|
String |
getIsGetLocalMethodScope() |
String |
getIsSetMethodScope() |
String |
getJspPropertyName()
Returns the JSP name of this property.
|
String |
getPropertyClass()
Returns the property class for this property.
|
String[] |
getPropertyClassParameters()
Returns the array of parameterized types for this property
if it uses generics.
|
String |
getPropertyName()
Returns the name of this property.
|
String[] |
getPropertyValues()
Returns possible values for this property.
|
String[] |
getUnsupportedAgents()
Returns unsupported agents for this property.
|
String[] |
getUnsupportedRenderKits()
Returns unsupported RenderKits for this property.
|
boolean |
getUseMaxTime() |
boolean |
isEnum()
Returns true if the property is an enumerated Java type.
|
boolean |
isIsGetLocalMethod() |
boolean |
isIsSetMethod() |
boolean |
isList()
Returns list flag of this property.
|
boolean |
isLiteralOnly()
Returns literalOnly flag of this property.
|
boolean |
isMethodBinding()
Returns true if this property is a method binding.
|
boolean |
isMethodExpression()
Returns true if this property is a method binding.
|
boolean |
isRequired()
Returns required flag of this property.
|
boolean |
isRtexprvalue() |
boolean |
isStateHolder()
Returns stateHolder flag of this property.
|
boolean |
isTagAttributeExcluded()
Returns the tag attribute excluded flag for this property.
|
boolean |
isTransient()
Returns transient flag of this property.
|
void |
parsePropertyValues(String propertyValues)
Parses the possible values for this property into a String array
using space as the separator between values.
|
void |
parseUnsupportedAgents(String unsupportedAgents)
Parses the unsupported agents for this property into a String array
using space as the separator between values.
|
void |
parseUnsupportedRenderKits(String unsupportedRenderKits)
Parses the unsupported RenderKits for this property into a String array
using space as the separator between values.
|
void |
setAliasOf(String aliasOf)
Sets the alias of this property.
|
void |
setEnum(boolean isEnum)
Returns true if the property is an enumerated Java type.
|
void |
setFieldPropertyName(String fieldPropertyName)
Sets the field name of this property, when not generating Trinidad components
|
void |
setIsGetLocalMethod(boolean _isGetLocalMethod) |
void |
setIsGetLocalMethodScope(String _isGetLocalMethodScope) |
void |
setIsSetMethod(boolean _isSetMethod) |
void |
setIsSetMethodScope(String _isSetMethodScope) |
void |
setJspPropertyName(String jspPropertyName)
Sets the JSP name of this property.
|
void |
setList(boolean list_)
Sets the list flag of this property.
|
void |
setLiteralOnly(boolean literalOnly)
Sets the literalOnly flag of this property.
|
void |
setPropertyClass(String propertyClass)
Sets the property class for this property.
|
void |
setPropertyName(String propertyName)
Sets the name of this property.
|
void |
setPropertyValues(String[] propertyValues)
Sets the possible values for this property.
|
void |
setRequired(boolean required)
Sets the required flag of this property.
|
void |
setRtexprvalue(boolean _rtexprvalue) |
void |
setStateHolder(boolean stateHolder)
Sets the stateHolder flag of this property.
|
void |
setTagAttributeExcluded(boolean excluded)
Sets the tag attribute excluded flag for this property.
|
void |
setTransient(boolean transient_)
Sets the transient flag of this property.
|
void |
setUnsupportedAgents(String[] unsupportedAgents)
Sets the unsupported agents for this property.
|
void |
setUnsupportedRenderKits(String[] unsupportedRenderKits)
Sets the unsupported RenderKits for this property.
|
void |
setUseMaxTime(boolean _useMaxTime) |
compareTo, getAlternateClass, getAttributeClass, getAttributeClassParameters, getAttributeName, getDefaultValue, getDescription, getMethodBindingSignature, isVirtual, setAlternateClass, setAttributeClass, setAttributeName, setDefaultValue, setDescription, setMethodBindingSignature, setVirtualattach, getOwner, isModifiedSincepublic void setUseMaxTime(boolean _useMaxTime)
public boolean getUseMaxTime()
public void setPropertyName(String propertyName)
propertyName - the property namepublic String getPropertyName()
public void setPropertyClass(String propertyClass)
propertyClass - the property classpublic String getPropertyClass()
public String[] getPropertyClassParameters()
public void setPropertyValues(String[] propertyValues)
propertyValues - the property valuespublic String[] getPropertyValues()
public void setStateHolder(boolean stateHolder)
stateHolder - the property stateHolder flagpublic boolean isStateHolder()
public void setTransient(boolean transient_)
transient - the property transient flagpublic boolean isTransient()
public void setList(boolean list_)
list - the property list flagpublic boolean isList()
public void setRequired(boolean required)
required - the property required flagpublic boolean isRequired()
public void setLiteralOnly(boolean literalOnly)
literalOnly - the property literalOnly flagpublic boolean isLiteralOnly()
public void setAliasOf(String aliasOf)
aliasOf - the property aliaspublic String getAliasOf()
public void setUnsupportedAgents(String[] unsupportedAgents)
unsupportedAgents - the unsupported agentspublic String[] getUnsupportedAgents()
public void setUnsupportedRenderKits(String[] unsupportedRenderKits)
unsupportedRenderKits - the unsupported RenderKitspublic String[] getUnsupportedRenderKits()
public void setTagAttributeExcluded(boolean excluded)
excluded - true, if the tag attribute should be excluded;
false, otherwisepublic boolean isTagAttributeExcluded()
public boolean isEnum()
public void setEnum(boolean isEnum)
public boolean isMethodBinding()
public boolean isMethodExpression()
public void parsePropertyValues(String propertyValues)
propertyValues - the property valuespublic void parseUnsupportedAgents(String unsupportedAgents)
unsupportedAgents - the unsupported agentspublic void parseUnsupportedRenderKits(String unsupportedRenderKits)
unsupportedRenderKits - the unsupported RenderKitspublic void setJspPropertyName(String jspPropertyName)
jspPropertyName - the JSP property namepublic String getJspPropertyName()
public void setFieldPropertyName(String fieldPropertyName)
fieldPropertyName - the field property namepublic String getFieldPropertyName()
public void setIsSetMethod(boolean _isSetMethod)
public boolean isIsSetMethod()
public void setIsSetMethodScope(String _isSetMethodScope)
public String getIsSetMethodScope()
public void setIsGetLocalMethod(boolean _isGetLocalMethod)
public boolean isIsGetLocalMethod()
public void setIsGetLocalMethodScope(String _isGetLocalMethodScope)
public String getIsGetLocalMethodScope()
public void setRtexprvalue(boolean _rtexprvalue)
public boolean isRtexprvalue()
Copyright © 2001-2012 Apache Software Foundation. All Rights Reserved.