java.lang.Object | |
↳ | com.microstrategy.web.app.beans.PageSetupHTMLEditorBeanImpl.RWProperty |
![]() |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
protected String | _displayName | ||||||||||
protected int | _max | ||||||||||
protected int | _min | ||||||||||
protected String | _propertyName | ||||||||||
protected String | _propertySetName | ||||||||||
protected int | _type | ||||||||||
protected String | _value |
Protected Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
RWProperty(String propSetName, String propName) | |||||||||||
RWProperty(String propSetName, String propName, String displayName, int type, int min, int max) |
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | getDisplayValue() | ||||||||||
Double | getDouble(String value) | ||||||||||
String | getValidationMessage() | ||||||||||
String | getValue() | ||||||||||
String | getValueFromDocument() | ||||||||||
String | getValueFromRequest() | ||||||||||
boolean | isValid() | ||||||||||
String | mapDocumentProperty(String value) | ||||||||||
String | mapRequestProperty(String value) | ||||||||||
void | save() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |