java.lang.Object | |
↳ | com.microstrategy.web.app.utils.AttributeFormsElement |
This class acts as a container for attribute forms
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
AttributeFormsElement(String attFormId, boolean isOnWs, boolean isOnView, String position, boolean isIDForm)
Creates a new instance of the class and sets all the properties of the class using individual parameters
| |||||||||||
AttributeFormsElement(String strAttFormsUtil)
Creates a new instance of the class and sets all the properties of the class using one single string
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | getAttributeFormId() | ||||||||||
String | getPosition() | ||||||||||
boolean | isIDForm() | ||||||||||
boolean | isOnView() | ||||||||||
boolean | isOnWs() | ||||||||||
void |
setAttributeFormId(String attFormId)
Setter for the attFormId property.
| ||||||||||
void |
setIsIDForm(boolean isIDForm)
Setter for the isIDForm property.
| ||||||||||
void |
setIsOnView(boolean isOnView)
Setter for the isOnView property.
| ||||||||||
void |
setIsOnWs(boolean isOnWs)
Setter for the isOnWs property.
| ||||||||||
void |
setPosition(String position)
Setter for the position property.
| ||||||||||
String | toString() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Creates a new instance of the class and sets all the properties of the class using individual parameters
attFormId | String |
---|---|
isOnWs | boolean |
isOnView | boolean |
position | String |
isIDForm | boolean |
Creates a new instance of the class and sets all the properties of the class using one single string
strAttFormsUtil | String |
---|
Setter for the attFormId property.
attFormId | String |
---|
Setter for the isIDForm property.
isIDForm | boolean |
---|
Setter for the isOnView property.
isOnView | boolean |
---|
Setter for the isOnWs property.
isOnWs | boolean |
---|
Setter for the position property.
position | String |
---|