public class JosefSelectManyUtilBean extends JosefSelectUtilBean implements Serializable
| Constructor and Description |
|---|
JosefSelectManyUtilBean() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLabelsOfSelectManyComponent(javax.faces.component.UINamingContainer namingContainer,
String componentId)
Gets the current Labels (that is the ones corresponding to the current
values) of the SelectMany...
|
hasZeroOrOneSelectItem, hasZeroOrOneSelectItempublic String getLabelsOfSelectManyComponent(javax.faces.component.UINamingContainer namingContainer, String componentId)
namingContainer - The naming container, containing the
SelectMany... component.componentId - The ID of the SelectMany... component.IllegalArgumentException - When the supplied componentId is empty
or does not refer to an existing component within the supplied namingContainer.NullPointerException - When either the supplied namingContainer or
componentId is null.Copyright © 2008–2018. All rights reserved.