java.lang.Object | |
↳ | com.microstrategy.web.app.gui.EditorImpl.Button |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | BUTTON_STYLE | ||||||||||
String | IMAGE_BUTTON | ||||||||||
String | INPUT_BUTTON | ||||||||||
String | SUBMIT_STYLE |
Protected Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
EditorImpl.Button() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String |
getBaseBean()
Returns the name of the base bean where the event is obtained from
| ||||||||||
String |
getButtonStyle()
Returns the style of the button
| ||||||||||
String |
getEnableFeatureId()
Returns the feature ID use to enable or disable the button
| ||||||||||
String |
getEventId()
Returns the event associated to the button
| ||||||||||
String |
getExtraAttributes()
Returns the extra attributes to add the the generated html node
| ||||||||||
String |
getExtraLink()
Returns the extra link to add to the event url
| ||||||||||
String |
getFeatureID()
Returns the feature ID for the button
| ||||||||||
String |
getId()
Returns the if of the button
| ||||||||||
String |
getImage()
Returns the name of the image file associated with the button
| ||||||||||
String |
getJavaScript()
Return the javascript to execute when the button is clicked on
| ||||||||||
String |
getTitle()
Returns the alt title of the image
| ||||||||||
String |
getType()
Returns the type of button, image link or input
| ||||||||||
void | initFromXML(Node root) | ||||||||||
void |
setBaseBean(String baseBean)
Sets the name of the base bean where the event is obtained from
| ||||||||||
void |
setButtonStyle(String buttonStyle)
Sets the type of button to used.
| ||||||||||
void |
setEnableFeatureId(String featureID)
Sets the feature ID use to enable or disable the button
| ||||||||||
void |
setEventId(String eventID)
Sets the event associated to the button
| ||||||||||
void |
setExtraAttributes(String extraAttributes)
Sets the extra attributes to add the the generated html node
| ||||||||||
void |
setExtraLink(String extraLink)
Sets the extra link to add to the event url
| ||||||||||
void |
setFeatureId(String featureID)
Sets the feature ID use for the button
| ||||||||||
void |
setId(String id)
Sets the id of the button
| ||||||||||
void |
setImage(String image)
Sets the name of the image file associated with the button
| ||||||||||
void |
setJavaScript(String javaScript)
Sets the javascript to execute when the button is clicked on
| ||||||||||
void |
setTitle(String title)
Sets the alt title of the image
| ||||||||||
void |
setType(String type)
Sets the type of button, image link or input
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Returns the name of the base bean where the event is obtained from
Returns the style of the button
Returns the feature ID use to enable or disable the button
Returns the event associated to the button
Returns the extra attributes to add the the generated html node
Returns the extra link to add to the event url
Returns the feature ID for the button
Returns the if of the button
Returns the name of the image file associated with the button
Return the javascript to execute when the button is clicked on
Returns the alt title of the image
Returns the type of button, image link or input
Sets the name of the base bean where the event is obtained from
baseBean | String with the name of the base bean to use |
---|
Sets the type of button to used.
buttonStyle | could be either '0' (submit) or '1' ('button'). |
---|
Sets the feature ID use to enable or disable the button
Sets the event associated to the button
eventID | the event id |
---|
Sets the extra attributes to add the the generated html node
Sets the extra link to add to the event url
Sets the feature ID use for the button
Sets the id of the button
id | the button's id |
---|
Sets the name of the image file associated with the button
image | the image file name |
---|
Sets the javascript to execute when the button is clicked on
javaScript | the javascript call |
---|
Sets the alt title of the image
Sets the type of button, image link or input
type | the type of button |
---|