public class JsfTreeUtilTestBean extends Object implements Serializable
Constructor and Description |
---|
JsfTreeUtilTestBean() |
Modifier and Type | Method and Description |
---|---|
String |
getFirstInputTextId(javax.faces.component.UIComponent uiComponent)
Gets the client id of the first input text.
|
String |
getFirstPanelId(javax.faces.component.UIComponent uiComponent)
Gets the client id of the first panel.
|
String |
getSecondInputTextId(javax.faces.component.UIComponent uiComponent)
Gets the client id of the second input text.
|
String |
getSecondPanelId(javax.faces.component.UIComponent uiComponent)
Gets the client id of the second panel.
|
public String getFirstPanelId(javax.faces.component.UIComponent uiComponent)
uiComponent
- The composite component containing the panel we are
looking for.public String getFirstInputTextId(javax.faces.component.UIComponent uiComponent)
uiComponent
- The composite component containing the input text we
are looking for.public String getSecondPanelId(javax.faces.component.UIComponent uiComponent)
uiComponent
- The composite component containing the first panel.public String getSecondInputTextId(javax.faces.component.UIComponent uiComponent)
uiComponent
- The composite component containing the input text we
are looking for.Copyright © 2008–2018. All rights reserved.