Skip navigation links
Mojarra JSF Tools 2.3.3.SP1
com.sun.faces.config.beans

Class PropertyBean

    • Constructor Detail

      • PropertyBean

        public PropertyBean()
    • Method Detail

      • getPropertyClass

        public String getPropertyClass()
      • setPropertyClass

        public void setPropertyClass(String propertyClass)
      • getPropertyName

        public String getPropertyName()
      • setPropertyName

        public void setPropertyName(String propertyName)
      • getSuggestedValue

        public String getSuggestedValue()
      • setSuggestedValue

        public void setSuggestedValue(String suggestedValue)
      • getDefaultValue

        public String getDefaultValue()
      • setDefaultValue

        public void setDefaultValue(String defaultValue)
      • isPassThrough

        public boolean isPassThrough()
      • setPassThrough

        public void setPassThrough(boolean passThrough)
      • isReadOnly

        public boolean isReadOnly()
      • setReadOnly

        public void setReadOnly(boolean readOnly)
      • isRequired

        public boolean isRequired()
      • setRequired

        public void setRequired(boolean required)
      • isTagAttribute

        public boolean isTagAttribute()
      • setTagAttribute

        public void setTagAttribute(boolean tagAttribute)
      • isMethodExpressionEnabled

        public boolean isMethodExpressionEnabled()
      • setMethodExpressionEnabled

        public void setMethodExpressionEnabled(boolean methodExpressionEnabled)
      • getMethodSignature

        public String getMethodSignature()
      • setMethodSignature

        public void setMethodSignature(String methodSignature)
      • isValueExpressionEnabled

        public boolean isValueExpressionEnabled()
      • setValueExpressionEnabled

        public void setValueExpressionEnabled(boolean valueExpressionEnabled)
      • getBehaviors

        public List<String> getBehaviors()

        Returns:
        the behaviorAttribute
      • addBehavior

        public void addBehavior(String behavior)

        Parameters:
        behaviorAttribute - the behaviorAttribute to set
      • addAllBehaviors

        public void addAllBehaviors(List<String> behaviors)
      • isDefaultBehavior

        public boolean isDefaultBehavior()

        Returns:
        the defaultBehavior
      • setDefaultBehavior

        public void setDefaultBehavior(boolean defaultBehavior)

        Parameters:
        defaultBehavior - the defaultBehavior to set
Mojarra JSF Tools 2.3.3.SP1

Copyright © 2018 JBoss by Red Hat. All rights reserved.