@Named @ViewScoped public class ModalPanelShowcase extends AbstractCodeShowcase implements Serializable
| Constructor and Description |
|---|
ModalPanelShowcase() |
| Modifier and Type | Method and Description |
|---|---|
void |
buildCodeExamples(List<AbstractCodeExample> codeExamples) |
String |
getCancelButtonText() |
ModalPanelType |
getModalPanelType() |
List<EnumTreeBoxWrapper> |
getModalPanelTypes() |
String |
getText() |
String |
getTitle() |
void |
setCancelButtonText(String cancelButtonText) |
void |
setModalPanelType(ModalPanelType modalPanelType) |
void |
setText(String text) |
void |
setTitle(String title) |
void |
submit() |
getCodeExamples, isDisabled, isRendered, setDisabled, setRenderedpublic void buildCodeExamples(List<AbstractCodeExample> codeExamples)
buildCodeExamples in class AbstractCodeShowcasepublic void submit()
public List<EnumTreeBoxWrapper> getModalPanelTypes()
public String getTitle()
public void setTitle(String title)
public String getText()
public void setText(String text)
public String getCancelButtonText()
public void setCancelButtonText(String cancelButtonText)
public ModalPanelType getModalPanelType()
public void setModalPanelType(ModalPanelType modalPanelType)
Copyright © 2019. All rights reserved.