public abstract class FormDialog extends Dialog
| Modifier and Type | Field and Description |
|---|---|
static String |
CANCEL |
static String |
SAVE
button names
|
dialog, VISIBLE_DIALOGrenderableParent, webDriverCONFIRM, DELETE, OK, REQUEST_INFORMATION| Constructor and Description |
|---|
FormDialog() |
| Modifier and Type | Method and Description |
|---|---|
Renderable |
clickOnCancel()
Click on cancel
|
Renderable |
clickOnSave()
Click on save
|
String |
getDescription()
Get description value
|
String |
getName()
Get name value
|
String |
getTitle()
Get title value
|
boolean |
isDescriptionRequired() |
boolean |
isNameRequired() |
boolean |
isTitleRequired() |
<T extends FormDialog> |
setDescription(String description)
Set description value
|
<T extends FormDialog> |
setName(String name)
Set name value
|
<T extends FormDialog> |
setTitle(String title)
Set title value
|
as, getAllFields, getLastRendered, render, renderChildrenpublic static final String SAVE
public static final String CANCEL
public <T extends FormDialog> T setName(String name)
public String getName()
public <T extends FormDialog> T setTitle(String title)
public String getDescription()
public <T extends FormDialog> T setDescription(String description)
public String getTitle()
public Renderable clickOnSave()
public Renderable clickOnCancel()
public boolean isNameRequired()
public boolean isTitleRequired()
public boolean isDescriptionRequired()
Copyright © 2005–2016 Alfresco Software. All rights reserved.