Package com.microstrategy.web.app.beans
Class PageSetupHTMLEditorBeanImpl.RWProperty
- java.lang.Object
-
- com.microstrategy.web.app.beans.PageSetupHTMLEditorBeanImpl.RWProperty
-
- Direct Known Subclasses:
PageSetupHTMLEditorBeanImpl.LocalizableRWProperty
- Enclosing class:
- PageSetupHTMLEditorBeanImpl
public class PageSetupHTMLEditorBeanImpl.RWProperty extends java.lang.Object- Since:
- MicroStrategy Web 9.0.0
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String_displayNameprotected int_maxprotected int_minprotected java.lang.String_propertyNameprotected java.lang.String_propertySetNameprotected int_typeprotected java.lang.String_value
-
Constructor Summary
Constructors Modifier Constructor Description protectedRWProperty(java.lang.String propSetName, java.lang.String propName)protectedRWProperty(java.lang.String propSetName, java.lang.String propName, java.lang.String displayName, int type, int min, int max)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.StringgetDisplayValue()protected java.lang.DoublegetDouble(java.lang.String value)protected java.lang.StringgetValidationMessage()protected java.lang.StringgetValue()protected java.lang.StringgetValueFromDocument()protected java.lang.StringgetValueFromRequest()protected booleanisValid()protected java.lang.StringmapDocumentProperty(java.lang.String value)protected java.lang.StringmapRequestProperty(java.lang.String value)protected voidsave()
-
-
-
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)
-
-