Class PageSetupHTMLEditorBeanImpl.RWProperty

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected RWProperty​(java.lang.String propSetName, java.lang.String propName)  
      protected RWProperty​(java.lang.String propSetName, java.lang.String propName, java.lang.String displayName, int type, int min, int max)  
    • Field Detail

      • _propertyName

        protected java.lang.String _propertyName
      • _propertySetName

        protected java.lang.String _propertySetName
      • _value

        protected java.lang.String _value
      • _type

        protected int _type
      • _min

        protected int _min
      • _max

        protected int _max
      • _displayName

        protected java.lang.String _displayName
    • Constructor Detail

      • RWProperty

        protected RWProperty​(java.lang.String propSetName,
                             java.lang.String propName)
      • RWProperty

        protected RWProperty​(java.lang.String propSetName,
                             java.lang.String propName,
                             java.lang.String displayName,
                             int type,
                             int min,
                             int max)
    • Method Detail

      • save

        protected void save()
      • getValue

        protected java.lang.String getValue()
      • getDisplayValue

        protected java.lang.String getDisplayValue()
      • getValueFromRequest

        protected java.lang.String getValueFromRequest()
      • getValueFromDocument

        protected java.lang.String getValueFromDocument()
      • mapRequestProperty

        protected java.lang.String mapRequestProperty​(java.lang.String value)
      • mapDocumentProperty

        protected java.lang.String mapDocumentProperty​(java.lang.String value)
      • isValid

        protected boolean isValid()
      • getValidationMessage

        protected java.lang.String getValidationMessage()
      • getDouble

        protected java.lang.Double getDouble​(java.lang.String value)