@Named @SessionScoped public class Showcase extends Object implements Serializable
| Constructor and Description |
|---|
Showcase() |
| Modifier and Type | Method and Description |
|---|---|
void |
activateCheckBoxComponent() |
void |
activateComboBoxComponent() |
void |
activateTextAreaComponent() |
void |
activateTextComponent() |
AbstractShowcaseComponent |
getShowcaseComponent() |
void |
init() |
boolean |
isCheckBoxComponentRendered() |
boolean |
isComboBoxComponentRendered() |
boolean |
isTextAreaComponentRendered() |
boolean |
isTextComponentRendered() |
void |
submit() |
@PostConstruct public void init()
public void submit()
public boolean isTextComponentRendered()
public void activateTextComponent()
public boolean isTextAreaComponentRendered()
public void activateTextAreaComponent()
public boolean isComboBoxComponentRendered()
public void activateComboBoxComponent()
public boolean isCheckBoxComponentRendered()
public void activateCheckBoxComponent()
public AbstractShowcaseComponent getShowcaseComponent()
Copyright © 2014. All rights reserved.