RichFaces CDK Generator 4.2.0.CR1

org.richfaces.cdk.xmlconfig.model
Class PropertyBase.PropertyExtension

java.lang.Object
  extended by org.richfaces.cdk.model.ConfigExtension
      extended by org.richfaces.cdk.xmlconfig.model.PropertyBase.PropertyExtension
Enclosing class:
PropertyBase

public static class PropertyBase.PropertyExtension
extends ConfigExtension

Author:
asmirnov@exadel.com

Constructor Summary
PropertyBase.PropertyExtension()
           
 
Method Summary
 String getAliasFor()
          

 Set<EventName> getEventNames()
          

 Boolean getGenerate()
          

 Boolean getHidden()
          

 Boolean getLiteral()
          

 Boolean getPassThrough()
          

 Boolean getReadOnly()
          

 Boolean getRequired()
          

 MethodSignature getSignature()
          

 void setAliasFor(String aliases)
          

 void setEventNames(Set<EventName> eventNames)
          

 void setGenerate(Boolean generate)
          

 void setHidden(Boolean hidden)
          

 void setLiteral(Boolean literal)
          

 void setPassThrough(Boolean passThrough)
          

 void setReadOnly(Boolean readOnly)
          

 void setRequired(Boolean required)
          

 void setSignature(MethodSignature signature)
          

 
Methods inherited from class org.richfaces.cdk.model.ConfigExtension
getExtensions, setExtensions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyBase.PropertyExtension

public PropertyBase.PropertyExtension()
Method Detail

getGenerate

public Boolean getGenerate()

Returns:
the generate

setGenerate

public void setGenerate(Boolean generate)

Parameters:
generate - the generate to set

getHidden

public Boolean getHidden()

Returns:
the hidden

setHidden

public void setHidden(Boolean hidden)

Parameters:
hidden - the hidden to set

getLiteral

public Boolean getLiteral()

Returns:
the literal

setLiteral

public void setLiteral(Boolean literal)

Parameters:
literal - the literal to set

getRequired

public Boolean getRequired()

Returns:
the required

setRequired

public void setRequired(Boolean required)

Parameters:
required - the required to set

getReadOnly

public Boolean getReadOnly()

Returns:
the readOnly

setReadOnly

public void setReadOnly(Boolean readOnly)

Parameters:
readOnly - the readOnly to set

getPassThrough

public Boolean getPassThrough()

Returns:
the passThrough

setPassThrough

public void setPassThrough(Boolean passThrough)

Parameters:
passThrough - the passThrough to set

getEventNames

public Set<EventName> getEventNames()

Returns:
the eventNames

setEventNames

public void setEventNames(Set<EventName> eventNames)

Parameters:
eventNames - the eventNames to set

getSignature

public MethodSignature getSignature()

Returns:
the signature

setSignature

public void setSignature(MethodSignature signature)

Parameters:
signature - the signature to set

getAliasFor

public String getAliasFor()

Returns:
the aliasFor

setAliasFor

public void setAliasFor(String aliases)

Parameters:
aliasFor - the aliasFor to set

RichFaces CDK Generator 4.2.0.CR1

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.