public static class DialogsConfigElement.DialogConfig extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected DialogsConfigElement.DialogAttributes |
attributes |
Constructor and Description |
---|
DialogConfig(DialogsConfigElement.DialogAttributes attrs) |
Modifier and Type | Method and Description |
---|---|
boolean |
getActionsAsMenu() |
String |
getActionsConfigId() |
String |
getActionsMenuLabel() |
String |
getActionsMenuLabelId() |
List<DialogsConfigElement.DialogButtonConfig> |
getButtons() |
String |
getDescription() |
String |
getDescriptionId() |
String |
getErrorMessageId() |
String |
getIcon() |
String |
getManagedBean() |
String |
getMoreActionsConfigId() |
String |
getMoreActionsMenuLabel() |
String |
getMoreActionsMenuLabelId() |
String |
getName() |
String |
getPage() |
String |
getSubTitle() |
String |
getSubTitleId() |
String |
getTitle() |
String |
getTitleId() |
boolean |
isOKButtonVisible() |
String |
toString() |
protected DialogsConfigElement.DialogAttributes attributes
public DialogConfig(DialogsConfigElement.DialogAttributes attrs)
public String getName()
public String getPage()
public String getManagedBean()
public String getTitle()
public String getTitleId()
public String getSubTitle()
public String getSubTitleId()
public String getDescription()
public String getDescriptionId()
public String getIcon()
public String getErrorMessageId()
public boolean isOKButtonVisible()
public List<DialogsConfigElement.DialogButtonConfig> getButtons()
public String getActionsConfigId()
public boolean getActionsAsMenu()
public String getActionsMenuLabel()
public String getActionsMenuLabelId()
public String getMoreActionsConfigId()
public String getMoreActionsMenuLabel()
public String getMoreActionsMenuLabelId()
public String toString()
toString
in class Object
Object.toString()
Copyright © 2005–2017 Alfresco Software. All rights reserved.