@Name(value="simpleForm") @Scope(value=SESSION) @Install(precedence=31) @Role(name="themeSimpleForm",scope=SESSION) @Role(name="pageTemplateSimpleForm",scope=SESSION) @Role(name="subpageTemplateSimpleForm",scope=SESSION) @Role(name="field") public class ComponentsIdsBean extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected javax.faces.component.UIComponent |
simpleComponent
Bind component.
|
| Constructor and Description |
|---|
ComponentsIdsBean() |
| Modifier and Type | Method and Description |
|---|---|
javax.faces.component.UIComponent |
getSimpleComponent() |
String |
getSimpleComponentClientId() |
void |
setSimpleComponent(javax.faces.component.UIComponent simpleComponent) |
protected javax.faces.component.UIComponent simpleComponent
public javax.faces.component.UIComponent getSimpleComponent()
public void setSimpleComponent(javax.faces.component.UIComponent simpleComponent)
simpleComponent - the simpleComponent to setpublic String getSimpleComponentClientId()
Copyright © 2021. All rights reserved.