|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.richfaces.cdk.model.DescriptionGroupBase
org.richfaces.cdk.model.PropertyBase
public abstract class PropertyBase
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.richfaces.cdk.model.Named |
|---|
Named.NamePredicate |
| Nested classes/interfaces inherited from interface org.richfaces.cdk.model.DescriptionGroup |
|---|
DescriptionGroup.Icon |
| Constructor Summary | |
|---|---|
PropertyBase()
|
|
| Method Summary | ||
|---|---|---|
|
accept(Visitor<R,D> visitor,
D data)
|
|
java.lang.String |
getAliasFor()
|
|
java.lang.String |
getDefaultValue()
|
|
java.util.Set<EventName> |
getEventNames()
|
|
java.lang.String |
getName()
|
|
MethodSignature |
getSignature()
|
|
java.lang.String |
getSuggestedValue()
|
|
ClassName |
getType()
|
|
boolean |
isBinding()
|
|
boolean |
isBindingAttribute()
|
|
boolean |
isHidden()
|
|
boolean |
isLiteral()
|
|
boolean |
isPassThrough()
|
|
boolean |
isPrimitive()
|
|
boolean |
isReadOnly()
|
|
boolean |
isRequired()
|
|
void |
merge(PropertyBase other)
Merge values from other object. |
|
boolean |
same(PropertyBase other)
Compare object with other. |
|
void |
setAliasFor(java.lang.String aliasFor)
|
|
void |
setBinding(boolean binding)
|
|
void |
setBindingAttribute(boolean bindingAttribute)
|
|
void |
setDefaultValue(java.lang.String dafaultValue)
|
|
void |
setEventNames(java.util.Set<EventName> eventNames)
|
|
void |
setHidden(boolean hidden)
|
|
void |
setLiteral(boolean literal)
|
|
void |
setName(java.lang.String name)
|
|
void |
setPassThrough(boolean passThrough)
|
|
void |
setReadOnly(boolean readOnly)
|
|
void |
setRequired(boolean required)
|
|
void |
setSignature(MethodSignature signature)
|
|
void |
setSuggestedValue(java.lang.String suggestedValue)
|
|
void |
setType(ClassName type)
|
|
java.lang.String |
toString()
|
|
| Methods inherited from class org.richfaces.cdk.model.DescriptionGroupBase |
|---|
getDescription, getDisplayname, getExtension, getIcon, isGenerate, setDescription, setDisplayname, setExtension, setGenerate, setIcon |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PropertyBase()
| Method Detail |
|---|
public java.lang.String getName()
getName in interface Namedpublic void setName(java.lang.String name)
setName in interface Namedname - the name to setpublic ClassName getType()
public void setType(ClassName type)
type - the type to setpublic java.lang.String getAliasFor()
public void setAliasFor(java.lang.String aliasFor)
aliasFor - the aliasFor to setpublic java.lang.String getDefaultValue()
public void setDefaultValue(java.lang.String dafaultValue)
dafaultValue - - the defaultValue to setpublic java.lang.String getSuggestedValue()
public void setSuggestedValue(java.lang.String suggestedValue)
suggestedValue - the suggestedValue to setpublic java.util.Set<EventName> getEventNames()
public void setEventNames(java.util.Set<EventName> eventNames)
eventNames - the eventNames to setpublic boolean isHidden()
public void setHidden(boolean hidden)
hidden - the hidden to setpublic boolean isLiteral()
public void setLiteral(boolean literal)
literal - the literal to setpublic boolean isRequired()
public void setRequired(boolean required)
required - the required to setpublic void setReadOnly(boolean readOnly)
readOnly - the readOnly to setpublic boolean isReadOnly()
public boolean isPassThrough()
public void setPassThrough(boolean passThrough)
passThrough - the passThrough to setpublic MethodSignature getSignature()
public void setSignature(MethodSignature signature)
signature - the signature to setpublic boolean isPrimitive()
public void merge(PropertyBase other)
MergeableMerge values from other object.
merge in interface Mergeable<PropertyBase>
public <R,D> R accept(Visitor<R,D> visitor,
D data)
accept in interface Visitablepublic boolean same(PropertyBase other)
MergeableCompare object with other. For example, JSF component with same type or class is the same component.
same in interface Mergeable<PropertyBase>public boolean isBindingAttribute()
public void setBindingAttribute(boolean bindingAttribute)
bindingAttribute - the bindingAttribute to setpublic boolean isBinding()
public void setBinding(boolean binding)
binding - the binding to setpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||